File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,11 @@ Version 0.9 (not released)
18
18
* Enhance Database.info() so it can also be used to get info for a design
19
19
doc.
20
20
* Add view definition options, e.g. collation.
21
- * Protect ResourceBody from being iterated/closed multiple times.
21
+ * Protect ResponseBody from being iterated/closed multiple times.
22
+ * Rename iteration method for ResponseBody chunks to iterchunks() to
23
+ prevent usage for non-chunked responses.
22
24
* JSON encoding exception are no longer masked, giving clearer errors.
25
+ * cjson support is now deprecated.
23
26
* Fix Row.value and Row.__repr__ to never raise exceptions.
24
27
* Fix Python view server's reduce to handle empty map results list.
25
28
* Don't require setuptools/distribute to install the core package. (Still
You can’t perform that action at this time.
0 commit comments