Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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).
- Loading branch information