Releases: tkutcher/quickbase-client
Releases · tkutcher/quickbase-client
v0.6.0: feat: Add allow_deletes option to QuickbaseTableClient (#56)
v0.5.3
- Updated dependencies
v0.5.2
v0.5.1
README rendering issue so needed this to release to PyPi
v0.5.0
- Update development dependencies and better pytest practices for mocks/spies (#54)
- Rename
QuickBase-
class prefixes toQuickbase-
and make aliases (#54) - Switch to Git Flow branching model with a
main
branch (#54) - Add more documentation for query endpoint usage (#53)
- Add
QuickbaseLegacyApiClient
with ability to update a record owner (#52)
v0.4.0
Release 0.4.0 (2021-6-30)
v0.3.1
Release 0.3.0
Release 0.2.0
Release 0.1.0
0.1.0 (2020-11-10)
- Initial release
- Initial table client and API client for the JSON API
- Initial query building features
- Initial ORM between QuickBase tables and Python objects
- Initial scripts which generate model classes