Releases: Azure/azure-sdk-for-java
Releases · Azure/azure-sdk-for-java
azure-sdk-bom_1.2.31
prepare latest bom version release for Jan 2025
azure-xml_1.2.0
1.2.0 (2025-01-27)
Features Added
- Added APIs to
XmlReader
that may reduceQName
, and other allocations, depending on the XML implementation.
XmlElementConsumer
and usage withXmlReader.processNextElement(XmlElementConsumer)
allow for processing an element
without usingQName
.XmlReader.elementNameMathes(String)
andXmlReader.elementNameMatches(String, String)
allow
for checking the current element name without usingQName
.XmlReader.getElementLocalName()
and
XmlReader.getElementNamespaceUri()
allow for inspecting the current element name and namespace without using
QName
. Depending on the implementation, using these methods may reduce allocations and improve performance.
Other Changes
- Shaded Aalto XML 1.3.3 into
azure-xml
and updatedXmlReader
andXmlWriter
to use that implementation by default
if theXMLInputFactory
orXMLOutputFactory
newInstance
returned the default JDK implementation.
azure-json_1.4.0
1.4.0 (2025-01-27)
Features Added
- Added convenience APIs to
JsonArray
for adding aboolean
,Number
, orString
without needing to instantiate the
correspondingJsonElement
subtype. - Added convenience APIs to
JsonObject
for settingboolean
,Number
, andString
without needing to instantiate the
correspondingJsonElement
subtype. - Added
JsonObject.hasProperty
to check if a property exists in the object. - Added convenience fluent methods to
JsonElement
to cast to a specific subtype if the element is of that type.
core_1.0.0-beta.3
1.0.0-beta.3 (2025-01-27)
Breaking Changes
- Downgraded clientcore baseline from Java 17 to Java 8.
- Updated clientcore into a multi-release JAR. The Java 8 version of the JAR will be used for Java 8-16, and the Java 17 version of the JAR will be used for Java 17+.
clientcore-parent_1.0.0-beta.2
Prepare clientcore for beta.3 release (#43950)
azure-resourcemanager_2.47.0
2.47.0 (2025-01-24)
Other Changes
Dependency Updates
- Updated core dependency from resources.
azure-resourcemanager-trafficmanager_2.47.0
2.47.0 (2025-01-24)
Other Changes
Dependency Updates
- Updated core dependency from resources.
azure-resourcemanager-storage_2.47.0
2.47.0 (2025-01-24)
Other Changes
Dependency Updates
- Updated core dependency from resources.
azure-resourcemanager-sql_2.47.0
2.47.0 (2025-01-24)
Other Changes
Dependency Updates
- Updated core dependency from resources.
azure-resourcemanager-servicebus_2.47.0
2.47.0 (2025-01-24)
Other Changes
Dependency Updates
- Updated core dependency from resources.