Skip to content

Release 0.4.2 #58

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

Merged
merged 1 commit into from
Feb 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.4.2]
### Fixed:
- Fetch schema from a replicaset leader to apply on the clusterwide config even
when `migrations.up()` is called on a replica (gh-56). The local schema on
the replica may be not the most actual due to replication lag.
- Issue a warning into log when `register_sharding_key()` is called with
`{'bucket_id'}` key (gh-49). It is likely a mistake: sharding key is a set of
fields, which are used to calculate `bucket_id`, not the `bucket_id` itself.

## [0.4.1]
### Fixed:
- Unclear error output in some cases
Expand Down