Skip to content

Commit

Permalink
Release 0.11.1
Browse files Browse the repository at this point in the history
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
DifferentialOrange committed May 6, 2022
1 parent f4d44a7 commit f23ab56
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

### Changed

### Fixed

## [0.11.1] - 06-05-22

### Added
* Make metrics quantile collector tolerated error configurable (#281).

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

## [0.11.0] - 20-04-22

**Caution**: Use CRUD 0.11.1 instead of 0.11.0. It fixes
critical bug for some requests (see #278).

### Added
* `crud.count()` function to calculate the number of tuples
in the space according to conditions.
Expand Down

0 comments on commit f23ab56

Please sign in to comment.