This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 2.12.0 (2019-03-28)
22
33- [ NEW] Added partitioned database support.
4- - [ IMPROVED] Updated ` Result ` iteration by paginating with views' ` startkey ` and queries'
5- ` bookmark ` .
64- [ FIXED] Bug where document context manager performed remote save despite uncaught exceptions being
75 raised inside ` with ` block.
86- [ FIXED] Fixed parameter type of ` selector ` in docstring.
9- - [ IMPROVED] Updated ` Getting started ` section with a ` get_query_result ` example.
107- [ FIXED] Removed internal ` Document._document_id ` property to allow a safe use of dict's methods.
8+ - [ IMPROVED] Performance of ` Result ` iteration by releasing result objects immediately after they
9+ are returned to the client.
10+ - [ IMPROVED] Updated ` Getting started ` section with a ` get_query_result ` example.
11+ - [ IMPROVED] Updated ` Result ` iteration by paginating with views' ` startkey ` and queries'
12+ ` bookmark ` .
1113
1214# 2.11.0 (2019-01-21)
1315
Original file line number Diff line number Diff line change 1- 2.11.1-SNAPSHOT
1+ 2.12.0
Original file line number Diff line number Diff line change 6060# built documents.
6161#
6262# The short X.Y version.
63- version = '2.11.1-SNAPSHOT '
63+ version = '2.12.0 '
6464# The full version, including alpha/beta/rc tags.
65- release = '2.11.1-SNAPSHOT '
65+ release = '2.12.0 '
6666
6767# The language for content autogenerated by Sphinx. Refer to documentation
6868# for a list of supported languages.
Original file line number Diff line number Diff line change 1515"""
1616Cloudant / CouchDB Python client library API package
1717"""
18- __version__ = '2.11.1-SNAPSHOT '
18+ __version__ = '2.12.0 '
1919
2020# pylint: disable=wrong-import-position
2121import contextlib
You can’t perform that action at this time.
0 commit comments