Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to v3.0.0 #177

Merged
merged 1 commit into from
Mar 19, 2019
Merged

Update to v3.0.0 #177

merged 1 commit into from
Mar 19, 2019

Conversation

simukappu
Copy link
Contributor

Description of changes:

3.0.0

Plugin v3 is almost compatible with v2. You can use v3 with the same configuration as v2. For more details, please see README.

  • Enhancement - Use modularized AWS SDK v3 since fluent-plugin-s3 also supports it : #152
  • Enhancement - Remove support for Fluentd v0.12 and use new Plugin API : #156 (also fix #133)
  • Enhancement / Breaking change - Remove chomp method from internal formatter : #142 #144
  • Enhancement - Add chomp_record option for compatible format with plugin v2 : #142
  • Bug - Fix undefined method error in flushing buffers : #133
  • Bug - Fix dependency problem on AWS SDK : #161

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@simukappu simukappu added this to the v3.0 milestone Mar 18, 2019
@simukappu simukappu requested a review from riywo March 18, 2019 04:20
@simukappu simukappu self-assigned this Mar 18, 2019
Copy link
Contributor

@riywo riywo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@simukappu simukappu merged commit a75bdbc into master Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to flush the buffer with error_class=NoMethodError error="undefined method `compact'
2 participants