Skip to content

Releases: riemann/riemann

0.3.11

27 Dec 22:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.10...0.3.11

0.3.10

30 Oct 20:49
96c47e4
Compare
Choose a tag to compare
  • Forced long to Thread/sleep duration to avoid reflection error (#1036)

0.3.9

29 Oct 13:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.8...0.3.9

0.3.8

13 Dec 22:42
45d1115
Compare
Choose a tag to compare
  • Updated slf4j-over-log4j to 1.7.32
  • Updated clojure/tools.logging to 1.2.1

0.3.7

26 Nov 22:15
49d3c4a
Compare
Choose a tag to compare

0.3.7 (2021-11-26)

Full Changelog

  • Fix Linux detection for Netty
  • InfluxDB v2 support
  • Add reaper option to keep all keys
  • feat(stream): rabbitmq stream to use function or string as routing key
  • fix bash get JAVA_VERSION
  • Bump jackson-databind to mitigate vulnerabilities

0.3.6

06 Sep 03:48
470ff1d
Compare
Choose a tag to compare

This is a periodic release of Riemann.

For the full changelog see CHANGELOG.md

0.3.5

23 Nov 23:58
Compare
Choose a tag to compare

Version 0.3.5

This is a bug fix release to address a regression caused by an http-kit dependency upgrade.

Bug Fixes

Thanks to Dave Cottlehuber for a fix to Websockets being broken in 0.3.4 #959.

0.3.4

27 Sep 17:19
Compare
Choose a tag to compare

Version 0.3.4

This is a bug fix release to address further isues with dynamic class loading.

Features and enhancements

  • boernd for the predict-linear stream. #953
  • Will Weber for syntax highlighting improvements to the Datadog docs. #955

Bug fixes

  • John Mackenzie for refactoring the dynamic class loading. #951

Other changes

Given TravisCI's continued instability we've moved CI/CD to CircleCI.

0.3.3

22 Jun 20:51
Compare
Choose a tag to compare

This is a bug fix release to address an issue with dynamic class loading during configuration reloads.

Features and enhancements

Romain Tartière for modernizing the RPM build and adding support for EL7.

Bug fixes

Handle configuration reloads under Java 10. #928.

0.3.2

12 May 19:18
Compare
Choose a tag to compare

This is a minor release with a small set of enhancements and bug fixes. Derek Chiang provides support to use Riemann as a dependency. Shalom Yerushalmy added support for the posting of batched events to Prometheus. deoqc added the untag stream. Richard Gray added support for sending events to Zabbix. Erik Assum, cresh, Jeff Stokes, and Mathieu Corbin all added enhancements or bug fixes.

Features and enhancements

Bug Fixes

  • Handle div by 0 in quotient-sloppy #935 (jstokes)
  • Escape backslash in ns-string to allow for compilation #944 (slipset)
  • Cast time in long in pagerduty stream #929 (mcorbin)
  • Bump plexus-utils version to avoid missing class when loading external dependencies #939 (cresh)