Skip to content

Commit c0200c9

Browse files
Release 0.11.2
Overview This is a bugfix release. Several things related to crud statistics (0.11.0 and 0.11.1 release features) was improved or fixed. Breaking changes There are no breaking changes in the release. New features Make metrics quantile collector age params configurable (#286). Add separate `latency_average` and `latency_quantile_recent` fields to `crud.stats()` output (#286). Bugfixes Preset `stats_quantile_tolerated_error` `crud.cfg` parameter is no more lost on configuration update (#284).
1 parent cfd9d9e commit c0200c9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
## [0.11.2] - 23-05-22
17+
1018
### Added
1119
* Make metrics quantile collector age params configurable (#286).
1220
* Add separate `latency_average` and `latency_quantile_recent`
1321
fields to `crud.stats()` output (#286).
1422

15-
### Changed
16-
1723
### Fixed
1824
* Preset `stats_quantile_tolerated_error` `crud.cfg` parameter is no
1925
more lost on configuration update (#284).

0 commit comments

Comments
 (0)