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.
1.0.0 (2024-01-18)
Features Added
WebPubSubClient implements Closeable interface. User can use the "try-with-resources" statement on the client.
Breaking Changes
Renamed WebPubSubDataType to WebPubSubDataFormat.
Removed WebPubSubProtocol class and its subclasses.
Parameter type changed from WebPubSubProtocol to WebPubSubProtocolType on WebPubSubClientBuilderprotocol method.
Please call .protocol(WebPubSubProtocolType.JSON_PROTOCOL) or .protocol(WebPubSubProtocolType.JSON_RELIABLE_PROTOCOL).
Parameter type change from Mono<String> to Supplier<String> on constructor of WebPubSubClientCredential.
Please call e.g. new WebPubSubClientCredential(() -> serviceClient.getClientAccessToken(...).getUrl()).
Renamed setNoEcho method in SendToGroupOptions to setEchoDisabled.
Renamed isNoEcho method in SendToGroupOptions to isEchoDisabled.
Other Changes
Upgraded azure-core from 1.38.0 to version 1.45.1.
Upgraded netty-codec-http from 4.1.89.Final to version 4.1.101.Final.