From a7a3413ba283a1b4f5c64ec1fa87c3ef13b9b6cc Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Thu, 21 Jul 2022 14:44:08 +0300 Subject: [PATCH] Release 0.12.1 Overview This is a bugfix release. It introduces several fixes related to crud and ddl module integration. Breaking changes There are no breaking changes in the release. Bugfixes * Fetching invalid ddl configuration (sharding key for non-existing space) is no longer breaks CRUD requests (#308, PR #309). * ddl space record delete no more throws error if crud is used (#310, PR #311). * crud sharding metainfo is now updated on ddl record delete (#310, PR #311). --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91b0f69f..932d76ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed +### Fixed + +## [0.12.1] - 21-07-22 + ### Fixed * Fetching invalid ddl configuration (sharding key for non-existing space) is no longer breaks CRUD requests (#308, PR #309).