Collection Management get_all_scopes does not provide max_expiry value for collections in scope
Description
Environment
None
Gerrit Reviews
None
Release Notes Description
None
Activity
Show:

Jared Casey July 10, 2023 at 5:02 PM
Updated get_all_scopes to populate max_expiry. Deprecated max_ttl class property.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Created June 29, 2023 at 12:32 PM
Updated July 10, 2023 at 5:02 PM
Resolved July 10, 2023 at 5:02 PM
Instabug
The Python SDK did not pick up the changes made in . The SDK should report the max_expiry when returning a CollectionSpec.
Also, we should deprecate max_ttl in favor of max_expiry so that the SDK is following the RFC.