Skip to content

Commit

Permalink
Release 0.12.1
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
DifferentialOrange committed Jul 21, 2022
1 parent 37455c8 commit a7a3413
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit a7a3413

Please sign in to comment.