Riemann Versions Save

A network event stream processing system, in Clojure.

0.3.11

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/riemann/riemann/compare/0.3.10...0.3.11

0.3.10

5 months ago
  • Forced long to Thread/sleep duration to avoid reflection error (#1036)

0.3.9

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/riemann/riemann/compare/0.3.8...0.3.9

0.3.8

2 years ago
  • Updated slf4j-over-log4j to 1.7.32
  • Updated clojure/tools.logging to 1.2.1

0.3.7

2 years ago

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

3 years ago

This is a periodic release of Riemann.

For the full changelog see CHANGELOG.md

0.3.5

4 years ago

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

4 years ago

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

4 years ago

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

4 years ago

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)