Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Totktonada committed Dec 1, 2021
1 parent dc1cdc4 commit 76e3374
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Added

### Changed

### Fixed

## [0.10.0] - 01-12-21

### Added

* CRUD operations calculates bucket id automatically using sharding
key specified with DDL schema or in `_ddl_sharding_key` space.
NOTE: CRUD methods delete(), get() and update() requires that sharding key
must be a part of primary key.

### Changed

### Fixed

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

0 comments on commit 76e3374

Please sign in to comment.