Skip to content

Releases: osiegmar/logback-gelf

v3.0.0

15 Mar 12:21
Compare
Choose a tag to compare

[3.0.0] - 2020-03-15

Added

  • Allow encoder subclasses to customize the message before it is converted to String. #40
  • Server certificate hostname verification in GelfTcpTlsAppender.
  • Allow custom implementations for supplying GELF UDP Message-IDs.

Changed

  • Upgrade to Java 8 (Premier Support of Java 7 ended in July 2019).
  • Change the default value of numbersAsString of GelfEncoder from true to false.
  • Rename trustAllCertificates property of GelfTcpTlsAppender to insecure.
  • Never write timestamp in JSON using scientific notation.
  • Never write static or MDC fields in JSON using scientific notation.

v2.2.0

14 Dec 05:49
Compare
Choose a tag to compare

[2.2.0] - 2019-12-14

Added

  • Add customizable keys for the logger name and thread name
    #41

Fixed

  • Fix handling of multiple markers
    #35

[2.1.2] - 2019-11-04

04 Nov 18:32
Compare
Choose a tag to compare

Fixed

  • Build needs to be performed with Java < 9 #38

[2.1.1] - 2019-11-03

03 Nov 10:41
Compare
Choose a tag to compare

Fixed

  • Fix empty hostname #34

[2.1.0] - 2019-06-12

12 Jun 17:25
Compare
Choose a tag to compare

[2.1.0] - 2019-06-12

Changed

  • Log numeric values as number (double precision) not string #30

v2.0.1

19 May 11:21
Compare
Choose a tag to compare

[2.0.1] - 2019-05-19

Fixed

  • Reopen the UDP channel, if it was closed
    #20

v2.0.0

27 Feb 18:56
Compare
Choose a tag to compare

[2.0.0] - 2019-02-12

Changed

  • Update dependency to logback 1.2.3
    #21
  • Changed implementation from Layout to Encoder (also renamed class GelfLayout to GelfEncoder and layout to encoder in GelfAppender)

v1.1.0

21 Jan 19:36
Compare
Choose a tag to compare

[1.1.0] - 2018-01-21

Added

  • Simple connection pooling in GelfTcpAppender & round robin host lookup in GelfUdpAppender
    #11

Changed

  • Update dependency to logback 1.1.8
    #1

Fixed

  • The reconnect interval could not be disabled
    #12

logback-gelf v1.0.4

03 Apr 18:15
Compare
Choose a tag to compare
  • Add support for GELF console logging (appendNewline in GelfLayout)
  • Fix interrupted flag in GelfTcpAppender (restore flag after catching InterruptedException)

logback-gelf v1.0.3

12 Jan 19:30
Compare
Choose a tag to compare
  • Add support for logback 1.1.8