File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ and this project adheres to
12
12
Unreleased
13
13
-------------------------------------------------------------------------------
14
14
15
+ -------------------------------------------------------------------------------
16
+ [2.13.0] - 2024-11-28
17
+ -------------------------------------------------------------------------------
18
+
15
19
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
20
Changed
17
21
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28
32
29
33
- New issue about doubled buckets (can be enabled with TARANTOOL_CHECK_DOUBLED_BUCKETS=true).
30
34
35
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36
+ Fixed
37
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
38
+
39
+ - WebUI doesn't request statistics on the first load anymore.
40
+
31
41
-------------------------------------------------------------------------------
32
42
[2.12.4] - 2024-09-16
33
43
-------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
1
-- Сontains the module version.
2
2
-- Requires manual update in case of release commit.
3
3
4
- return ' 2.12.4 '
4
+ return ' 2.13.0 '
Original file line number Diff line number Diff line change @@ -38,6 +38,12 @@ Cartridge doesn't support Tarantool 3.0 and higher.
38
38
- Tarantool 2.10
39
39
- Tarantool 2.11
40
40
- Additional notes
41
+ * - Cartridge 2.13.0
42
+ - \+
43
+ - \+
44
+ - \+
45
+ - \+
46
+ -
41
47
* - Cartridge 2.12.4
42
48
- \+
43
49
- \+
You can’t perform that action at this time.
0 commit comments