Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## Changelog [[tags]](https://github.com/fluent/fluent-plugin-opensearch/tags)

### [Unreleased]

### 1.1.7
- test: remove duplicate keys from bulk response fixtures (#190)
- out\_opensearch: keep AWS credential providers refreshable to fix expired SigV4 tokens with assume\_role\_arn (#188)
- docs: document OpenSearch Serverless startup version-check workaround (#186)
- Allow duplicate keys in JSON parser (#185)
- Replace yajl-ruby with the json gem for JSON handling (#183)

### 1.1.6
- out\_opensearch\_data\_stream: filter failed items in data stream bulk error log (#175)
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.6'
s.version = '1.1.7'
s.authors = ['Hiroshi Hatake']
s.email = ['cosmo0920.wp@gmail.com']
s.description = %q{Opensearch output plugin for Fluent event collector}
Expand Down