- Add convenience method to GelfMessageBuilder for using a millisecond timestamp. (#18)
- Limit the number of allow inflight network writeAndFlush operations. (#22)
- Add config options for
maxInflightSends
option.
- Only append null-byte to message payload when using TCP transport. (#20)
- Make
SO_KEEPALIVE
on TCP sockets configurable viatcpKeepAlive()
method onGelfConfiguration
. (#13, #15) - Allow setting GELF level to null to remove the level field from the message. (#14)
- Make Netty and GelfSender threads daemon threads. (#8)
- Update to netty-all 4.0.29.Final.
- Update to jackson-core 2.5.4.
- Update to slf4j-api 1.7.12.
- Update to testng 6.9.4.
- Initial TLS support for GELF TCP transport.
- Avoid resolving the ip address early in the configuration. (See #4)
- Update to slf4j-api 1.7.10.
- Update to testng 6.8.17.
- Update to Netty 4.0.25.Final.
- Update to jackson-core 2.5.0.
- Initial release.