azure-messaging-webpubsub_1.0.0-beta.5
Pre-release
Pre-release
1.0.0-beta.5 (2021-10-26)
Features Added
- Added support for method
closeUserConnectionsWithResponse
,closeGroupConnectionsWithResponse
,closeAllConnectionsWithResponse
inWebPubSubServiceClient
andWebPubSubServiceAsyncClient
.
Breaking Changes
- Renamed method
getAuthenticationToken
togetClientAccessToken
inWebPubSubServiceClient
andWebPubSubServiceAsyncClient
. - Type changed from
String
toWebPubSubPermission
in methodcheckPermissionWithResponse
,grantPermissionWithResponse
,revokePermissionWithResponse
, inWebPubSubServiceClient
andWebPubSubServiceAsyncClient
. - Renamed class
WebPubSubAuthenticationToken
toWebPubSubClientAccessToken
. - Renamed method
getAuthToken
togetToken
inWebPubSubClientAccessToken
.
Other Changes
Dependency Updates
- Updated
api-version
to2021-10-01
.