Skip to content

Releases: xataio/xata-py

v0.10.2

29 Jun 18:40
ac2032a
Compare
Choose a tag to compare

What's Changed

  • [Backport 0.x] Add tracing and versions to helpers by @github-actions in #94
  • Add log message & prep release by @philkra in #118

Full Changelog: v0.10.1...v0.10.2

v0.10.1

02 May 17:26
ef804e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

02 May 12:45
8cddfdc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.10.0

v0.9.3

27 Apr 12:48
720cb68
Compare
Choose a tag to compare

What's Changed

  • Parse DB Url has missing return param by @philkra in #81

Full Changelog: v0.9.2...v0.9.3

v0.9.2

27 Apr 12:37
0debb0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

16 Apr 10:15
1b5733c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

15 Apr 14:30
6b24e96
Compare
Choose a tag to compare

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

17 Mar 12:43
ca0207e
Compare
Choose a tag to compare
  • Bugfix: using the database url with a branch_name caused invalid URLs with duplicate branch_names #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 for core and workspace #59

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

01 Mar 16:07
ee66b9e
Compare
Choose a tag to compare
  • added askTable endpoint for ChatGPT-like questions see blog post
  • added deprecation notice to not namespaced methods in the client 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 for GET, etc #17
  • bugfix: race condition when flushing the bulk processor queues #42
  • added get_failed_batches() method to collect all rejected batches from the BulkProcessor #44

Full Changelog: v0.6.0...v0.7.0

v0.6.0

22 Feb 15:16
fab86d0
Compare
Choose a tag to compare
  • added the new vectorSearch endpoint to the search_and_filter namespace
  • bugfix: generate case-sensitive URL paths

Full Changelog: v0.5.1...v0.6.0