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 e7aaa35 commit c961e16Copy full SHA for c961e16
CHANGELOG.md
@@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+## [0.6.0] - 2021-03-29
11
+
12
### Fixed
13
14
* Fixed not finding field in tuple on `crud.update` if
15
there are `is_nullable` fields in front of it that were added
16
when the schema was changed for Tarantool version <= 2.2.
17
18
* Pagination over multipart primary key.
-
19
20
### Added
21
22
* `mode`, `prefer_replica` and `balance` options for read operations
0 commit comments