We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629822e commit cb9dcdaCopy full SHA for cb9dcda
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v2.2.1
2
+
3
+- Fixed unexpected exception when calling CouchDB.create(exists_ok=True) in case of race conditions
4
5
# v2.2.0
6
7
- Added support for /db/_changes endpoint, which allows to listen for change events
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = aiocouch
-version = 2.2.0
+version = 2.2.1
author = TU Dresden
description = 🛋 An asynchronous client library for CouchDB 2.x and 3.x
long_description = file: README.md
0 commit comments