Skip to content

Commit bd39ec8

Browse files
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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [1.0.0] - 02-02-23
99

1010
### Added
1111
* Add timeout condition for the validation of master presence in
@@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1919
* Add validation of the master presence in replicaset and the
2020
master connection to the `utils.get_space` method before
2121
receiving the space from the connection (#331).
22-
* Fix fiber cancel on schema reload timeout in `call_reload_schema` (PR #337).
22+
* Fix fiber cancel on schema reload timeout in `call_reload_schema` (PR #336).
2323

2424
## [0.14.1] - 10-11-22
2525

0 commit comments

Comments
 (0)