Skip to content

Commit

Permalink
releasing v1.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Oct 2, 2024
1 parent e180c21 commit 5bf8450
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.1.5
- Fix bundle installation error on GitHub Action (#143)
- Prevent AWS credentials refresh from stopping on exception (#142)
- Added a retry logic and a service availability check function for high availability. (#136)
- out\_opensearch\_data\_stream: Early return on empty body (#131)
- Docs/cleanup issue templates (#119)
- pin dependency opensearch-ruby to 3.0.1 (#116)

### 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.1.5'
s.authors = ['Hiroshi Hatake']
s.email = ['[email protected]']
s.description = %q{Opensearch output plugin for Fluent event collector}
Expand Down

0 comments on commit 5bf8450

Please sign in to comment.