Commit bd39ec8
committed
release: 1.0.0
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).1 parent 39c2847 commit bd39ec8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments