1.0.0
DifferentialOrange
released this
02 Feb 15:08
·
129 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).