0.38.0
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