Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Doyle committed Mar 16, 2022
1 parent c891532 commit a025ffc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## GRNOC TSDS Services 1.6.9 -- Wed Mar 16 2022

### Features:

* Writer processes will now automatically attempt to reconnect to Redis in
the event of a failure instead of hanging.

### Bug Fixes:

* Fixed issue where mecached caching of metadata was inconsistent successful
based on the order of the messages. This should improve and increase predictability
of overall system performance.


## GRNOC TSDS Services 1.6.8 -- Thu Jul 16 2020

### Features:
Expand Down
2 changes: 1 addition & 1 deletion grnoc-tsds-services.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: GRNOC TSDS Services
Name: grnoc-tsds-services
Version: 1.6.8
Version: 1.6.9
Release: 1%{?dist}
License: GRNOC
Group: Measurement
Expand Down
2 changes: 1 addition & 1 deletion lib/GRNOC/TSDS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package GRNOC::TSDS;
use strict;
use warnings;

our $VERSION = '1.6.8';
our $VERSION = '1.6.9';

sub new {
my $caller = shift;
Expand Down

0 comments on commit a025ffc

Please sign in to comment.