Skip to content

Commit edbe9ad

Browse files
Release 0.11.0
Release notes will be attached to the 0.11.0 tag and will be placed on the releases page: https://github.com/tarantool/crud/releases
1 parent 093868d commit edbe9ad

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
## [0.11.0] - 20-04-22
17+
1018
### Added
1119
* `crud.count()` function to calculate the number of tuples
1220
in the space according to conditions.

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,13 @@ documentation). As soon as sharding key for a certain space is available in
7777
automatically. Note that CRUD methods `delete()`, `get()` and `update()`
7878
requires that sharding key must be a part of primary key.
7979

80-
You can specify sharding function to calculate bucket_id with
81-
sharding func definition as a part of [DDL
82-
schema](https://github.com/tarantool/ddl#input-data-format)
80+
Starting from 0.11.0 you can specify sharding function to calculate bucket_id
81+
with sharding func definition as a part of
82+
[DDL schema](https://github.com/tarantool/ddl#input-data-format)
8383
or insert manually to the space `_ddl_sharding_func`.
8484

85+
Automatic sharding key and function reload is supported since version 0.11.0.
86+
8587
CRUD uses `strcrc32` as sharding function by default.
8688
The reason why using of `strcrc32` is undesirable is that
8789
this sharding function is not consistent for cdata numbers.

0 commit comments

Comments
 (0)