v0.0.12
Pre-release
Pre-release
Bump version to 0.0.12
BREAKING CHANGES:
- Remove Query and Table support.
- Change model
__init__()to takeraw_modelinstead of multiple args.
Changes:
- Change PUTs to send all fields to the API, instead of relying on PATCH-like behavior.
- Change model
update()method to update the API with all fields. - Allow more model properties to be updatable.
- Fix
File.iter_content()to not download through primary API.