Sha256: 1e98f53672d86fa035247e6c4322a3140ef5ee9c055e7f42ba84cef8f5827276

Contents?: true

Size: 1.06 KB

Versions: 3

Compression:

Stored size: 1.06 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.
- Make library compatible with RSpec 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

3 entries across 3 versions & 1 rubygems

Version Path
statsd-instrument-2.1.1 CHANGELOG.md
statsd-instrument-2.1.0 CHANGELOG.md
statsd-instrument-2.0.12 CHANGELOG.md