Skip to content

Commit 0c332b0

Browse files
committed
bump to 8.0.0
1 parent 75717b8 commit 0c332b0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## 7.3.8
2-
- Fix bug where java class names were logged rather than actual host names in various scenarios
1+
## 8.0.0
2+
- Breaking: make deprecated options :flush_size and :idle_flush_time obsolete
3+
- Remove obsolete options :max_retries and :retry_max_items
34

45
## 7.3.7
56
- Properly support characters needing escaping in users / passwords across multiple SafeURI implementions (pre/post LS 5.5.1)

logstash-output-elasticsearch.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch'
3-
s.version = '7.3.8'
3+
s.version = '8.0.0'
44
s.licenses = ['apache-2.0']
55
s.summary = "Logstash Output to Elasticsearch"
66
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)