Releases: xataio/xata-py
Releases · xataio/xata-py
v0.5.1
v0.5.0
v0.4.0
- 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 viadb_name
and/orbranch_name
. If left empty the values fromclient
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 forbranch_name
in case nothing is set. - Sanitize generated descriptions #29
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- new
client
methodget_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
v0.2.0
Release Notes
- generate all endpoints from OpenAPI spec and return
requests.Response
#16 - added the
search
andsearch_table
endpoints #14 - improved tests #13
- telemetry headers #15
- minor improvements for HTTP header initialisation #13
- moved
ServerErrorException
intoxata.errors
#16 - the
user-agent
has the repo name and sdk version for support purposes
What's Changed
- Docs: Incorrect client instantiation by @philkra in #8
- Bump setuptools from 65.5.0 to 65.5.1 by @dependabot in #11
- Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot in #12
- Reorganisation & Tooling by @philkra in #13
- Add search and search table endpoints by @philkra in #14
- Telemetry Headers by @philkra in #15
- endpoint generation by @philkra in #16
- User agent to repo name and version by @philkra in #20
- Minor string sanitization for generated descriptions by @philkra in #21
New Contributors
- @philkra made their first contribution in #8
- @dependabot made their first contribution in #11
Full Changelog: v0.1.3...v0.2.0