Skip to content

v0.0.12

Pre-release
Pre-release

Choose a tag to compare

@antoncohen antoncohen released this 12 Sep 23:22
a336d29

Bump version to 0.0.12

BREAKING CHANGES:

  • Remove Query and Table support.
  • Change model __init__() to take raw_model instead 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.