Skip to content

0.9.0

Compare
Choose a tag to compare
@ricellis ricellis released this 13 Mar 10:22
· 206 commits to main since this release

Note: APIs may be subject to change.

Breaking Changes:

  • For the full list of code changes needed for this version see 0.9.0 API changes.
  • Unify parameter and property name case conventions across models.
  • Preserve leading _ metadata names in models that also accept user-defined properties (i.e. documents) to eliminate the risk of clashing e.g. _id and a user-defined id.

Changes:

  • Fix unexpected 401 responses from infrequent requests occuring close to an IAM token expiry time (via updated core dependency).
  • Updated dependencies.