1.2.0 (2023-01-11)
Bugs Fixed
- Fixed incorrect "audience" from
getClientAccessToken
method inWebPubSubServiceAsyncClient
. (#24741) - Fixed bug of getting incorrect token in
getClientAccessToken
method from Azure token credential.
Features Added
- Added method
removeConnectionFromAllGroupsWithResponse
inWebPubSubServiceClient
andWebPubSubServiceAsyncClient
to remove the connection from all the groups it is in. - Added a
webpubsub.group
option inGetClientAccessTokenOptions
, to enable connections join initial groups once it is connected. - Added a
filter
parameter when sending messages to connections in a hub/group/user to filter out the connections recieving message, details aboutfilter
syntax please see OData filter syntax for Azure Web PubSub.
Other Changes
Dependency Updates
- Updated
api-version
to2022-11-01
. - Upgraded
azure-core
from1.34.0
to version1.35.0
. - Upgraded
azure-core-http-netty
from1.12.7
to version1.12.8
.