Skip to content

0.11.1

Choose a tag to compare

@DifferentialOrange DifferentialOrange released this 06 May 16:01
· 221 commits to master since this release

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).