1.0.0
·
147 commits
to master
since this release
Overview
This release introduces a breaking change with removing a deprecated feature: crud.len(space_id).
This release also introduces a Cartridge clusterwide config to setup crud.cfg.
Breaking changes
You cannot use space id as a space identifier in crud.len anymore. Use space name instead.
New features
- Timeout condition for the validation of master presence in replicaset and for the master connection (#95).
- Cartridge clusterwide configuration for
crud.cfg(#332).
Changes
- Forbid using space id in
crud.len(#255).