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
azure-sdk-for-java - spring-cloud-azure-actuator_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Please refer to spring/CHANGELOG.md for more details.

azure-sdk-for-java - spring-cloud-azure-autoconfigure_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Please refer to spring/CHANGELOG.md for more details.

azure-sdk-for-java - spring-integration-azure-storage-queue_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Please refer to spring/CHANGELOG.md for more details.

azure-sdk-for-java - spring-integration-azure-servicebus_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Please refer to spring/CHANGELOG.md for more details.

azure-sdk-for-java - spring-integration-azure-eventhubs_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Please refer to spring/CHANGELOG.md for more details.

azure-sdk-for-java - spring-integration-azure-core_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Please refer to spring/CHANGELOG.md for more details.

azure-sdk-for-java - spring-messaging-azure-storage-queue_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Please refer to spring/CHANGELOG.md for more details.

azure-sdk-for-java - spring-messaging-azure-servicebus_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Please refer to spring/CHANGELOG.md for more details.

azure-sdk-for-java - spring-messaging-azure-eventhubs_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Please refer to spring/CHANGELOG.md for more details.

azure-sdk-for-java - spring-messaging-azure_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Please refer to spring/CHANGELOG.md for more details.

azure-sdk-for-java - spring-cloud-azure-resourcemanager_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Please refer to spring/CHANGELOG.md for more details.

azure-sdk-for-java - spring-cloud-azure-service_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Please refer to spring/CHANGELOG.md for more details.

azure-sdk-for-java - spring-cloud-azure-core_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Please refer to spring/CHANGELOG.md for more details.

azure-sdk-for-java - azure-spring-data-cosmos_5.12.0-beta.1

Published by azure-sdk 7 months ago

5.12.0-beta.1 (2024-04-10)

Other Changes

  • No new changes.
azure-sdk-for-java - azure-security-keyvault-keys_4.8.2

Published by azure-sdk 7 months ago

4.8.2 (2024-04-09)

Bugs Fixed

  • Fixed issue where hsmPlatform was not being set in KeyProperties. (#39537)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.47.0 to version 1.48.0.
  • Upgraded azure-core-http-netty from 1.14.1 to version 1.14.2.
azure-sdk-for-java - azure-ai-openai_1.0.0-beta.8

Published by azure-sdk 7 months ago

1.0.0-beta.8 (2024-04-09)

Features Added

  • Added support for service API version, 2024-03-01-preview.
  • Added a new property to EmbeddingOptions:
    • dimensions, which is only supported in models text-embedding-3-* and above.
  • Added a new method to get base64 encoded string in EmbeddingItem class:
    • getEmbeddingAsString method returns the embedding as a base64 encoded string.
  • Added a new overload getChatCompletionsStreamWithResponse that takes RequestOptions to provide the flexibility to
    modify the HTTP request.

Breaking Changes

  • Replace return type List<Double> with List<Float> of getEmbedding method in EmbeddingItem class.

Bugs Fixed

  • A bugs fixed in Azure Core SDK that solves where text/event-stream content type wasn't being handled correctly.
    Replaced content type exact match equal by 'startwith'. (#39204)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.47.0 to version 1.48.0.
  • Upgraded azure-core-http-netty from 1.14.1 to version 1.14.2.
azure-sdk-for-java - azure-batch_11.1.1

Published by azure-sdk 7 months ago

azure-sdk-for-java - azure-data-appconfiguration_1.6.0

Published by azure-sdk 7 months ago

1.6.0 (2024-04-09)

Features Added

  • Added Page ETag support in listing configuration setting, which returns empty body and status code 304 not modified
    if settings in the page and ETag of the page are not changed. If status code 200 returns in the page response,
    which means page's settings and ETag have changed. A full page of settings and a new page ETag will be returned in
    response.
    Use the new parameter matchConditions in the SettingSelector to assign the page ETags in the request to service.

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.47.0 to version 1.48.0.
  • Upgraded azure-core-http-netty from 1.14.1 to version 1.14.2.
azure-sdk-for-java - azure-identity-broker_1.1.0

Published by azure-sdk 7 months ago

1.1.0 (2024-04-08)

Features Added

  • Added support for using the default broker account

Dependency Updates

  • Upgraded azure-identity from 1.11.4 to version 1.12.0.
  • Upgraded msal4j from 1.14.3 to version 1.15.0.
azure-sdk-for-java - azure-identity_1.12.0

Published by azure-sdk 7 months ago

1.12.0 (2024-04-08)

Features Added

  • Added default sign-in experience for brokered authentication. See the documentation in the azure-identity-broker package for more information. #39284

Breaking Changes

Behavioral Breaking Changes

  • The timeout interval for IMDS probing has been adjusted from 0.5 seconds to 1 second. This update is designed to enhance the system's reliability without affecting user applications. #38345
  • The default retry logic of Managed Identity has been updated to retry 5 times, the retry delay increases exponentially, starting at 800 milliseconds and doubling with each subsequent retry, up to 5 retries. This change is designed to optimize the retry mechanism, reducing the likelihood of congestion and improving the overall stability of service connections under varying network conditions. #38345
  • The DefaultAzureCredential caches the last working credential by default and tries it directly on subsequent attempts. This change is designed to improve the performance of the DefaultAzureCredential by reducing the number of attempts required to acquire a token. #36867

Bugs Fixed

  • Changed log level of an informational message in token acquisition. #39063

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.47.0 to version 1.48.0.
  • Upgraded azure-core-http-netty from 1.14.1 to version 1.14.2.
  • Upgraded msal4j from 1.14.3 to version 1.15.0.
  • Upgraded msal4j-persistence-extension from 1.2.0 to version 1.3.0.