Sha256: 7debc2bb18a0906a972f5474fc74c8a0584780066d8590a5e66c3a3ff2808387

Contents?: true

Size: 1.02 KB

Versions: 5

Compression:

Stored size: 1.02 KB

Contents

# Changelog

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.

### Unreleased changes

- Drop support for Ruby 1.9.3.
- Add support for Ruby 2.2.

### Version 2.0.6

- 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


### Version 2.0.5

- Allow for nested assertions using the `assert_statsd_*` assertion methods.

### Version 2.0.4

- Add a Railtie to fix some initialization issues.

### Version 2.0.3

- Assertion method bugfixes

### Version 2.0.2

- Documentation fixes

### Version 2.0.1

- Add assertion methods `assert_statsd_histogram`, `assert_statsd_set`, and `assert_statsd_key_value`.

### Version 2.0.0

- 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
statsd-instrument-2.0.11 CHANGELOG.md
statsd-instrument-2.0.10 CHANGELOG.md
statsd-instrument-2.0.9 CHANGELOG.md
statsd-instrument-2.0.8 CHANGELOG.md
statsd-instrument-2.0.7 CHANGELOG.md