Skip to content

Commit 8f1a116

Browse files
committed
Version bump to 3.0.0
1 parent ae34e93 commit 8f1a116

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
# v2.2.2
210

311
- Fixed BasicAuth for UTF-8 encoded credentials

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = aiocouch
3-
version = 2.2.2
3+
version = 3.0.0
44
author = TU Dresden
55
description = 🛋 An asynchronous client library for CouchDB 2.x and 3.x
66
long_description = file: README.md

0 commit comments

Comments
 (0)