azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.

MIT License

Stars
2.3K
Committers
629

Bot releases are visible (Hide)

azure-sdk-for-java - azure-monitor-ingestion_1.2.3

Published by azure-sdk 3 months ago

1.2.3 (2024-07-26)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.49.1 to version 1.50.0.
  • Upgraded azure-core-http-netty from 1.15.1 to version 1.15.2.
azure-sdk-for-java - azure-xml_1.1.0

Published by azure-sdk 3 months ago

1.1.0 (2024-07-26)

Other Changes

  • XmlSerializable.toXml(XmlWriter) is now a default method in the interface. This will call
    XmlSerializable.toXml(XmlWriter, String) with a null string as the second argument, as the String argument was
    always considered optional.
azure-sdk-for-java - azure-json_1.2.0

Published by azure-sdk 3 months ago

1.2.0 (2024-07-26)

Features Added

  • JsonArray, JsonBoolean, JsonElement, JsonNull, JsonNumber, JsonObject, and JsonString have been added
    to represent a JSON structure with an object-oriented approach. JsonElement can be used to generically deserialize
    JSON content and retain JSON typing information. All classes support serialization to JSON, either at the root or as
    a portion of the overall JSON structure.
  • Convenience APIs have been added to JsonSerializable to support deserialization directly from String, byte[],
    InputStream, and Reader sources without needing to use JsonProviders to create a JsonReader instance and to
    support serialization directly to String, byte[], OutputStream, and Writer targets without needing to use
    JsonProviders to create a JsonWriter instance.
  • Overloads to JsonWriter's writeArray, writeArrayField, writeMap and writeMapField methods have been added
    that can control how null elements in the array or null key-value pair values are handled in serialization.

Bugs Fixed

  • A bug was fixed in JsonWriter's writeArray, writeArrayField, writeMap, and writeMapField methods when handling
    null element values or null key-value pair values in serialization. Previously, handling of null values was left to
    the WriteValueCallback supplied to the methods, and if the callback method being used skipped writing null values it
    would result in JSON arrays dropping elements and an exception in Map serialization. Now, null values are always
    written in the basic overload and in the new overloads that accept boolean skipNullElements / boolean skipNullValues,
    null values are skipped if the corresponding boolean is set to true. The basic overload will have a difference in
    JSON produced, but it will be the correct representation of the data.
azure-sdk-for-java - azure-cosmos-kafka-connect_1.0.0-beta.4

Published by azure-sdk 3 months ago

1.0.0-beta.4 (2024-07-26)

Other Changes

  • Connector status appears as FAILED if try to create a connector with incorrect container names - See PR 41160
azure-sdk-for-java - azure-cosmos-test_1.0.0-beta.8

Published by azure-sdk 3 months ago

1.0.0-beta.8 (2024-07-26)

