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
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Oct 2, 2024
1 parent e180c21 commit 98b4407
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

0 comments on commit 98b4407

Please sign in to comment.