Skip to content

Commit

Permalink
module: release 1.5.2
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
DifferentialOrange committed May 20, 2024
1 parent e4f0d21 commit 8f83c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
## [1.5.2] - 20-05-24

### Fixed
* `insert_many`, `insert_object_many`, `replace_many`, `replace_object_many`,
Expand Down
2 changes: 1 addition & 1 deletion crud/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Сontains the module version.
-- Requires manual update in case of release commit.

return '1.5.1'
return '1.5.2'

0 comments on commit 8f83c32

Please sign in to comment.