Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.11.1 #282

Merged
merged 1 commit into from
May 6, 2022
Merged

Conversation

DifferentialOrange
Copy link
Member

@DifferentialOrange DifferentialOrange commented May 6, 2022

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

  • Changelog

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).
@DifferentialOrange DifferentialOrange force-pushed the DifferentialOrange/release-0.11.1 branch from 09f0488 to f23ab56 Compare May 6, 2022 15:53
Copy link
Member

@Totktonada Totktonada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Please, add the caution to 0.11.0 release on GitHub too.

@DifferentialOrange DifferentialOrange merged commit 20023a9 into master May 6, 2022
@DifferentialOrange DifferentialOrange deleted the DifferentialOrange/release-0.11.1 branch May 6, 2022 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants