We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf5f63b commit 054accdCopy full SHA for 054accd
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.10.0] - 2022-12-29
6
+
7
### Features
8
- Add `fields` option to ProxySpace for controlling the result tuple fields ([#236](https://github.com/tarantool/cartridge-java/pull/236))
9
- Parse metadata from crud response ([#272](https://github.com/tarantool/cartridge-java/pull/272))
README.md
@@ -42,7 +42,7 @@ If you use this code in another project don't forget to add `cartridge-driver` d
42
<dependency>
43
<groupId>io.tarantool</groupId>
44
<artifactId>cartridge-driver</artifactId>
45
- <version>0.9.2</version>
+ <version>0.10.0</version>
46
</dependency>
47
```
48
## Advanced usage
0 commit comments