Skip to content

Commit

Permalink
bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed Feb 11, 2016
1 parent 8c35ceb commit 6596de0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## 2.2.0
- Bump puma dependency to 2.16.0

## 2.1.1
- Support for custom response headers
- Support for custom response headers

## 2.1.0
- Support compressed and gziped requests (thanks dwapstra)

## 2.0.0
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
- Dependency on logstash-core update to 2.0

Expand Down
2 changes: 1 addition & 1 deletion logstash-input-http.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-input-http'
s.version = '2.1.1'
s.version = '2.2.0'
s.licenses = ['Apache License (2.0)']
s.summary = "Logstash Input plugin that receives HTTP requests"
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
Expand Down

0 comments on commit 6596de0

Please sign in to comment.