From 66012d97be06cdf9b0f492a5d717f9db5a43e549 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Tue, 11 Apr 2023 16:27:05 +0900 Subject: [PATCH] Releasing v1.1.0 Signed-off-by: Kentaro Hayashi --- History.md | 5 +++++ README.md | 2 ++ fluent-plugin-opensearch.gemspec | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 67d53e6..d0c6483 100644 --- a/History.md +++ b/History.md @@ -2,6 +2,11 @@ ### [Unreleased] +### 1.1.0 + - Unpin `faraday` from v1, upgrade to v2. + Note that if you can't migrate other plugins from `faraday` v1 yet, need to keep + fluent-plugin-opensearch v1.0.10. + ### 1.0.10 - Replace File.exists? with File.exist? to work with Ruby 3.2 (#93) - Add a constraint for dependent gem to stay on Faraday v1 (#90) diff --git a/README.md b/README.md index acb1881..b0690af 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,8 @@ Send your logs to OpenSearch (and search them with OpenSearch Dashboards maybe?) |:----------------------------:|:-----------:|:------:| | >= 1.0.0 | >= v1.x | >= 2.4 | +NOTE: Since fluent-plugin-opensearch 1.1.0, it requires faraday 2.0 or later. + NOTE: This documentation is for fluent-plugin-opensearch 1.x or later. ## Installation diff --git a/fluent-plugin-opensearch.gemspec b/fluent-plugin-opensearch.gemspec index b67d1fa..3dfc143 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.0.10' + s.version = '1.1.0' s.authors = ['Hiroshi Hatake'] s.email = ['cosmo0920.wp@gmail.com'] s.description = %q{Opensearch output plugin for Fluent event collector}