@@ -10,6 +10,18 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
10
10
11
11
### Added
12
12
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
+
13
25
- Error logging to ` ConnectionPool.Add() ` in case, when unable to establish
14
26
connection and ctx is not canceled (#389 ).
15
27
- 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.
24
36
- More informative request canceling: log the probable reason for unexpected
25
37
request ID and add request ID info to context done error message (#407 ).
26
38
27
- ### Fixed
28
-
29
- ## [ 2.1.0] - 2024-03-06
39
+ ## [ v2.1.0] - 2024-03-06
30
40
31
41
The small release improves the ConnectionPool. The ConnectionPool now does not
32
42
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.
41
51
- ` ConnectionPool.Remove() ` does not notify a ` ConnectionHandler ` after
42
52
an instance is already removed from the pool (#385 ).
43
53
44
- ## [ 2 .0.0] - 2024-02-12
54
+ ## [ v2 .0.0] - 2024-02-12
45
55
46
56
There are a lot of changes in the new major version. The main ones:
47
57
@@ -201,7 +211,7 @@ See the [migration guide](./MIGRATION.md) for more details.
201
211
- Unable to use a slice of custom types as a slice of tuples or objects for
202
212
` crud.*ManyRequest/crud.*ObjectManyRequest ` (#365 ).
203
213
204
- ## [ 1 .12.0] - 2023-06-07
214
+ ## [ v1 .12.0] - 2023-06-07
205
215
206
216
The release introduces the ability to gracefully close Connection
207
217
and ConnectionPool and also provides methods for adding or removing an endpoint
@@ -223,7 +233,7 @@ from a ConnectionPool.
223
233
- crud tests with Tarantool 3.0 (#293 ).
224
234
- SQL tests with Tarantool 3.0 (#295 ).
225
235
226
- ## [ 1 .11.0] - 2023-05-18
236
+ ## [ v1 .11.0] - 2023-05-18
227
237
228
238
The release adds pagination support and wrappers for the
229
239
[ crud] ( https://github.com/tarantool/crud ) module.
@@ -253,7 +263,7 @@ The release adds pagination support and wrappers for the
253
263
- Flaky queue/Example_connectionPool (#278 ).
254
264
- Flaky queue/Example_simpleQueueCustomMsgPack (#277 ).
255
265
256
- ## [ 1 .10.0] - 2022-12-31
266
+ ## [ v1 .10.0] - 2022-12-31
257
267
258
268
The release improves compatibility with new Tarantool versions.
259
269
@@ -275,7 +285,7 @@ The release improves compatibility with new Tarantool versions.
275
285
- Flaky test multi/TestDisconnectAll (#234 ).
276
286
- Build on macOS with Apple M1 (#260 ).
277
287
278
- ## [ 1 .9.0] - 2022-11-02
288
+ ## [ v1 .9.0] - 2022-11-02
279
289
280
290
The release adds support for the latest version of the
281
291
[ queue package] ( https://github.com/tarantool/queue ) with master-replica
@@ -308,7 +318,7 @@ switching.
308
318
- Invalid MsgPack if STREAM_ID > 127 (#224 ).
309
319
- queue.Take() returns an invalid task (#222 ).
310
320
311
- ## [ 1 .8.0] - 2022-08-17
321
+ ## [ v1 .8.0] - 2022-08-17
312
322
313
323
The minor release with time zones and interval support for datetime.
314
324
@@ -322,7 +332,7 @@ The minor release with time zones and interval support for datetime.
322
332
323
333
- Markdown of documentation for the decimal subpackage (#201 ).
324
334
325
- ## [ 1 .7.0] - 2022-08-02
335
+ ## [ v1 .7.0] - 2022-08-02
326
336
327
337
This release adds a number of features. The extending of the public API has
328
338
become possible with a new way of creating requests. New types of requests are
@@ -355,7 +365,7 @@ based on this idea.
355
365
356
366
- Add ` ExecuteAsync ` and ` ExecuteTyped ` to common connector interface (#62 ).
357
367
358
- ## [ 1 .6.0] - 2022-06-01
368
+ ## [ v1 .6.0] - 2022-06-01
359
369
360
370
This release adds a number of features. Also it significantly improves testing,
361
371
CI and documentation.
0 commit comments