Skip to content

Commit 8ca9cad

Browse files
ArtDuclaude
andcommitted
chore(release): prepare for 1.6.0 release
- Update CHANGELOG.md: set version 1.6.0 and release date 2026-04-01 - Update README.md: bump version from 1.5.0 to 1.6.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6a39f33 commit 8ca9cad

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [1.6.0] - 2026-04-01
6+
57
### BOM Module
68

79
- Add `tarantool-java-sdk-bom` module providing centralized dependency management for all Tarantool Java SDK modules and their dependencies
@@ -18,6 +20,16 @@
1820
### Spring-data
1921
- Add `tarantool-spring-data-35` module with support for Spring Boot 3.5.x and Spring Data 3.5
2022

23+
### Client
24+
- Add `TupleMapper` utility class for easy tuple-to-POJO mapping using field format
25+
- Update CRUD operations (select, insert, get) to propagate format metadata from `CrudResponse`
26+
- Add `Handlers` class with 4 lifecycle callbacks for request/response tracing:
27+
- `onBeforeSend`: called before sending request
28+
- `onSuccess`: called on successful response
29+
- `onTimeout`: called when request times out
30+
- `onIgnoredResponse`: called when response arrives after timeout
31+
- Handlers are configured at client level via `withHandlers()` builder method
32+
2133
### Dependencies
2234
- Updated dependencies:
2335
Compile:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You need to download and install the library according to the [instructions](INS
1717
<dependency>
1818
<groupId>io.tarantool</groupId>
1919
<artifactId>tarantool-client</artifactId>
20-
<version>1.5.0</version>
20+
<version>1.6.0</version>
2121
</dependency>
2222
```
2323

0 commit comments

Comments
 (0)