Skip to content

Commit e1b663d

Browse files
committed
Update to 3.2.0
Fixes #96
1 parent ba6aa97 commit e1b663d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1+
## 3.2.0
2+
- Move to the new concurrency model `:single`
3+
- use correct license identifier #99
4+
- add support for `bucket_owner_full_control` in the canned ACL #87
5+
- dont delete plugin test files, since we only actually need the put object permission #85
6+
17
## 3.1.2
28
- Fix improper shutdown of output worker threads
39
- improve exception handling
10+
411
## 3.0.1
512
- Republish all the gems under jruby.
613

logstash-output-s3.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-output-s3'
4-
s.version = '3.1.2'
4+
s.version = '3.2.0'
55
s.licenses = ['Apache-2.0']
66
s.summary = "This plugin was created for store the logstash's events into Amazon Simple Storage Service (Amazon S3)"
77
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)