Commit 8f1a116 1 parent ae34e93 commit 8f1a116 Copy full SHA for 8f1a116
File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v3.0.0
2
+
3
+ - Added support for /db/_ purge endpoint, which allows to remove all references to a document
4
+ - Added ` Document.json ` property, which is a dict representing the document data
5
+ - Added ` HTTPResponse ` as return from certain ` Document ` endpoints that may give 202 Accepted HTTP status codes
6
+ - Improved documentation
7
+ - [ BREAKING] ` Document.clone() ` no longer returns the cloned document
8
+
1
9
# v2.2.2
2
10
3
11
- Fixed BasicAuth for UTF-8 encoded credentials
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = aiocouch
3
- version = 2.2.2
3
+ version = 3.0.0
4
4
author = TU Dresden
5
5
description = 🛋 An asynchronous client library for CouchDB 2.x and 3.x
6
6
long_description = file: README.md
You can’t perform that action at this time.
0 commit comments