github Azure/azure-sdk-for-net Azure.Messaging.WebPubSub_1.3.0

latest releases: Azure.Communication.Chat_1.3.1, Microsoft.Azure.WebJobs.Extensions.Storage_5.3.2, Microsoft.Azure.WebJobs.Extensions.Storage.Queues_5.3.2...
22 months ago

1.3.0 (2022-11-20)

Features Added

  • Added method serviceClient.RemoveConnectionFromAllGroups to remove the connection from all the groups it is in.
  • Added a groups option in serviceClient.GetClientAccessUri, 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 about filter syntax please see OData filter syntax for Azure Web PubSub.
  • Provided a utility class ClientConnectionFilter to generate the filter parameter, e.g. ClientConnectionFilter.Create($"{group1} in groups and not({group2} in groups)"))

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.