Skip to content

Commit 76e3374

Browse files
committed
Release 0.10.0
Release notes will be attached to the 0.10.0 tag and will be placed on the releases page: https://github.com/tarantool/crud/releases
1 parent dc1cdc4 commit 76e3374

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
## [0.10.0] - 01-12-21
17+
18+
### Added
19+
1220
* CRUD operations calculates bucket id automatically using sharding
1321
key specified with DDL schema or in `_ddl_sharding_key` space.
1422
NOTE: CRUD methods delete(), get() and update() requires that sharding key
1523
must be a part of primary key.
1624

17-
### Changed
18-
1925
### Fixed
2026

2127
* Use tuple-merger backed select implementation on tarantool 2.10+ (it gives

0 commit comments

Comments
 (0)