Skip to content

Commit f870928

Browse files
authored
BUMP 0.11.2 (#341)
1 parent 5fde30b commit f870928

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,12 @@ Run a single test example for debugging with verbose and immediate stdout output
245245
Changelog
246246
---------
247247

248+
Changes in Version 0.11.2 (2026-02-25)
249+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250+
251+
- Fix a bug where starting a sharded cluster with many shards could fail with
252+
``{'ok': 0.0, 'errmsg': 'Another addShard with different arguments is already running with different options', 'code': 117, 'codeName': 'ConflictingOperationInProgress'}``.
253+
248254
Changes in Version 0.11.1 (2025-08-27)
249255
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250256

mongo_orchestration/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.12.0.dev0"
1+
__version__ = "0.11.2"

0 commit comments

Comments
 (0)