This repository was archived by the owner on Aug 30, 2024. It is now read-only.
2.12.0 (2019-03-28)
- [NEW] Added partitioned database support.
- [FIXED] Bug where document context manager performed remote save despite uncaught exceptions being raised inside
withblock. - [FIXED] Fixed parameter type of
selectorin docstring. - [FIXED] Removed internal
Document._document_idproperty to allow a safe use of dict's methods. - [IMPROVED] Performance of
Resultiteration by releasing result objects immediately after they are returned to the client. - [IMPROVED] Updated
Getting startedsection with aget_query_resultexample. - [IMPROVED] Updated
Resultiteration by paginating with views'startkeyand queries'bookmark.