Skip to content

Commit 5bf8450

Browse files
committed
releasing v1.1.5
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent e180c21 commit 5bf8450

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
### [Unreleased]
44

5+
### 1.1.5
6+
- Fix bundle installation error on GitHub Action (#143)
7+
- Prevent AWS credentials refresh from stopping on exception (#142)
8+
- Added a retry logic and a service availability check function for high availability. (#136)
9+
- out\_opensearch\_data\_stream: Early return on empty body (#131)
10+
- Docs/cleanup issue templates (#119)
11+
- pin dependency opensearch-ruby to 3.0.1 (#116)
12+
513
### 1.1.4
614
- test: remove minitest to correct misjudge of the framework by flexmock (#114)
715
- Add logic to write method of out_opensearch_data_stream (#109)

fluent-plugin-opensearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = 'fluent-plugin-opensearch'
6-
s.version = '1.1.4'
6+
s.version = '1.1.5'
77
s.authors = ['Hiroshi Hatake']
88
s.email = ['cosmo0920.wp@gmail.com']
99
s.description = %q{Opensearch output plugin for Fluent event collector}

0 commit comments

Comments
 (0)