Skip to content

Releases: codycollier/venra

v0.1.6

29 May 20:05
Compare
Choose a tag to compare

This is a minor release.

Improvements:

  • Fix pagination bug in query feed helper
  • Add support for optional condition and create with vespa doc partial updates
  • Internal function naming improvements

v0.1.5

26 Aug 15:15
Compare
Choose a tag to compare

This is a minor release.

Improvements:

  • Updated to new set of supported python versions

v0.1.4

06 Apr 14:50
Compare
Choose a tag to compare

This is a minor release.

Improvements:

  • Fix support for visit with all combinations of selection and continuation

v0.1.3

13 Oct 13:56
Compare
Choose a tag to compare

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

11 Oct 22:11
Compare
Choose a tag to compare

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

11 Aug 23:33
Compare
Choose a tag to compare
  • add search based feed

v0.0.3

10 Aug 13:55
Compare
Choose a tag to compare

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

31 Jul 19:49
Compare
Choose a tag to compare

Add basic visit generator

v0.0.1

30 Jul 02:21
Compare
Choose a tag to compare

Initial release to test workflow and setup package