Skip to content

0.38.0

Compare
Choose a tag to compare
@jobergum jobergum released this 02 Nov 11:04
· 1156 commits to master since this release
ee3cf49

This release fixes multiple issues and adds new functionality to pyvespa.

  • Several APIs around batch are now deprecated. See #600 and #599.
  • Add a new feed_iterable API for stream feeding instead of batch
  • Add support for global-phase ranking expression
  • Add retry logic for improved stability for control API to Vespa Cloud (#608)
  • Read errors from Vespa in case of error response instead of throwing exception (#599)
  • Support **kwargs for Vespa query API so that users can use native parameters
  • Reduce default number of connections and clarify documentation on using context managers