Skip to content

Commit d597604

Browse files
committed
Release 0.4.2
1 parent 1065f71 commit d597604

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.4.2]
10+
### Fixed:
11+
- Fetch schema from a replicaset leader to apply on the clusterwide config even
12+
when `migrations.up()` is called on a replica (gh-56). The local schema on
13+
the replica may be not the most actual due to replication lag.
14+
- Issue a warning into log when `register_sharding_key()` is called with
15+
`{'bucket_id'}` key (gh-49). It is likely a mistake: sharding key is a set of
16+
fields, which are used to calculate `bucket_id`, not the `bucket_id` itself.
17+
918
## [0.4.1]
1019
### Fixed:
1120
- Unclear error output in some cases

0 commit comments

Comments
 (0)