Sha256: 60c404fe9542852ecbce5686b0b612bec8fa8dcf9bb2b4b1d715ac640873275c

Contents?: true

Size: 997 Bytes

Versions: 2

Compression:

Stored size: 997 Bytes

Contents

# 1.0.5
  - fix the wrong require for concurrent ruby
# 1.0.4
  - Update `ruby-lumberjack` to 0.0.24
# 1.0.3
  - Fix `concurrent-ruby` deprecation warning (https://github.com/logstash-plugins/logstash-input-lumberjack/pull/39)
  - Remove deplicate declaration of the threadpool
  - Force `ruby-lumberjack` to be version 0.0.23 or higher to be in sync with `logstash-output-lumberjack`
# 1.0.2
  - Use a `require_relative` for loading the spec helpers. (https://github.com/logstash-plugins/logstash-input-lumberjack/pull/35)
# 1.0.1
  - Fix a randomization issue for rspec https://github.com/logstash-plugins/logstash-input-lumberjack/issues/33
# 1.0.0
  - Default supported plugins are pushed to 1.0
# 0.1.10
  - Deprecating the `max_clients` option
  - Use a circuit breaker to start refusing new connection when the queue is blocked for too long.
  - Add an internal `SizeQueue` with a timeout to drop blocked connections. (https://github.com/logstash-plugins/logstash-input-lumberjack/pull/12)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
logstash-input-lumberjack-1.0.6 CHANGELOG.md
logstash-input-lumberjack-1.0.5 CHANGELOG.md