Releases: codycollier/venra
Releases · codycollier/venra
v0.1.6
v0.1.5
This is a minor release.
Improvements:
- Updated to new set of supported python versions
v0.1.4
This is a minor release.
Improvements:
- Fix support for visit with all combinations of selection and continuation
v0.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"
v0.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
v0.0.4
- add search based feed
v0.0.3
This release includes:
- misc fixes
- add deps to support sample program
- add support for selection in visit feed
- initial cut of partial update function for main operations
v0.0.2
Add basic visit generator
v0.0.1
Initial release to test workflow and setup package