Skip to content

Releases: Azure/azure-sdk-for-java

azure-sdk-bom_1.2.31

28 Jan 06:45
Compare
Choose a tag to compare
prepare latest bom version release for Jan 2025

azure-xml_1.2.0

27 Jan 19:50
56c7913
Compare
Choose a tag to compare

1.2.0 (2025-01-27)

Features Added

  • Added APIs to XmlReader that may reduce QName, and other allocations, depending on the XML implementation.
    XmlElementConsumer and usage with XmlReader.processNextElement(XmlElementConsumer) allow for processing an element
    without using QName. XmlReader.elementNameMathes(String) and XmlReader.elementNameMatches(String, String) allow
    for checking the current element name without using QName. 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 updated XmlReader and XmlWriter to use that implementation by default
    if the XMLInputFactory or XMLOutputFactory newInstance returned the default JDK implementation.

azure-json_1.4.0

27 Jan 19:50
56c7913
Compare
Choose a tag to compare

1.4.0 (2025-01-27)

Features Added

  • Added convenience APIs to JsonArray for adding a boolean, Number, or String without needing to instantiate the
    corresponding JsonElement subtype.
  • Added convenience APIs to JsonObject for setting boolean, Number, and String without needing to instantiate the
    corresponding JsonElement 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

27 Jan 21:38
25cf5c8
Compare
Choose a tag to compare
core_1.0.0-beta.3 Pre-release
Pre-release

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

27 Jan 20:40
25cf5c8
Compare
Choose a tag to compare
Pre-release
Prepare clientcore for beta.3 release (#43950)

azure-resourcemanager_2.47.0

24 Jan 09:04
f19c963
Compare
Choose a tag to compare

2.47.0 (2025-01-24)

Other Changes

Dependency Updates

  • Updated core dependency from resources.

azure-resourcemanager-trafficmanager_2.47.0

24 Jan 09:07
f19c963
Compare
Choose a tag to compare

2.47.0 (2025-01-24)

Other Changes

Dependency Updates

  • Updated core dependency from resources.

azure-resourcemanager-storage_2.47.0

24 Jan 09:07
f19c963
Compare
Choose a tag to compare

2.47.0 (2025-01-24)

Other Changes

Dependency Updates

  • Updated core dependency from resources.

azure-resourcemanager-sql_2.47.0

24 Jan 09:07
f19c963
Compare
Choose a tag to compare

2.47.0 (2025-01-24)

Other Changes

Dependency Updates

  • Updated core dependency from resources.

azure-resourcemanager-servicebus_2.47.0

24 Jan 09:06
f19c963
Compare
Choose a tag to compare

2.47.0 (2025-01-24)

Other Changes

Dependency Updates

  • Updated core dependency from resources.