Skip to content

1.0.0

Compare
Choose a tag to compare
@DifferentialOrange 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).

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).