Skip to content

Commit 20023a9

Browse files
Release 0.11.1
Overview This release fixes critical bug introduced in 0.11.0. It is recommended to use 0.11.1 instead of 0.11.0. It also adds an ability to configure quantile collector tolerated error and changes its default value. Breaking changes There are no breaking changes in the release. New features Set quantile collector tolerated error with crud.cfg (#281): crud.cfg{ stats_quantile_tolerated_error = 1e-4 } Decreasing tolerated error may fix getting `-Inf` values in quantiles. Increasing tolerated error may improve performance a bit. Bugfixes Requests no more fail with "Sharding hash mismatch" error if ddl set and bucket_id is explicitly specified (#278).
1 parent f4d44a7 commit 20023a9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ 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.1] - 06-05-22
17+
1018
### Added
1119
* Make metrics quantile collector tolerated error configurable (#281).
1220

@@ -20,6 +28,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2028

2129
## [0.11.0] - 20-04-22
2230

31+
**Caution**: Use CRUD 0.11.1 instead of 0.11.0. It fixes
32+
critical bug for some requests (see #278).
33+
2334
### Added
2435
* `crud.count()` function to calculate the number of tuples
2536
in the space according to conditions.

0 commit comments

Comments
 (0)