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 dc1cdc4 commit 76e3374Copy full SHA for 76e3374
CHANGELOG.md
@@ -9,13 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
10
### Added
11
12
+### Changed
13
+
14
+### Fixed
15
16
+## [0.10.0] - 01-12-21
17
18
+### Added
19
20
* CRUD operations calculates bucket id automatically using sharding
21
key specified with DDL schema or in `_ddl_sharding_key` space.
22
NOTE: CRUD methods delete(), get() and update() requires that sharding key
23
must be a part of primary key.
24
-### Changed
-
25
### Fixed
26
27
* Use tuple-merger backed select implementation on tarantool 2.10+ (it gives
0 commit comments