github Azure/azure-sdk-for-java azure-messaging-webpubsub-client_1.0.0

latest releases: azure-resourcemanager-consumption_1.0.0-beta.4, azure-identity-broker_1.1.6, azure-identity_1.14.0...
8 months ago

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.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.