You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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