Skip to content

azure-messaging-webpubsubservice_1.0.0

Choose a tag to compare

@azure-sdk azure-sdk released this 11 Nov 02:58
37fd5e8

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