File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88## [ Unreleased]
99
1010### Added
11- * ` crud.storage_info ` function to get storages status (#229 , PR # 299 ).
11+ * ` crud.storage_info ` function to get storages status (#229 ).
1212* Support ` vshard_router ` option in operations for Cartridge vshard groups
1313 or non-default vshard routers (#44 ).
1414
@@ -21,9 +21,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2121
2222### Fixed
2323* Fetching invalid ddl configuration (sharding key for non-existing space)
24- is no longer breaks CRUD requests (#308 , PR # 309 ).
25- * ddl space record delete no more throws error if crud is used (#310 , PR # 311 ).
26- * crud sharding metainfo is now updated on ddl record delete (#310 , PR # 311 ).
24+ is no longer breaks CRUD requests (#308 ).
25+ * ddl space record delete no more throws error if crud is used (#310 ).
26+ * crud sharding metainfo is now updated on ddl record delete (#310 ).
2727
2828## [ 0.12.0] - 28-06-22
2929
@@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3232 ` crud.insert_many() ` /` crud.insert_object_many() ` /
3333 ` crud.upsert_many() ` /` crud.upsert_object_many() `
3434 ` crud.replace_many() ` /` crud.replace_object_many() `
35- with partial consistency (#193 , PR # 232 ).
35+ with partial consistency (#193 ).
3636
3737## [ 0.11.3] - 15-06-22
3838
You can’t perform that action at this time.
0 commit comments