* Fix pagination bug in query feed helper * Add support for optional condition and create with vespa doc partial updates * Internal function naming improvements
0.1.5
This is a minor release.
Improvements: * Updated to new set of supported python versions
0.1.4
This is a minor release.
Improvements: * Fix support for visit with all combinations of selection and continuation
0.1.3
This is a minor release with some small changes
Improvements: * Added Vespa's error message from body, to the exception message, on non-200 responses for most query, document, and system calls * Added support for `fieldSet` on document retrieval and set default to "all"
0.1.2
This release sets the library on the path to api stabilization.
Improvements: * Added small core implementation for document api * Added small core implementation for query api * Added query and group response extraction helpers * Added initial set of custom exceptions * Refactored internal client handling * Added initial, basic error handling around client calls * General refactoring and cleanup