From 3dc76277827aa42cecfad0cbf4a6c3f7b33b6ea0 Mon Sep 17 00:00:00 2001 From: Karl Southern Date: Sun, 24 Jul 2016 12:14:31 +0100 Subject: [PATCH] v0.3.0 --- CHANGELOG.md | 4 ++-- logstash-output-jdbc.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abb94e8..8c74686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Change Log All notable changes to this project will be documented in this file, from 0.2.0. -## [0.3.0.pre] - 2016-07-13 +## [0.3.0] - 2016-07-24 - Brings tests from v5 branch, providing greater coverage - Removes bulk update support, due to inconsistent behaviour - Plugin now marked as threadsafe, meaning only 1 instance per-Logstash - - Raises default max_pool_size to match the default number of works (1 connection per worker) + - Raises default max_pool_size to match the default number of workers (1 connection per worker) ## [0.2.10] - 2016-07-07 - Support non-string entries in statement array diff --git a/logstash-output-jdbc.gemspec b/logstash-output-jdbc.gemspec index 51624ad..02722f7 100644 --- a/logstash-output-jdbc.gemspec +++ b/logstash-output-jdbc.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'logstash-output-jdbc' - s.version = "0.3.0.pre" + s.version = "0.3.0" s.licenses = [ "Apache License (2.0)" ] s.summary = "This plugin allows you to output to SQL, via JDBC" 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"