Releases: vespa-engine/pyvespa
Releases · vespa-engine/pyvespa
0.40.0
04 Apr 13:08
Compare
Sorry, something went wrong.
No results found
Minor release.
#653
#657
Bug fixes:
More helpful error messages for invalid application package names. #687
Added experimental support for production deployment. This is not thoroughly tested, and should not yet be relied upon for production deployment.
New Contributors
Full Changelog : v0.39.0...v0.40.0
0.39.0
29 Nov 08:54
Compare
Sorry, something went wrong.
No results found
This release removes deprecated APIs (See details in #600 ). Use feed_iterable instead of feed_batch and update_batch.
Adds support for using streaming mode #629
Adds support for configuring alias for fields #633 (Thanks maxice8 )
0.38.0
02 Nov 11:04
Compare
Sorry, something went wrong.
No results found
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
0.37.1
25 Aug 10:20
Compare
Sorry, something went wrong.
No results found
Bugfix release:
Add macros to templates in setup.py: #551
0.37.0
24 Aug 08:46
Compare
Sorry, something went wrong.
No results found
The features added make it possible to run the multi-vector-indexing sample application in pyvespa:
Add support for Component config: #548
Add support for synthetic fields: #547
v0.36.0
10 Aug 09:35
Compare
Sorry, something went wrong.
No results found
Allow to specify match-features in RankProfile: #525
Add utility to create a vespa feed: #536
0.35.0
01 Aug 10:54
Compare
Sorry, something went wrong.
No results found
Require minimum Python 3.8
Support setting default stemming of Schema: #510
Add support for first phase ranking: #512
Support using key/cert pair generated by Vespa CLI : #513
Implement deploy_from_disk for Vespa Cloud: #514
0.34.0
05 May 06:52
Compare
Sorry, something went wrong.
No results found
0.33.0
20 Mar 10:52
Compare
Sorry, something went wrong.
No results found
Support for rank profile inputs: #482
Version 0.32.0
28 Feb 10:42
Compare
Sorry, something went wrong.
No results found
A local Docker deployment can now open the debug port (default 5005) into the container: #399
Field additions:
The match block for fields is now supported: #403
Support for the weight and bolding fields: #406
Implement Struct Field, and allow Field to use it: #413
Schema Document Summary is added: #408
Add support for stemming, query-command, rank, and implement Struct for Documents: #416
ApplicationConfiguration is added: #421
rank-profile additions #424 :
weight
type-hints for eq and repr
rank_type
rank-properties
Support for validation-overrides.xml : #426
Throw HTTPError on failures: #466