Sha256: a29b6138f54048e07ca91b3ae5b14c27799c1d66f381ab52a2e2085fa97dcb7e
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
# 2.1.4 - Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash # 2.1.3 - New dependency requirements for logstash-core for the 5.0 release ## 2.1.2 - Make tests less reliant on implementation details of LogStash::Event ## 2.1.1 - Fix an issue with the expectation on `Time.now` and running the tests inside Logstash #52 ## 2.1.0 - New year rollover should be handled better now when a year is not present in the time format. If local time is December, and event time is January, the year will be set to next year. Similar for if local time is January and Event time is December, the year will be set to the previous year. This should help keep times correct in the upcoming year rollover. (#33, #4) - The `timezone` setting now supports sprintf format (#31) - use Event#tag, relax specs for Java Event, code cleanups ## 2.0.0 - 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-filter-date-2.1.4 | CHANGELOG.md |