From 808609d80179909ac52f1575268ab1aada7c98bf Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Wed, 18 Jan 2017 15:24:52 -0500 Subject: [PATCH] bump to 4.0.5 Fixes #123 --- CHANGELOG.md | 4 ++++ logstash-output-s3.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af4ad06c..6870b4db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 4.0.5 + - Delete the file on disk after they are succesfully uploaded to S3 #122 #120 + - Added logging when an exception occur in the Uploader's `on_complete` callback + ## 4.0.4 - Add support for `storage_class` configuration - Fix compatibility with Logstash 2.4 diff --git a/logstash-output-s3.gemspec b/logstash-output-s3.gemspec index 2f6dfd92..9b417c50 100644 --- a/logstash-output-s3.gemspec +++ b/logstash-output-s3.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'logstash-output-s3' - s.version = '4.0.4' + s.version = '4.0.5' s.licenses = ['Apache-2.0'] s.summary = "This plugin was created for store the logstash's events into Amazon Simple Storage Service (Amazon S3)" s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"