Skip to content

Commit c52a6f5

Browse files
committed
release 1.6.0
Added * Validation of `bucket_id`. Invalid values now raise `BucketIDError` before routing (TNTP-3536). * Role model support in CRUD (TNTP-2177). Changed * Bumped vshard version in rockspec. Fixed * Fixed compatibility with Cartridge 2.16.0 (TNTP-3598). * `crud.schema` no longer returns system space `_gc_consumers` with Tarantool 3.2+. * `crud.schema` no longer returns `tt` system space `_tt_migrations`. * Adapted `schema` for Tarantool 3.2+. * Fixed bad error handling for method `call.single`. * Restored support for working in 3.1 with data from 2.11 (error with replicaset lookup).
1 parent b784154 commit c52a6f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ 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.6.0] - 09-09-25
99

1010
### Changed
1111
* bumped: vshard version in rockspec.
12-
* Role model support in CRUD is provided ([commit](https://github.com/tarantool/crud/pull/453/commits/379f7e0a133b3ad8763885b51626e7d30b2920ee)).
1312

1413
### Added
14+
* Role model support in CRUD is provided ([commit](https://github.com/tarantool/crud/pull/453/commits/379f7e0a133b3ad8763885b51626e7d30b2920ee)).
1515
* Validation of `bucket_id`. Invalid values now raise `BucketIDError`
1616
before routing ([commit](https://github.com/tarantool/crud/pull/453/commits/3019e76a09200b0c12523b0b5221350ae8a0a8b4)).
1717

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.5.2'
4+
return '1.6.0'

0 commit comments

Comments
 (0)