metrics/metrics/CHANGELOG.md

30 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- next-header -->
## [Unreleased] - ReleaseDate
2020-10-24 07:54:55 -07:00
### Added
- Support for specifying the unit of a measurement during registration. ([#107](https://github.com/metrics-rs/metrics/pull/107))
2019-11-20 22:07:44 -08:00
## [0.12.1] - 2019-11-21
### Changed
2020-10-24 07:54:55 -07:00
- Cost for macros dropped to almost zero when no recorder is installed. ([#55](https://github.com/metrics-rs/metrics/pull/55))
2019-11-20 22:07:44 -08:00
2019-10-18 11:57:11 -07:00
## [0.12.0] - 2019-10-18
### Changed
- Improved documentation. (#44, #45, #46)
2020-10-24 07:54:55 -07:00
- Renamed `Recorder::record_counter` to `increment_counter` and `Recorder::record_gauge` to `update_gauge`. ([#47](https://github.com/metrics-rs/metrics/pull/47))
2019-10-18 11:57:11 -07:00
2019-08-09 11:20:13 -07:00
## [0.11.1] - 2019-08-09
### Changed
- Fixed a bug with macros calling inner macros without a fully qualified name.
## [0.11.0] - 2019-07-29
### Added
- Life begins at 0.11.0 for this crate, after being renamed from `metrics-facade` to `metrics` to
reflect the duality of `metrics` to the `log` crate. (#27)