Releases: xataio/xata-py
Releases · xataio/xata-py
v1.2.1
What's Changed
- Make
x-xata-agent
consistent with ts libary by @richardgill in #181 - Fix race condition that prevents full flush in the BulkProcessor by @philkra in #185
New Contributors
- @richardgill made their first contribution in #181
Full Changelog: v1.2.0...v1.2.1
v1.2.0
New Features
- Create transform URL helper by @sepal in #178
- Make Transaction helper response an object by @philkra in #176
Maintenance
- Bump pillow from 9.5.0 to 10.0.1 by @dependabot in #175
- Bump urllib3 from 2.0.5 to 2.0.6 by @dependabot in #177
- Prep release: 1.2.0 by @philkra in #179
New Contributors
Full Changelog: v1.1.0...v1.2.0
v0.13.1
v1.1.0
v1.0.1
v0.13.0
v1.0.0
What's Changed
- File Attachments APIs #99
- SQL support #149
- Extend OAS schema summary with API name #97
- Bump requests from 2.30.0 to 2.31.0 by @dependabot in #98
- Increase tests for File Attachments #121
- PEP8 Naming #106
- API renaming #95
- Remove deprecated APIs #88
- Namespace re-organization #110
- Log server messages #117
- Add failIfMissing option to delete #129
- Refactor exceptions #130
- Add convenience methods for config data #111
- Nicer DB rename method #134
- Shorten
upsert
API #157 - Shorten
update
API #158 - Nicer API descriptions #161
- Streamline
query
API #162 - Mark endpoints as experimental if indicated by the spec #139
- bug fix for incorrect query params #140
- Add URL to API reference in docstring #141
- Rename namespace to API request #148
- Release 1.0.0 GA #159
Find the migration guide from 0.x
to 1.x
at https://xata.io/docs/sdk/python/migration-guide
New Contributors
- @paulaguijarro made their first contribution in #100
- @snide made their first contribution in #137
Full Changelog: v0.10.1...v1.0.0