We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1065f71 commit d597604Copy full SHA for d597604
CHANGELOG.md
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
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
+
18
## [0.4.1]
19
### Fixed:
20
- Unclear error output in some cases
0 commit comments