This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
Releases: mp911de/logstash-gelf
Releases · mp911de/logstash-gelf
Release 1.5.2
Release 1.5.1
Release 1.5.0
Release contains
Enhancements
- #22 Enabled programmatic attachment of custom GelfSenderProvider (thanks to @Batigoal)
- #23 Update to json-simple 1.1.1/log4j2 2.0/commons-pool2 2.2
- #24 Allow submission of the full MDC (includeFullMdc)
- Supports NDC on log4j 1.2.x and Markers (log4j2, logback)
- Support for standalone submission of messages (
GelfMessageBuilder
) - Support for coveralls.io test coverage statistics
- Added connect and socket timeouts to TCP and Redis senders
- Refactoring/Code deduplication
- Extended tests
Release 1.4.2
Release contains
Fixes
- #21 Redis and commons-pool2 dependencies needed when not using redis.
This bug is severe and caused NoClassDef-Errors so you can't use logstash-gelf without jedis/commons-pool2 libraries. If you don't use redid and you want a small library set it's recommended to update to version 1.4.2.
Enhancements
Release 1.4.1
Release 1.4.0
Release 1.3.2
Release contains
- #12 Message with resource bundle (for java.util.logging)
Release 1.3.1
Release contains a bugfix for:
#11 Could not initialize class biz.paluch.logging.RuntimeContainer
Release 1.3.0
Release contains:
- #10 Add prefix-notation for mdcFields
Release 1.2.6
Fixes synchronization on Java.util.logging LogHandler (could cause blocking)