Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
Overview

    The main feature of this release is the full support of vshard
    sharding functions (see ddl 1.6.2 for corresponding ddl release).

Breaking changes

    There are no breaking changes in the release.

New features

    * `crud.storage_info` function to get storages status (#229).

Bugfixes

    * Fix specifying `vshard` sharding funcs (#314).
  • Loading branch information
DifferentialOrange committed Aug 29, 2022
1 parent eb69930 commit 994b050
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.13.0] - 29-08-22

### Added
* `crud.storage_info` function to get storages status (#229, PR #299).

### Changed

### Fixed

- Fix specifying `vshard` sharding funcs (#314).
* Fix specifying `vshard` sharding funcs (#314).

## [0.12.1] - 21-07-22

Expand Down

0 comments on commit 994b050

Please sign in to comment.