Skip to content

Commit efccfc1

Browse files
committed
Bump version to 4.0.6
Fixes #130
1 parent c5d5d21 commit efccfc1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.0.6
2+
- Fix: Use the right `signature_version` for the SDK v2 #129
3+
- Fix an issue to prevent the output to upload empty file to S3 #128
4+
- Docs: Update the doc to show the new format of the remote file #126
5+
16
## 4.0.5
27
- Delete the file on disk after they are succesfully uploaded to S3 #122 #120
38
- Added logging when an exception occur in the Uploader's `on_complete` callback

logstash-output-s3.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-s3'
3-
s.version = '4.0.5'
3+
s.version = '4.0.6'
44
s.licenses = ['Apache-2.0']
55
s.summary = "This plugin was created for store the logstash's events into Amazon Simple Storage Service (Amazon S3)"
66
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"

0 commit comments

Comments
 (0)