Skip to content

Commit

Permalink
Releasing v1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Apr 11, 2023
1 parent 317239f commit 66012d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0.10'
s.version = '1.1.0'
s.authors = ['Hiroshi Hatake']
s.email = ['[email protected]']
s.description = %q{Opensearch output plugin for Fluent event collector}
Expand Down

0 comments on commit 66012d9

Please sign in to comment.