1.3.0 (2022-10-13)
Features Added
- Added support to customize the Communication Identity access token's validity period:
create_user_and_token
andget_token
methods in both sync and async clients can now accept keyword argumenttoken_expires_in: ~datetime.timedelta
that provides the ability to create a Communication Identity access token with custom expiration.
- Added a new API version
ApiVersion.V2022_10_01
that is now the default API version.