Skip to content

v0.5.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@arnecls arnecls released this 15 Aug 15:22
· 148 commits to master since this release

This is a pre-release of v0.5.0

All vendor dependencies have been updated to the latest version and binaries have been compiled with go 1.9-beta2.

The current release notes can be found under readthedocs.io

Changes since 0.5.0-rc2

  • Windows build works again
  • Fully compatible with 1.9
  • Configs are case sensitive again (#208)
  • Configs errors because of wrong types or parameters now give fix suggestions
  • format.MetadataCopy sub-modulators removed
  • Added a new format.Aggregate
  • Renamed "Aggregate" of the aggregate plugin type to "Plugins"
  • Added a trace method to debug message flow
  • "-t / --trace" renamed to "-pt / --profiletrace", the new "-t / --trace" now refers to message tracing
  • Documentation updated