Skip to content

Commit bceb180

Browse files
sergosGerold103
authored andcommitted
doc: create 0.1.22 changelog
A new 0.1.22 release NO_DOC=changelog NO_TEST=changelog
1 parent dddac1d commit bceb180

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

changelogs/0.1.22.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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.

0 commit comments

Comments
 (0)