You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Fixes
* Add validation of the master presence in replicaset and the
master connection to the `utils.get_space` method before
receiving the space from the connection (#331).
* Fix fiber cancel on schema reload timeout in `call_reload_schema`
(PR #336).
0 commit comments