File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [ Semantic
7
7
Versioning] ( http://semver.org/spec/v2.0.0.html ) except to the first release.
8
8
9
- ## [ Unreleased]
9
+ ## [ v2.3.0] - 2025-03-11
10
+
11
+ The release extends box.info responses and ConnectionPool.GetInfo return data.
12
+
13
+ Be careful, we have changed the test_helpers package a little since we do not
14
+ support backward compatibility for it.
10
15
11
16
### Added
12
17
13
18
- Extend box with replication information (#427 ).
14
- - The Instance info has been added to ConnectionInfo for GetInfo response (#429 ).
19
+ - The Instance info has been added to ConnectionInfo for ConnectionPool.GetInfo
20
+ response (#429 ).
15
21
- Added helpers to run Tarantool config storage (#431 ).
16
22
17
23
### Changed
@@ -27,7 +33,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
27
33
28
34
### Fixed
29
35
30
- - Fixed flaky test detection on fail start Tarantool instance (#431 ).
36
+ - Test helpers does not detect a fail to start a Tarantool instance if
37
+ another Tarantool instance already listens a port (#431 ).
31
38
32
39
## [ v2.2.1] - 2024-12-17
33
40
You can’t perform that action at this time.
0 commit comments