Skip to content

Commit 2481df1

Browse files
committed
doc: create 0.1.24 changelog
A new 0.1.24 release NO_DOC=changelog NO_TEST=changelog
1 parent e8f9736 commit 2481df1

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

changelogs/0.1.24.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
return {
22
-- Сontains the module version.
33
-- Requires manual update in case of release commit.
4-
VERSION = '0.1.23',
4+
VERSION = '0.1.24',
55

66
-- Bucket FSM
77
BUCKET = {

0 commit comments

Comments
 (0)