Skip to content

Commit df8f354

Browse files
committed
releasing v3.6.1
1 parent ee6dff3 commit df8f354

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Diff for: History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## Changelog [[tags]](https://github.com/uken/fluent-plugin-elasticsearch/tags)
22

33
### [Unreleased]
4+
### 3.6.1
5+
- retry upsert on recoverable error. (#667)
6+
- Allow `_index` in chunk_keys (#665)
7+
- Support compression feature (#664)
8+
49
### 3.6.0
510
- Set order in newly created templates (#660)
611
- Merge Support index lifecycle management into master (#659)

Diff for: fluent-plugin-elasticsearch.gemspec

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
33

44
Gem::Specification.new do |s|
55
s.name = 'fluent-plugin-elasticsearch'
6-
s.version = '3.6.0'
6+
s.version = '3.6.1'
77
s.authors = ['diogo', 'pitr']
88
99
s.description = %q{Elasticsearch output plugin for Fluent event collector}
@@ -16,6 +16,10 @@ Gem::Specification.new do |s|
1616
s.test_files = s.files.grep(%r{^(test|spec|features)/})
1717
s.require_paths = ['lib']
1818

19+
if s.respond_to?(:metadata)
20+
s.metadata["changelog_uri"] = "https://github.com/uken/fluent-plugin-elasticsearch/blob/master/History.md"
21+
end
22+
1923
s.required_ruby_version = Gem::Requirement.new(">= 2.0".freeze)
2024

2125
s.add_runtime_dependency 'fluentd', '>= 0.14.22'

0 commit comments

Comments
 (0)