File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ Date: 20-02-2023
2+
3+ Tag: 0.1.22
4+
5+ ## Compatibility
6+
7+ VShard 0.1.22 is fully compatible with the previous VShard versions.
8+
9+ ## Functionality added or changed
10+
11+ * A new trigger ` vshard.storage.on_bucket_event() ` to react on bucket events,
12+ such as move or GC (gh-372 ).
13+
14+ * ` vshard.router/storage.info() ` now accept an option ` {with_services = true} `
15+ to get additional info about background services (such as discovery or
16+ rebalancer) that are working on the current instance (gh-107 ).
17+
18+ ## Bugs fixed
19+
20+ * Fixed a bug that the rebalancing could lead to inconsistency in buckets. In
21+ scope of the same bugfix all the updates in ` _bucket ` space are now severely
22+ restricted and validated (gh-377 , gh-173 ).
23+
24+ * ` vshard.router/storage.cfg{} ` now can not be called from multiple fibers at
25+ the same time (gh-140 ).
26+
27+ * Fixed a bug that certain router error objects didn't have ` router_name ` field.
You can’t perform that action at this time.
0 commit comments