Releases: Azure/azure-sdk-for-java
Releases · Azure/azure-sdk-for-java
azure-monitor-opentelemetry-exporter_1.0.0-beta.32
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
1.2.1-beta.4527335 (2025-02-01)
Features Added
- Test batch release
azure-sdk-template-two_1.0.0-beta.4527335
1.0.0-beta.4527335 (2025-02-01)
Features Added
- Test batch release
azure-sdk-template-three_1.0.0-beta.4527335
1.0.0-beta.4527335 (2025-02-01)
Features Added
- Test batch release
azure-monitor-opentelemetry-autoconfigure_1.0.0-beta.2
azure-communication-callautomation_1.4.0-beta.2
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
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+.