This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
2.10.0 (2018-09-19)
- [NEW] Add custom JSON encoder/decoder option to
Document
constructor. - [NEW] Add new view parameters,
stable
andupdate
, as keyword arguments toget_view_result
. - [NEW] Allow arbitrary query parameters to be passed to custom changes filters.
- [FIXED] Case where an exception was raised after successful retry when using
doc.update_field
. - [FIXED] Removed unnecessary request when retrieving a Result collection that is less than the
page_size
value.