Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
Mainly improved retry logic and refresh aws credentials.

#116
#119
#131
#136
#142
#143
  • Loading branch information
kenhys committed Oct 2, 2024
1 parent e180c21 commit f68c8b3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

### [Unreleased]

### 1.2.0
- Pin opensearch-ruby dependency to 3.0.1 (#116)
- Cleanup documentation and issue template (#119)
- `out_opensearch_data_stream`: Early return on empty body (#131)
- Improve retry logic and a service availability check (#136)
- Prevent AWS credentials refresh from stopping on exception (#142)
- ci: Fix bundle installation error on GitHub Action (#143)

### 1.1.4
- test: remove minitest to correct misjudge of the framework by flexmock (#114)
- Add logic to write method of out_opensearch_data_stream (#109)
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-opensearch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)

Gem::Specification.new do |s|
s.name = 'fluent-plugin-opensearch'
s.version = '1.1.4'
s.version = '1.2.0'
s.authors = ['Hiroshi Hatake']
s.email = ['[email protected]']
s.description = %q{Opensearch output plugin for Fluent event collector}
Expand Down

3 comments on commit f68c8b3

@cosmo0920
Copy link
Collaborator

Choose a reason for hiding this comment

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

Oh, sorry. I pushed v1.1.5 as above changes. Should I yank this version?

@cosmo0920
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is because there is no breaking changes around configuration parameters. So, I mainly bump up patch version in those circumstances.

@kenhys
Copy link
Contributor Author

@kenhys kenhys commented on f68c8b3 Oct 2, 2024

Choose a reason for hiding this comment

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

No need to yank, IMHO.

Thank you for releasing it! 👍

Please sign in to comment.