Skip to content

Commit 10b3c8f

Browse files
committed
Release v2.2.0
1 parent 3a2fa7e commit 10b3c8f

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

CHANGELOG.md

+21-11
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1010

1111
### Added
1212

13+
### Changed
14+
15+
### Fixed
16+
17+
## [v2.2.0] - 2024-12-16
18+
19+
The release introduces the IPROTO_INSERT_ARROW request (arrow.InsertRequest)
20+
and a request to archive `box.info` values (box.InfoRequest). Additionally, it
21+
includes some improvements to logging.
22+
23+
### Added
24+
1325
- Error logging to `ConnectionPool.Add()` in case, when unable to establish
1426
connection and ctx is not canceled (#389).
1527
- Error logging for error case of `ConnectionPool.tryConnect()` calls in
@@ -24,9 +36,7 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
2436
- More informative request canceling: log the probable reason for unexpected
2537
request ID and add request ID info to context done error message (#407).
2638

27-
### Fixed
28-
29-
## [2.1.0] - 2024-03-06
39+
## [v2.1.0] - 2024-03-06
3040

3141
The small release improves the ConnectionPool. The ConnectionPool now does not
3242
require execute access for `box.info` from a user for Tarantool >= 3.0.0.
@@ -41,7 +51,7 @@ require execute access for `box.info` from a user for Tarantool >= 3.0.0.
4151
- `ConnectionPool.Remove()` does not notify a `ConnectionHandler` after
4252
an instance is already removed from the pool (#385).
4353

44-
## [2.0.0] - 2024-02-12
54+
## [v2.0.0] - 2024-02-12
4555

4656
There are a lot of changes in the new major version. The main ones:
4757

@@ -201,7 +211,7 @@ See the [migration guide](./MIGRATION.md) for more details.
201211
- Unable to use a slice of custom types as a slice of tuples or objects for
202212
`crud.*ManyRequest/crud.*ObjectManyRequest` (#365).
203213

204-
## [1.12.0] - 2023-06-07
214+
## [v1.12.0] - 2023-06-07
205215

206216
The release introduces the ability to gracefully close Connection
207217
and ConnectionPool and also provides methods for adding or removing an endpoint
@@ -223,7 +233,7 @@ from a ConnectionPool.
223233
- crud tests with Tarantool 3.0 (#293).
224234
- SQL tests with Tarantool 3.0 (#295).
225235

226-
## [1.11.0] - 2023-05-18
236+
## [v1.11.0] - 2023-05-18
227237

228238
The release adds pagination support and wrappers for the
229239
[crud](https://github.com/tarantool/crud) module.
@@ -253,7 +263,7 @@ The release adds pagination support and wrappers for the
253263
- Flaky queue/Example_connectionPool (#278).
254264
- Flaky queue/Example_simpleQueueCustomMsgPack (#277).
255265

256-
## [1.10.0] - 2022-12-31
266+
## [v1.10.0] - 2022-12-31
257267

258268
The release improves compatibility with new Tarantool versions.
259269

@@ -275,7 +285,7 @@ The release improves compatibility with new Tarantool versions.
275285
- Flaky test multi/TestDisconnectAll (#234).
276286
- Build on macOS with Apple M1 (#260).
277287

278-
## [1.9.0] - 2022-11-02
288+
## [v1.9.0] - 2022-11-02
279289

280290
The release adds support for the latest version of the
281291
[queue package](https://github.com/tarantool/queue) with master-replica
@@ -308,7 +318,7 @@ switching.
308318
- Invalid MsgPack if STREAM_ID > 127 (#224).
309319
- queue.Take() returns an invalid task (#222).
310320

311-
## [1.8.0] - 2022-08-17
321+
## [v1.8.0] - 2022-08-17
312322

313323
The minor release with time zones and interval support for datetime.
314324

@@ -322,7 +332,7 @@ The minor release with time zones and interval support for datetime.
322332

323333
- Markdown of documentation for the decimal subpackage (#201).
324334

325-
## [1.7.0] - 2022-08-02
335+
## [v1.7.0] - 2022-08-02
326336

327337
This release adds a number of features. The extending of the public API has
328338
become possible with a new way of creating requests. New types of requests are
@@ -355,7 +365,7 @@ based on this idea.
355365

356366
- Add `ExecuteAsync` and `ExecuteTyped` to common connector interface (#62).
357367

358-
## [1.6.0] - 2022-06-01
368+
## [v1.6.0] - 2022-06-01
359369

360370
This release adds a number of features. Also it significantly improves testing,
361371
CI and documentation.

0 commit comments

Comments
 (0)