Skip to content

Commit

Permalink
Bump to 7.3.3
Browse files Browse the repository at this point in the history
This releases 9k + 9K URI compatibility

Fixes elastic#606
  • Loading branch information
andrewvc committed Jun 5, 2017
1 parent 90d0a52 commit dac41dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 7.3.3
- Fix JRuby 9k incompatibilities and use new URI class that is JRuby 9k compatible

## 7.3.2
- Fix error where a 429 would cause this output to crash
- Wait for all inflight requests to complete before stopping
Expand Down
2 changes: 1 addition & 1 deletion logstash-output-elasticsearch.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-output-elasticsearch'
s.version = '7.3.2'
s.version = '7.3.3'
s.licenses = ['apache-2.0']
s.summary = "Logstash Output to Elasticsearch"
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"
Expand Down

0 comments on commit dac41dd

Please sign in to comment.