Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Releases: mp911de/logstash-gelf

Release 1.5.2

18 Aug 18:54
Compare
Choose a tag to compare

Release contains

Fixes

  • #30 Passing originHost from log4j2.xml

Release 1.5.1

29 Jul 13:44
Compare
Choose a tag to compare

Release contains

Fixes

  • #29 JBoss 7 Logging Modification for Async support (thanks to @Batigoal)

Release 1.5.0

21 Jul 18:12
Compare
Choose a tag to compare

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

24 Jun 17:59
Compare
Choose a tag to compare

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

  • #20 Configuration of default field names enhancement
  • #19 Code Cleanup enhancement

Release 1.4.1

21 May 11:22
Compare
Choose a tag to compare

Release contains

Fixes

  • #15 Logback appender should use formatted message
  • #16 JBoss Wildfly 8.0.0.Final startup failure with property "threshold" not defined/Documentation fixed
  • #17 Redis bugfix and GelfSender flexibility

Thanks to felixhamel, plozi and Batigoal.

Release 1.4.0

25 Apr 05:52
Compare
Choose a tag to compare

Release contains

  • #13 added possibility to send to redis (via jedis client)
  • #14 Change log framework dependencies from compile to provided

Release 1.3.2

07 Mar 16:01
Compare
Choose a tag to compare

Release contains

  • #12 Message with resource bundle (for java.util.logging)

Release 1.3.1

04 Mar 19:47
Compare
Choose a tag to compare

Release contains a bugfix for:

#11 Could not initialize class biz.paluch.logging.RuntimeContainer

Release 1.3.0

04 Mar 08:12
Compare
Choose a tag to compare

Release contains:

  • #10 Add prefix-notation for mdcFields

Release 1.2.6

14 Feb 09:17
Compare
Choose a tag to compare

Fixes synchronization on Java.util.logging LogHandler (could cause blocking)