Releases: Azure/azure-sdk-for-java
Releases · Azure/azure-sdk-for-java
azure-storage-blob-nio_12.0.0-beta.25
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
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
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
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
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
azure-identity_1.13.2
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
from1.50.0
to version1.51.0
. - Upgraded
azure-core-http-netty
from1.15.2
to version1.15.3
. - Upgraded
azure-json
from1.1.0
to version1.2.0
. - Upgraded
msal4j
from1.16.1
to version1.16.2
.
azure-identity-broker_1.1.4
1.1.4 (2024-08-02)
Other Changes
Dependency Updates
- Upgraded
azure-identity
from1.13.1
to1.13.2
- Upgraded
msal4j
from1.16.1
to1.16.2
azure-messaging-eventgrid_4.23.0
4.23.0 (2024-07-30)
Features added
- New ACS Router events
- Fix serialization bug in
AcsEmailDeliveryReportReceivedEventData
andAcsEmailEngagementTrackingReportReceivedEventData
azure-core_1.51.0
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 onXmlMapper
. (#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
to2.17.2
.