Skip to content

1.6.0: maintenance release

Choose a tag to compare

@vakhov vakhov released this 09 Sep 09:54
· 6 commits to master since this 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 raise BucketIDError before routing (commit).

Changed

  • Bump vshard version in rockspec.

Fixed

  • Compatibility with Cartridge 2.16.0.
  • crud.schema no longer returns TCF system space _cdc_state.
  • crud.schema no longer returns system space _gc_consumers with Tarantool 3.2+.
  • crud.schema no longer returns tt system space _tt_migrations.
  • Stabilized schema tests for Tarantool 3.2+.
  • Fixed bad error handling for method call.single.
  • Added support for operating on Tarantool 3.1 with data created on 2.11; previously an error occurred due to replicasets lookup by name ( commit).