Skip to content

Commit 252c3b7

Browse files
committed
Release v2.3.0
1 parent 09a9e01 commit 252c3b7

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic
77
Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
88

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.
1015

1116
### Added
1217

1318
- 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).
1521
- Added helpers to run Tarantool config storage (#431).
1622

1723
### Changed
@@ -27,7 +33,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
2733

2834
### Fixed
2935

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).
3138

3239
## [v2.2.1] - 2024-12-17
3340

0 commit comments

Comments
 (0)