File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+
5
+ ## [ 0.11.0] - 2023-04-12
6
+
7
+ ### Internal and API changes
4
8
- 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 ) )
6
9
- 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 ) )
7
15
- 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 ) )
9
16
- 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
10
22
- 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 ) )
13
23
14
24
## [ 0.10.1] - 2023-01-13
15
25
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ If you use this code in another project don't forget to add `cartridge-driver` d
39
39
<dependency >
40
40
<groupId >io.tarantool</groupId >
41
41
<artifactId >cartridge-driver</artifactId >
42
- <version >0.10.1 </version >
42
+ <version >0.11.0 </version >
43
43
</dependency >
44
44
```
45
45
## Advanced usage
You can’t perform that action at this time.
0 commit comments