Skip to content

Commit 86bac19

Browse files
committed
Update ChangeLog.
1 parent 0536316 commit 86bac19

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

ChangeLog.txt

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,32 @@ Version 0.9 (not released)
44
* Don't validate database names on the client side. This means some methods
55
dealing with database names can return different exceptions than before.
66
* Use HTTP socket more efficiently to avoid the Nagle algorithm, greatly
7-
improving performace. Note: add the {nodelay, true} option to the CouchDB
7+
improving performace. Note: add the `{nodelay, true}` option to the CouchDB
88
server's httpd/socket_options config.
99
* Add support for show and list functions.
1010
* Add support for calling update handlers.
1111
* Add support for purging documents.
12+
* Add `iterview()` for more efficient iteration over large view results.
1213
* Add view cleanup API.
13-
* Enhance Server.stats() to optionally retrieve a single set of statistics.
14-
* Implement Session timeouts.
15-
* Add `error` property to Row objects.
16-
* Add default=None arg to mapping.Document.get() to make it a little more
14+
* Enhance `Server.stats()` to optionally retrieve a single set of statistics.
15+
* Implement `Session` timeouts.
16+
* Add `error` property to `Row` objects.
17+
* Add `default=None` arg to `mapping.Document.get()` to make it a little more
1718
dict-like.
18-
* Enhance Database.info() so it can also be used to get info for a design
19+
* Enhance `Database.info()` so it can also be used to get info for a design
1920
doc.
2021
* Add view definition options, e.g. collation.
21-
* Protect ResponseBody from being iterated/closed multiple times.
22-
* Rename iteration method for ResponseBody chunks to iterchunks() to
22+
* Fix support for authentication in dump/load tools.
23+
* Support non-ASCII document IDs in serialization format.
24+
* Protect `ResponseBody` from being iterated/closed multiple times.
25+
* Rename iteration method for ResponseBody chunks to `iterchunks()` to
2326
prevent usage for non-chunked responses.
24-
* JSON encoding exception are no longer masked, giving clearer errors.
25-
* cjson support is now deprecated.
26-
* Fix Row.value and Row.__repr__ to never raise exceptions.
27+
* JSON encoding exceptions are no longer masked, resulting in better error
28+
messages.
29+
* `cjson` support is now deprecated.
30+
* Fix `Row.value` and `Row.__repr__` to never raise exceptions.
2731
* Fix Python view server's reduce to handle empty map results list.
32+
* Use locale-independent timestamp identifiers for HTTP cache.
2833
* Don't require setuptools/distribute to install the core package. (Still
2934
needed to install the console scripts.)
3035

0 commit comments

Comments
 (0)