CHANGELOG.md in logstash-output-s3-3.1.2 vs CHANGELOG.md in logstash-output-s3-3.2.0
- old
+ new
@@ -1,7 +1,14 @@
+## 3.2.0
+ - Move to the new concurrency model `:single`
+ - use correct license identifier #99
+ - add support for `bucket_owner_full_control` in the canned ACL #87
+ - delete the test file but ignore any errors, because we actually only need to be able to write to S3. #97
+
## 3.1.2
- Fix improper shutdown of output worker threads
- improve exception handling
+
## 3.0.1
- Republish all the gems under jruby.
## 3.0.0
- Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141