xataio / xata-py

Python SDK for xata.io
https://xata.io/docs/sdk/python/overview
Apache License 2.0
28 stars 4 forks source link

Road to GA #24

Closed philkra closed 1 year ago

philkra commented 1 year ago
- [x] #18
- [x] Integration tests for all endpoints
- [x] More exhaustive unit tests
- [x] Add smart defaults for endpoints, e.g. if the param is `workspace_id` or `db_branch_name` which should be known by the client, make the param optional to take the client's internal value. Purpose: convenience
- [x] Improve documentation on [xata.io](https://xata.io/docs/other-clients/python) and [readthedocs.org](https://xata-py.readthedocs.io/en/latest/)
- [ ] #19
- [x] #17
- [x] #22
- [x] #23
- [x] https://github.com/xataio/xata-py/issues/50
- [x] https://github.com/xataio/xata-py/issues/54
- [x] https://github.com/xataio/xata-py/issues/57
- [x] https://github.com/xataio/xata-py/issues/59
- [x] https://github.com/xataio/xata-py/issues/60
- [ ] https://github.com/xataio/xata-py/pull/89
- [ ] https://github.com/xataio/xata-py/pull/131
- [ ] https://github.com/xataio/xata-py/issues/91
- [ ] https://github.com/xataio/xata-py/issues/93
- [ ] https://github.com/xataio/xata-py/issues/108
- [ ] https://github.com/xataio/xata-py/issues/109
- [ ] https://github.com/xataio/xata-py/issues/102
- [ ] https://github.com/xataio/xata-py/issues/101
- [ ] https://github.com/xataio/xata-py/issues/103
- [ ] https://github.com/xataio/xata-py/issues/104
- [ ] https://github.com/xataio/mdx-docs/pull/33
- [ ] https://github.com/xataio/xata-py/pull/148
- [ ] https://github.com/xataio/xata-py/pull/147
philkra commented 1 year ago

Created https://github.com/xataio/xata-py/tree/0.x branch. main will be the release branch for upcoming 1.x releases.

philkra commented 1 year ago

Preparing release of 1.0.0 preview: https://github.com/xataio/xata-py/pull/90

philkra commented 1 year ago

Shipped preview release for 1.0.0: https://pypi.org/project/xata/1.0.0a1/

philkra commented 1 year ago

all activities done.