Skip to content

Releases: Azure/azure-sdk-for-java

azure-storage-blob-nio_12.0.0-beta.25

06 Aug 23:57
922669e
Compare
Choose a tag to compare
Pre-release

12.0.0-beta.25 (2024-08-06)

Features Added

  • Added support for service version 2024-11-04.

azure-storage-blob-cryptography_12.27.0-beta.1

06 Aug 23:57
922669e
Compare
Choose a tag to compare

12.27.0-beta.1 (2024-08-06)

Features Added

  • Added support for service version 2024-11-04.

azure-storage-blob-changefeed_12.0.0-beta.24

06 Aug 23:57
922669e
Compare
Choose a tag to compare

12.0.0-beta.24 (2024-08-06)

Features Added

  • Added support for service version 2024-11-04.

azure-storage-blob-batch_12.24.0-beta.1

06 Aug 23:57
922669e
Compare
Choose a tag to compare
Pre-release

12.24.0-beta.1 (2024-08-06)

Features Added

  • Added support for service version 2024-11-04.

azure-communication-callautomation_1.3.0-beta.1

07 Aug 01:33
Compare
Choose a tag to compare

1.3.0-beta.1 (2024-08-06)

Features Added

  • Support multiple play sources for Play and Recognize
  • Support for PlayStarted event in Play/Recognize
  • Support for the real time transcription
  • Monetization for real-time transcription and audio streaming
  • Hold and Unhold the participant
  • Support to manage the rooms/servercall/group call using connect API
  • Support for the audio streaming
  • Expose original PSTN number target from incoming call event in call connection properties
  • Support for VoIP to PSTN transfer scenario

azure-monitor-opentelemetry-exporter_1.0.0-beta.27

05 Aug 22:56
a6ef7f1
Compare
Choose a tag to compare

1.0.0-beta.27 (2024-08-05)

Other Changes

azure-identity_1.13.2

02 Aug 20:48
Compare
Choose a tag to compare

1.13.2 (2024-08-02)

Bugs Fixed

  • Fixed bugs in AzurePowerShellCredential - Fixed break on Windows related to ordering of parameters, and fixed #41234 (previously shipped in beta)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.50.0 to version 1.51.0.
  • Upgraded azure-core-http-netty from 1.15.2 to version 1.15.3.
  • Upgraded azure-json from 1.1.0 to version 1.2.0.
  • Upgraded msal4j from 1.16.1 to version 1.16.2.

azure-identity-broker_1.1.4

02 Aug 20:48
Compare
Choose a tag to compare

1.1.4 (2024-08-02)

Other Changes

Dependency Updates

  • Upgraded azure-identity from 1.13.1 to 1.13.2
  • Upgraded msal4j from 1.16.1 to 1.16.2

azure-messaging-eventgrid_4.23.0

31 Jul 00:56
4d196d5
Compare
Choose a tag to compare

4.23.0 (2024-07-30)

Features added

  • New ACS Router events
  • Fix serialization bug in AcsEmailDeliveryReportReceivedEventData and AcsEmailEngagementTrackingReportReceivedEventData

azure-core_1.51.0

02 Aug 12:45
99f6ead
Compare
Choose a tag to compare

1.51.0 (2024-07-31)

Features Added

  • Added more HTTP header name constants to HttpHeaderName. (#41354)
  • Added support for "refresh on" in SimpleTokenCache. (#41315)

Bugs Fixed

  • Fixed a bug where XmlMapperFactory was incorrectly reflectively calling an API on XmlMapper. (#41252)
  • Fixed a bug where adding configuration properties with ConfigurationBuilder.putProperty did not work when retrieving
    them as system properties. (#41362)
  • Fixed a bug where datetime strings without a : in the offset would fail to parse. (#41166)

Other Changes

  • Reduced thread switching / thread parking in RetryPolicy by checking if the backoff delay was greater than zero. (#41351)

Dependency Updates

  • Updated Jackson from 2.13.5 to 2.17.2.