- Fix NullPointerException when the plugin closes #53
- Introduce the boolean
clean_consumed
setting to enable the automatic removal of completely consumed segments. Requires Logstash 8.4.0 or above #43 - Exposes metrics about segments and events cleaned by this plugin #45
- Fix: Replace use of block with lambda to fix wrong number of arguments error on jruby-9.3.4.0 #42
- Refactor: separated sinceDb management is its separate class #40
- Build: cleanup/review (unused) dependencies #36
- Build: refactor tasks (runnable on windows) #37
- Fix: pre-flight checks before creating DLQ reader #35
- Fix, avoid Logstash crash on shutdown if DLQ files weren't created #33
- Fix
@metadata
get overwritten by reestablishing metadata that stored in DLQ #34
- Update dependencies for log4j to 2.17.1
- Further update dependencies for log4j (2.17.0) and jackson
- Update dependencies for log4j and jackson #30
- Fix asciidoc formatting in documentation #21
- Fix broken 1.1.3 release
- Docs: Set the default_codec doc attribute.
- Update gemspec summary
- Docs: Add link to conceptual docs about the dead letter queue
- Added support for 'add-field' and 'tags'
- Fix some documentation issues
- Internal: Fixed Continuous Integration errors
- Interal: Bump patch level for doc generation
- Docs: Fixed error in example plus made a few edits
- internal: renamed DeadLetterQueueWriteManager to DeadLetterQueueWriter in tests
- internal: rename DeadLetterQueueManager to DeadLetterQueueReader
- init