Skip to content

Releases: unbounce/clojure-dogstatsd-client

0.7.0

24 Apr 13:54
Compare
Choose a tag to compare

Improvements

0.6.2

14 Jan 05:30
Compare
Choose a tag to compare

New:

  • #20 Adds support for incrementing/decrementing using :by

Version 0.6.1

30 Sep 23:11
Compare
Choose a tag to compare

Fixes:

  • #18 Use alert-type when emitting events.

Version 0.6.0

28 Jun 22:21
Compare
Choose a tag to compare

Bumped java-dogstastsd-client from 2.6 -> 2.8

New:

  • Support configuring the client from environment variables #15

Breaking Changes:

  • The parameters to setup! have been changed slightly. The consumer is required to specify a :host key now, or use the env-var DD_AGENT_HOST

0.5.0 Release

20 Oct 00:53
Compare
Choose a tag to compare
  • Bumped the version of java-dogstatsd-client to latest: from 2.5 -> 2.6.1

0.4.2 Release

23 Apr 18:46
Compare
Choose a tag to compare

Included in release:

  • #13 Removes sample-rate
  • #12 Provides shutdown function to ensure metrics are cleaned up
  • #11 Use try/finally to record histogram metric