Skip to content

Commit

Permalink
Releasing v5.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Apr 11, 2023
1 parent cc2802a commit 28ade35
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

### [Unreleased]

### 5.3.0

- Unpin `faraday` from v1, upgrade to v2. (#1012)
Note that if you can't migrate other plugins from `faraday` v1 yet, need to keep
fluent-plugin-elasticsearch v5.2.5.

### 5.2.5

- Update the name of parameter about `thread_pool`.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ Current maintainers: [Hiroshi Hatake | @cosmo0920](https://github.com/cosmo0920)
| >= 2.0.0 && < 3.2.3 | >= v0.14.20 | >= 2.1 |
| < 2.0.0 | >= v0.12.0 | >= 1.9 |

NOTE: Since fluent-plugin-elasticsearch 5.3.0, it requires faraday 2.0 or later.

NOTE: For v0.12 version, you should use 1.x.y version. Please send patch into v0.12 branch if you encountered 1.x version's bug.

NOTE: This documentation is for fluent-plugin-elasticsearch 2.x or later. For 1.x documentation, please see [v0.12 branch](https://github.com/uken/fluent-plugin-elasticsearch/tree/v0.12).
Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-elasticsearch.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-elasticsearch'
s.version = '5.2.5'
s.version = '5.3.0'
s.authors = ['diogo', 'pitr', 'Hiroshi Hatake']
s.email = ['pitr.vern@gmail.com', 'me@diogoterror.com', 'cosmo0920.wp@gmail.com']
s.description = %q{Elasticsearch output plugin for Fluent event collector}
Expand Down

0 comments on commit 28ade35

Please sign in to comment.