1.3.0 (2024-08-06)
Features Added
- Added a
webPubSubClientProtocol
option toGenerateClientTokenOptions
to specify the type of client when generating token. This option can be used to generate token and client connection URL for a specific client type, such asDefault
orMQTT
. - Added a
addConnectionsToGroups
method toWebPubSubServiceClient
andWebPubSubServiceAsyncClient
to add filtered connections to multiple groups. - Migrated serialization to
azure-json
which offers implementation agnostic serialization, providing support for
more serialization frameworks than just Jackson.
Breaking Changes
- Removed Jackson annotations from models and removed custom serializer for raw JSON fields.
Other Changes
Dependency Updates
- Updated
api-version
to2024-01-01
. - Upgraded
azure-core
from1.50.0
to version1.51.0
. - Upgraded
azure-core-http-netty
from1.15.2
to version1.15.3
.