We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c207b13 commit 8ab0f62Copy full SHA for 8ab0f62
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# v2.2.0
2
+
3
+- Added support for /db/_changes endpoint, which allows to listen for change events
4
+- Added support for /db/_index endpoint, which allows to create indexes on databases
5
+- Improved documentation
6
7
# v2.1.1
8
9
- Fixes missing module dependency
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = aiocouch
-version = 2.1.1
+version = 2.2.0
author = TU Dresden
description = 🛋 An asynchronous client library for CouchDB 2.x and 3.x
long_description = file: README.md
0 commit comments