Skip to content

Commit 667083a

Browse files
committed
release 1.6.1
Added * Support for `vshard`'s `request_timeout` parameter for calls with `mode = 'read'` Changed * Auto-fill `bucket_id` for primary-key CRUD requests (get/update/delete) when the sharding index is the primary index and `bucket_id` is passed as `box.NULL`.
1 parent 2ff3351 commit 667083a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.6.1] - 19-09-25
11+
1012
### Added
1113
* Support for `vshard`'s `request_timeout` parameter for calls with `mode = 'read'`
1214

crud/version.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '1.6.0'
4+
return '1.6.1'

0 commit comments

Comments
 (0)