Skip to content

Releases: xataio/xata-py

v0.5.1

21 Feb 09:59
5a2705b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

20 Feb 19:36
2b9154e
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

v0.4.0

16 Feb 18:33
0328499
Compare
Choose a tag to compare
  • Improved API surface for convenience, this introduced a breaking change for some endpoint APIs.: The parameter db_branch_name is no longer required, the value can be mutated via db_name and/or branch_name. If left empty the values from client will be used. This change will make the code more readable and avoid cumbersome redeclaration of inferable values. #30
  • added the default value main in the client init for branch_name in case nothing is set.
  • Sanitize generated descriptions #29

Full Changelog: v0.3.0...v0.4.0

v0.3.0

15 Feb 13:50
378d52c
Compare
Choose a tag to compare
  • new client method get_db_branch_name() to simplify URL construction
  • improved generated method documentation
  • distinguishing between mandatory and optional params in endpoints
  • added query params to the scope
  • bugfixes in the code generator
  • improved query string parameter creation

Full Changelog: v0.2.1...v0.3.0

v0.2.1

13 Feb 17:52
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

07 Feb 12:49
65daa9d
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Release Notes

  • generate all endpoints from OpenAPI spec and return requests.Response #16
  • added the search and search_table endpoints #14
  • improved tests #13
  • telemetry headers #15
  • minor improvements for HTTP header initialisation #13
  • moved ServerErrorException into xata.errors #16
  • the user-agent has the repo name and sdk version for support purposes

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.2.0

v0.1.3

21 Nov 14:47
@tsg tsg
adf9030
Compare
Choose a tag to compare
Fixes related to xatarc reading (#7)

* Fixes related to xatarc reading

* formatting

v0.1.2

21 Nov 10:39
@tsg tsg
304e209
Compare
Choose a tag to compare
Since move to poetry, the version is in the file (#6)

v0.1.1

01 Oct 15:39
@tsg tsg
Compare
Choose a tag to compare
Version bump for release

v0.1.0

01 Oct 15:21
@tsg tsg
Compare
Choose a tag to compare
Add long description