1.0.0-beta.6 (2021-03-09)
Added
- Added a retryPolicy() chain method to the
CommunicationIdentityClientBuilder
.
Breaking
CommunicationIdentityClient.createUserWithToken
andCommunicationIdentityAsyncClient.createUserWithToken
have been renamed to
CommunicationIdentityClient.createUserAndToken
andCommunicationIdentityAsyncClient.createUserAndToken
.CommunicationIdentityClient.createUserWithTokenWithResponse
andCommunicationIdentityAsyncClient.createUserWithTokenWithResponse
have been renamed to
CommunicationIdentityClient.createUserAndTokenWithResponse
andCommunicationIdentityAsyncClient.createUserAndTokenWithResponse
.CommunicationUserIdentifierWithTokenResult
class has been renamed toCommunicationUserIdentifierAndToken
.