Features Added

  • Added support for injectionRate for FaultInjectionServerErrorResult - See PR 40213
  • Added support for FaultInjectionServerErrorType.PARTITION_IS_GONE - See [PR 40738(https://github.com/Azure/azure-sdk-for-java/pull/40738)
azure-sdk-for-java - azure-cosmos-encryption_2.14.0

Published by azure-sdk 3 months ago

2.14.0 (2024-07-26)

Other Changes

  • Updated azure-cosmos to version 4.63.0.
azure-sdk-for-java - azure-cosmos_4.63.0

Published by azure-sdk 3 months ago

4.63.0 (2024-07-26)

Features Added

  • Added optional id validation to prevent documents with invalid char '/' in id property to be created. - See PR 41108
  • Added support for specifying a set of custom diagnostic correlation ids in the request options. - See PR 40835
  • Added support for client-driven partition-level failover for multi-write CosmosDB accounts. - See PR 39265

Bugs Fixed

  • Fixed an issue where contactedRegions shows the wrong region in a multi region account if no preferred regions are specified. - See PR 41045
  • Changed meters for client telemetry to always include all tags to respect this requirement from prometheus - See PR 41213
  • Fixed an issue where customer provided session token is not honored for the readMany operation. - See PR 39265

Other Changes

  • Added metrics and tracing for ReadMany operations. - See PR 41042
  • Added a warn-level log to capture when the pkRangeId in the user-passed session token and the resolvedPartitionKeyRangeId in the request doesn't match. - See PR 41268
azure-sdk-for-java - azure-messaging-eventhubs-checkpointstore-blob_1.19.6

Published by azure-sdk 3 months ago

1.19.6 (2024-07-26)

Other Changes

Dependency Updates

  • Upgraded azure-messaging-eventhubs from 5.18.5 to version 5.18.6.
azure-sdk-for-java - azure-messaging-eventhubs_5.18.6

Published by azure-sdk 3 months ago

5.18.6 (2024-07-26)

Bugs Fixed

  • Copy connection string properties when cloning the EventHubClientBuilder in EventProcessorClientBuilder, fixes (#40938)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.49.1 to version 1.50.0.
  • Upgraded azure-core-amqp from 2.9.3 to version 2.9.7.
azure-sdk-for-java - azure-security-confidentialledger_1.0.22

Published by azure-sdk 3 months ago

1.0.22 (2024-07-26)

Other Changes

Dependency Updates

  • Upgraded azure-core-http-netty from 1.15.1 to version 1.15.2.
  • Upgraded azure-core from 1.49.1 to version 1.50.0.
azure-sdk-for-java - azure-communication-callautomation_1.2.3

Published by azure-sdk 3 months ago

1.2.3 (2024-07-26)

Other Changes

Dependency Updates

  • Upgraded azure-communication-common from 1.3.3 to version 1.3.4.
  • Upgraded azure-core from 1.49.1 to version 1.50.0.
azure-sdk-for-java - azure-data-schemaregistry-apacheavro_1.1.19

Published by azure-sdk 3 months ago

1.1.19 (2024-07-26)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.49.1 to version 1.50.0.
  • Upgraded azure-data-schemaregistry from 1.4.7 to version 1.4.8.
azure-sdk-for-java - azure-communication-messages_1.0.5

Published by azure-sdk 3 months ago

1.0.5 (2024-07-26)

Other Changes

Dependency Updates

  • Upgraded azure-core-http-netty from 1.15.1 to version 1.15.2.
  • Upgraded azure-communication-common from 1.3.3 to version 1.3.4.
  • Upgraded azure-core from 1.49.1 to version 1.50.0.
azure-sdk-for-java - azure-digitaltwins-core_1.3.22

Published by azure-sdk 3 months ago

1.3.22 (2024-07-26)

Other Changes

Dependency Updates

  • Upgraded azure-core-http-netty from 1.15.1 to version 1.15.2.
  • Upgraded azure-core-serializer-json-jackson from 1.4.13 to version 1.4.14.
  • Upgraded azure-core from 1.49.1 to version 1.50.0.
azure-sdk-for-java - azure-security-attestation_1.1.26

Published by azure-sdk 3 months ago

1.1.26 (2024-07-26)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.49.1 to version 1.50.0.
azure-sdk-for-java - azure-communication-jobrouter_1.1.6

Published by azure-sdk 3 months ago

1.1.6 (2024-07-26)

Other Changes

Dependency Updates

  • Upgraded azure-core-http-netty from 1.15.1 to version 1.15.2.
  • Upgraded azure-communication-common from 1.3.3 to version 1.3.4.
  • Upgraded azure-core from 1.49.1 to version 1.50.0.
azure-sdk-for-java - azure-messaging-eventgrid_4.22.4

Published by azure-sdk 3 months ago

4.22.4 (2024-07-26)

Other Changes

Dependency Updates

  • Upgraded azure-core-http-netty from 1.15.1 to version 1.15.2.
  • Upgraded azure-core from 1.49.1 to version 1.50.0.
azure-sdk-for-java - azure-communication-rooms_1.1.4

Published by azure-sdk 3 months ago

1.1.4 (2024-07-26)

Other Changes

Dependency Updates

  • Upgraded azure-core-http-netty from 1.15.1 to version 1.15.2.
  • Upgraded azure-communication-common from 1.3.3 to version 1.3.4.
  • Upgraded azure-core from 1.49.1 to version 1.50.0.
azure-sdk-for-java - azure-ai-contentsafety_1.0.5

Published by azure-sdk 3 months ago

1.0.5 (2024-07-26)

Other Changes

Dependency Updates

  • Upgraded azure-core-http-netty from 1.15.1 to version 1.15.2.
  • Upgraded azure-core from 1.49.1 to version 1.50.0.
azure-sdk-for-java - azure-communication-sms_1.1.26

Published by azure-sdk 3 months ago

1.1.26 (2024-07-26)

Other Changes

Dependency Updates

  • Upgraded azure-communication-common from 1.3.3 to version 1.3.4.
  • Upgraded azure-core from 1.49.1 to version 1.50.0.