Releases: xataio/xata-py
Releases · xataio/xata-py
v0.10.2
v0.10.1
v0.10.0
v0.9.3
v0.9.2
v0.9.1
v0.9.0
What's Changed
- Utils package to help with datetime conversion in #67
- investigate direct namespace invocation in #68, #70, #71
- Introduce data() namespace alias for search and filter in #69
- Removed obsolete base url from namespace in #72
- Example datasets and force spec pull for codegen in #73
- Improve logging for codegen in #74
Full Changelog: v0.8.0...v0.9.0
v0.8.0
- Bugfix: using the database url with a
branch_name
caused invalid URLs with duplicatebranch_name
s #65 - Breaking: removed mandatory
workspace_id
parameter to make it options #54 - Breaking: changed parameters for
base_url
in client to support custom domain names forcore
andworkspace
#59
What's Changed
- Align db naming for integration tests with TS SDK by @philkra in #47
- Change test class names to isolate namespaces by @philkra in #49
- Runnable Example by @philkra in #53
- More tests for region init by @philkra in #58
- Add
XATA_DATABASE_URL
envvar by @philkra in #61 - Add smart default for workspace id by @philkra in #62
- Increase logging for codegen by @philkra in #63
- Make domain names configurable by @philkra in #64
Full Changelog: v0.7.0...v0.8.0
v0.7.0
- added
askTable
endpoint for ChatGPT-like questions see blog post - added
deprecation
notice to not namespaced methods in theclient
API #19 client.set_header()
to additional headers if necessary.- a response's status codes are now part of the method docblock
- breaking removed
request
shims forGET
, etc #17 - bugfix: race condition when flushing the bulk processor queues #42
- added
get_failed_batches()
method to collect all rejected batches from theBulkProcessor
#44
Full Changelog: v0.6.0...v0.7.0
v0.6.0
- added the new
vectorSearch
endpoint to thesearch_and_filter
namespace - bugfix: generate case-sensitive URL paths
Full Changelog: v0.5.1...v0.6.0