This file documents the changes between releases of this library. When creating a pull request, please at an entry to the "unreleased changes" section below.
- Drop support for Ruby 1.9.3.
- Add support for Ruby 2.2.
- Fix some loading order issues in Rails environments.
- Default behavior: in a staging environment, the defaults are now the same as in a production environment.
- Documentation overhaul
- Allow for nested assertions using the
assert_statsd_*
assertion methods.
- Add a Railtie to fix some initialization issues.
- Assertion method bugfixes
- Documentation fixes
- Add assertion methods
assert_statsd_histogram
,assert_statsd_set
, andassert_statsd_key_value
.
- Complete rewrite using pluggable backends.
- Add assertion methods in
StatsD::Instrument::Assertions
to make testing easier and less brittle. - Drop support for Ruby 1.8