Skip to content

Releases: Azure/azure-sdk-for-java

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

04 Feb 12:46
f89ffb0
Compare
Choose a tag to compare

1.0.0-beta.32 (2025-02-04)

Other Changes

This package has been deprecated and will no longer be maintained. We encourage you to upgrade to the replacement package, azure-monitor-opentelemetry-autoconfigure, to continue receiving updates.
Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
Checkout the Migration Guide for detailed instructions on how to update your application code from version 1.0.0-beta.x to the azure-monitor-opentelemetry-autoconfigure library.

azure-sdk-template_1.2.1-beta.4527335

02 Feb 03:07
Compare
Choose a tag to compare
Pre-release

1.2.1-beta.4527335 (2025-02-01)

Features Added

  • Test batch release

azure-sdk-template-two_1.0.0-beta.4527335

02 Feb 03:07
Compare
Choose a tag to compare

1.0.0-beta.4527335 (2025-02-01)

Features Added

  • Test batch release

azure-sdk-template-three_1.0.0-beta.4527335

02 Feb 03:07
Compare
Choose a tag to compare

1.0.0-beta.4527335 (2025-02-01)

Features Added

  • Test batch release

azure-monitor-opentelemetry-autoconfigure_1.0.0-beta.2

31 Jan 11:12
93f265f
Compare
Choose a tag to compare

1.0.0-beta.2 (2025-01-31)

Other Changes

azure-communication-callautomation_1.4.0-beta.2

31 Jan 21:27
Compare
Choose a tag to compare

1.4.0-beta.2 (2025-01-31)

Bugs Fixed

  • Media streaming with AudioFormat default Pcm24kMono is removed and changed to null if AudioFormat is not passed.

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+.