azure-messaging-webpubsubservice_1.1.0
1.1.0 (2024-04-24)
Bugs Fixed
- Use the correct REST API parameter name
groups
in methodget_client_access_token
- Upgrade dependency package
pyjwt
to>=2.0.0
which changes the return type ofjwt.encode(...)
. See https://pyjwt.readthedocs.io/en/stable/changelog.html#id30 for detail
Features Added
- Add overload signatures for operation
send_to_all
,send_to_user
,send_to_group
andsend_to_connection
- Update the type of parameter
content
fromIO
toUnion[IO, str, JSON]
for operationsend_to_all
,send_to_user
,send_to_group
andsend_to_connection