Skip to content

Commit e1e99ad

Browse files
module: release 1.5.2
Overview This release fixes the bug that was discovered while working with `tt crud export` and `tt crud import` tools. Fixed * `insert_many`, `insert_object_many`, `replace_many`, `replace_object_many`, `upsert_many`, `upsert_object_many` operations no longer fail with `ShardingHashMismatchError` if a space has custom sharding info and every tuple/object in the request has `bucket_id` set (#437).
1 parent e4f0d21 commit e1e99ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [1.5.2] - 20-05-24
99

1010
### Fixed
1111
* `insert_many`, `insert_object_many`, `replace_many`, `replace_object_many`,

crud/version.lua

+1-1
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.5.1'
4+
return '1.5.2'

0 commit comments

Comments
 (0)