Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.65 KB

release-notes.md

File metadata and controls

26 lines (17 loc) · 1.65 KB

Release Notes

v0.3.0 - January 20th, 2017

  • #7 - Update dependencies, wait on ack from Riemann server (@hlship)
  • 4a92c8b - Incorporate the contents of CHANGES.md into release-notes.md (Dante Briones)

v0.2.0 - July 21st, 2016

  • #2 - Allow configuration via system property (@dbriones)
  • #1 - 109827790 reimann logback appender tcp support (@hlship)

The RiemannAdapter can now be configured to use TCP, with the new tcp property. The default (for now) is to continue using UDP.

Incompatible changes:

Some properties of RiemannAdapter have changed from string to an appropriate type (int or boolean);

  • 80bd900 - Revert project version to 0.1.5 in advance of release (Dante Briones)
  • 2a54605 - Log the contents of the MDC in debug mode. (Dante Briones)
  • 29e3588 - Revert riemann-java-client to 0.2.8 (Dante Briones)

Pivotal issues closed:

  • 109827790 - Add TCP support to logback-riemann-appender