From 0db63052b4f710414564bc6a3c190f10562b73fb Mon Sep 17 00:00:00 2001 From: Suyog Rao Date: Sat, 30 Jan 2016 10:26:32 -0800 Subject: [PATCH] Add changelog and bump version Fixes #29, #24, #22, #25 --- CHANGELOG.md | 5 +++++ logstash-output-influxdb.gemspec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53045b4..10c37cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.0.0 + - Update to work with influxdb 0.9 + - breaking change, renaming 'series' to 'measurement' + - breaking change for values of time_precision + ## 2.0.0 - Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895 diff --git a/logstash-output-influxdb.gemspec b/logstash-output-influxdb.gemspec index 52672e1..11961b7 100644 --- a/logstash-output-influxdb.gemspec +++ b/logstash-output-influxdb.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-output-influxdb' - s.version = '2.0.2' + s.version = '3.0.0' s.licenses = ['Apache License (2.0)'] s.summary = "This output lets you output Metrics to InfluxDB" s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"