Skip to content

azure-messaging-webpubsub-client_1.0.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 19 Jan 06:46
386c411

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 WebPubSubClientBuilder protocol 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.