From 8f10a2760513f2bb76ba4d53d6c3db47954ebe5a Mon Sep 17 00:00:00 2001 From: Shizuo Fujita Date: Fri, 11 Sep 2026 15:47:26 +0900 Subject: [PATCH] v1.1.7 Signed-off-by: Shizuo Fujita --- History.md | 6 ++++++ fluent-plugin-opensearch.gemspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 5a5bd9f..3f3e333 100644 --- a/History.md +++ b/History.md @@ -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) diff --git a/fluent-plugin-opensearch.gemspec b/fluent-plugin-opensearch.gemspec index f7b4999..9648c65 100644 --- a/fluent-plugin-opensearch.gemspec +++ b/fluent-plugin-opensearch.gemspec @@ -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}