0.9.0
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-definedid
.
Changes:
- Fix unexpected
401
responses from infrequent requests occuring close to an IAM token expiry time (via updated core dependency). - Updated dependencies.