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 e8f9736 commit 2481df1Copy full SHA for 2481df1
changelogs/0.1.24.md
@@ -0,0 +1,17 @@
1
+Date: 24-05-2023
2
+
3
+Tag: 0.1.24
4
5
+## Compatibility
6
7
+VShard 0.1.24 is fully compatible with the previous VShard versions.
8
9
+## Functionality added or changed
10
11
+* Added support of Tarantool 3.0 (gh-402).
12
13
+## Bugs fixed
14
15
+* Fixed some router reload bugs (gh-141).
16
+* Fixed a bug which could duplicate buckets, especially when
17
+ `vshard.storage.bucket_send()` is used manually (gh-414).
vshard/consts.lua
@@ -1,7 +1,7 @@
return {
-- Сontains the module version.
-- Requires manual update in case of release commit.
- VERSION = '0.1.23',
+ VERSION = '0.1.24',
-- Bucket FSM
BUCKET = {
0 commit comments