Skip to content

Commit

Permalink
Prepping for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Doyle committed May 4, 2020
1 parent 1850998 commit 33d8946
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## GRNOC TSDS Services 1.6.6 -- Mon May 4 2020

### Features:

* Tweaked the caching and message fetching worker processes employ to
help reduce memory usage, particularly in cases where things are backed up
* Adjusted sphinx configuration to only search for active measurements. This
feature will ultimately be removed in a future release, but this helps existing
deployments that have gathered lots of measurements over time.


## GRNOC TSDS Services 1.6.5 -- Mon Mar 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.5
Version: 1.6.6
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.5';
our $VERSION = '1.6.6';

sub new {
my $caller = shift;
Expand Down

0 comments on commit 33d8946

Please sign in to comment.