Skip to content

Commit 04730e4

Browse files
committed
Prepare for release 0.11.0
1 parent 61fd3e6 commit 04730e4

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [0.11.0] - 2023-04-12
6+
7+
### Internal and API changes
48
- Remove config request timeout as default parameter in crud client
5-
- Add details for the case of space metadata fetching failure ([#200](https://github.com/tarantool/cartridge-java/issues/200))
69
- Add hasMetadata in TarantoolTuple
10+
- Add "can convert value" check to TupleResultConverter
11+
- Support Datetime type ([#214](https://github.com/tarantool/cartridge-java/pull/214))
12+
13+
### Bugfixes
14+
- Add details for the case of space metadata fetching failure ([#200](https://github.com/tarantool/cartridge-java/issues/200))
715
- Close public access to TarantoolResult*Impl ([#326](https://github.com/tarantool/cartridge-java/issues/326))
8-
- Split retrying into more detailed modules ([#341](https://github.com/tarantool/cartridge-java/issues/341))
916
- Add deep copy instead of shallow copy in default message pack mapper ([#166](https://github.com/tarantool/cartridge-java/issues/166))
17+
18+
### Refactor
19+
- Split retrying into more detailed modules ([#341](https://github.com/tarantool/cartridge-java/issues/341))
20+
21+
### Features
1022
- Add a factory builder for constructing mapper hierarchies
11-
- Add "can convert value" check to TupleResultConverter
12-
- Support Datetime type ([#214](https://github.com/tarantool/cartridge-java/pull/214))
1323

1424
## [0.10.1] - 2023-01-13
1525

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you use this code in another project don't forget to add `cartridge-driver` d
3939
<dependency>
4040
<groupId>io.tarantool</groupId>
4141
<artifactId>cartridge-driver</artifactId>
42-
<version>0.10.1</version>
42+
<version>0.11.0</version>
4343
</dependency>
4444
```
4545
## Advanced usage

0 commit comments

Comments
 (0)