1.6.0: maintenance release
Overview
This release polishes CRUD behavior around routing, schema discovery, and Cartridge compatibility, and introduces validation safeguards for bucket_id. It also includes minor version bumps and stability fixes.
Added
- Role model support for single CRUD operations (
commit). - Validation of
bucket_id: invalid values now raiseBucketIDErrorbefore routing (commit).
Changed
- Bump
vshardversion in rockspec.
Fixed
- Compatibility with Cartridge
2.16.0. crud.schemano longer returns TCF system space_cdc_state.crud.schemano longer returns system space_gc_consumerswith Tarantool3.2+.crud.schemano longer returnsttsystem space_tt_migrations.- Stabilized
schematests for Tarantool3.2+. - Fixed bad error handling for method
call.single. - Added support for operating on Tarantool
3.1with data created on2.11; previously an error occurred due to replicasets lookup by name (commit).