github Azure/azure-sdk-for-python azure-messaging-webpubsubservice_1.0.0

latest releases: azure-storage-blob_12.20.0, azure-mgmt-resource_23.1.1, azure-ai-ml_1.16.0b1...
2 years ago

1.0.0 (2021-11-10)

Breaking changes

  • rename operation generate_client_token to get_client_access_token
  • moved operation build_authentication_token into get_client_access_token on the client
  • rename parameter role to roles of operation get_client_access_token
  • remove the operations namespace from azure.messaging.webpubsubservice
  • rename operation check_permission to has_permission
  • operations connection_exists, group_exists, user_exists, and has_permission now return boolean values instead of raising
  • move parameter 'hub' from operation to client

Bug Fixes

  • add port to client's endpoint if included in connection string for WebPubSubServiceClient.from_connection_string
  • fix proxy redirection to the endpoint specified in kwarg reverse_proxy_endpoint to run in correct policy placement and to not be overridden by CustomHookPolicy.
  • fix bug that prevented users from calling WebPubSubServiceClient.from_connection_string with python 2.7

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

NewReleases is sending notifications on new releases.