1.48.0 (2024-04-05)
Features Added
- Added dependency on
azure-xml
to supportXmlSerializable
, removing the need for Jackson Databind XML to handle
XML types generated and used by the SDKs. - Added new methods on
com.azure.core.util.tracing.Tracer
-isRecording
andaddAttribute(String, Object, Context)
. - Added
CoreUtils.parseBestOffsetDateTime
which can handle cases when thedateString
doesn't include a time zone.
Bugs Fixed
- Fixed a bug where
text/event-stream
content type wasn't being handled correctly.
Replaced content type exact matchequals
bystartsWith
. (#39128)
Other Changes
- Made
azure-json
requires transitive
inmodule-info.java
.
Dependency Updates
- Upgraded Reactor Core from
3.4.34
to3.4.36
.