The Azure SDK team is pleased to announce our July 2024 client library releases.

153 packages released this month.

Stable Packages (87)

  • Azure AI Search

  • Core - Client - Core

  • Cosmos DB

  • Cosmos DB Encryption

  • Cosmos Spark 3.4

  • Cosmos Spark 3.5

  • Event Grid Namespaces

  • Identity

  • OLTP Spark 3.1 Connector for Azure Cosmos DB SQL API

  • OLTP Spark 3.2 Connector for Azure Cosmos DB SQL API

  • OLTP Spark 3.3 Connector for Azure Cosmos DB SQL API

  • Resource Management

  • Resource Management - App Compliance Automation

  • Resource Management - App Platform

  • Resource Management - App Service

  • Resource Management - Authorization

  • Resource Management - Azure AI Search

  • Resource Management - Compute

  • Resource Management - Container Instances

  • Resource Management - Container Registry

  • Resource Management - Container Service

  • Resource Management - Content Delivery Network

  • Resource Management - Cosmos DB

  • Resource Management - DNS

  • Resource Management - Event Hubs

  • Resource Management - Image Builder

  • Resource Management - Informatica Data Management

  • Resource Management - Key Vault

  • Resource Management - Managed Service Identity

  • Resource Management - Mobile Network

  • Resource Management - Monitor

  • Resource Management - Network

  • Resource Management - Oracle Database

  • Resource Management - Private DNS

  • Resource Management - Redis

  • Resource Management - Resources

  • Resource Management - SQL

  • Resource Management - Service Bus

  • Resource Management - Storage

  • Resource Management - Storage Mover

  • Resource Management - System Center Virtual Machine Manager

  • Resource Management - Traffic Manager

  • Spring Cloud Azure Actuator

  • Spring Cloud Azure Actuator AutoConfigure

  • Spring Cloud Azure Appconfiguration Config

  • Spring Cloud Azure Appconfiguration Config Web

  • Spring Cloud Azure Autoconfigure

  • Spring Cloud Azure Core

  • Spring Cloud Azure Feature Management

  • Spring Cloud Azure Feature Management Web

  • Spring Cloud Azure Resource Manager

  • Spring Cloud Azure Service

  • Spring Cloud Azure Starter

  • Spring Cloud Azure Starter Active Directory

  • Spring Cloud Azure Starter Active Directory B2C

  • Spring Cloud Azure Starter Actuator

  • Spring Cloud Azure Starter App Configuration

  • Spring Cloud Azure Starter Cosmos DB

  • Spring Cloud Azure Starter Data Cosmos DB

  • Spring Cloud Azure Starter Event Hubs

  • Spring Cloud Azure Starter Integration Event Hubs

  • Spring Cloud Azure Starter Integration Service Bus

  • Spring Cloud Azure Starter Integration Storage Queue

  • Spring Cloud Azure Starter Key Vault Certificates

  • Spring Cloud Azure Starter Key Vault Secrets

  • Spring Cloud Azure Starter Service Bus

  • Spring Cloud Azure Starter Service Bus JMS

  • Spring Cloud Azure Starter Storage

  • Spring Cloud Azure Starter Storage Blob

  • Spring Cloud Azure Starter Storage File Share

  • Spring Cloud Azure Starter Storage Queue

  • Spring Cloud Azure Starter Stream Event Hubs

  • Spring Cloud Azure Starter Stream Service Bus

  • Spring Cloud Azure Stream Binder Event Hubs

  • Spring Cloud Azure Stream Binder Event Hubs Core

  • Spring Cloud Azure Stream Binder Service Bus

  • Spring Cloud Azure Stream Binder Service Bus Core

  • Spring Cloud Integration Azure Core

  • Spring Data Cosmos

  • Spring Integration Azure Event Hubs

  • Spring Integration Azure Service Bus

  • Spring Integration Azure Storage Queue

  • Spring Messaging Azure

  • Spring Messaging Azure Event Hubs

  • Spring Messaging Azure Service Bus

  • Spring Messaging Azure Storage Queue

  • unknown

Patch Updates (50)

  • App Configuration

  • Attestation

  • Azure AI Search

  • Azure Blob Storage Checkpoint Store

  • Azure Remote Rendering

  • Communication Call Automation

  • Communication Chat

  • Communication Common

  • Communication Email

  • Communication Identity

  • Communication JobRouter

  • Communication Messages

  • Communication Phone Numbers

  • Communication Rooms

  • Communication Sms

  • Confidential Ledger

  • Container Registry

  • Content Safety

  • Core - Client - AMQP

  • Core - Client - Core Serializer GSON JSON

  • Core - Client - Core Serializer Jackson JSON

  • Core - Client - HTTP Netty

  • Core - Client - HTTP OkHttp

  • Core - Client - Test

  • Core - Management - Core

  • Dev Center

  • Device Update

  • Digital Twins

  • Event Grid

  • Event Hubs

  • Form Recognizer

  • Identity

  • Identity Broker

  • Key Vault - Administration

  • Key Vault - Certificates

  • Key Vault - JCA

  • Key Vault - Keys

  • Key Vault - Secrets

  • Load Testing

  • Metrics Advisor

  • Mixed Reality Authentication

  • Monitor Ingestion

  • SDK - Bill of Materials

  • Schema Registry

  • Schema Registry - Avro

  • Service Bus

  • Text Analytics

  • Token-as-password Authentication Extensions

  • Web PubSub

  • Web PubSub Client

Beta Packages (10)

  • Cosmos Kafka Connect

  • Key Vault - JCA

  • OpenAI

  • OpenTelemetry Exporter

  • Resource Management - Azure VMware Solution

  • Resource Management - Data Factory

  • Resource Management - Mongocluster

  • Resource Management - Oracle Database

  • Resource Management - Self Help

  • unknown

Release highlights

App Configuration 1.6.2 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Attestation 1.1.25 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Azure AI Search 11.6.6 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core-serializer-json-jackson from 1.4.12 to version 1.4.13.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Azure AI Search 11.7.0 Changelog

Breaking Changes

  • All service concepts that have been in preview but not included in the 2024-07-01 GA have been removed. This includes concepts such as index aliases, normalizers, Azure Machine Learning skills, hybrid search, and more.

Features Added

  • Added support for 2024-07-01 service version.
  • SemanticSearchOptions now supports semanticQuery, which allows for specifying a semantic query that is only used for semantic reranking.
  • VectorQuery now supports oversampling and weight, which allows for specifying richer configurations on how vector queries affect search results.
  • Added support for VectorizableTextQuery, which allows for passing a text-based query that is vectorized service-side by VectorSearchVectorizers configured on the index so that vectorization doesn’t need to happen before querying.
  • Added support for “bring your own endpoint” with VectorSearchVectorizer, with implementations AzureOpenAIVectorizer and WebApiVectorizer. This enables the service to use a user-provided configuration for vectorizing text, rather than requiring all client-side calls to vectorize before querying, allowing for easier standardization of vectorization.
  • Added support for compression with VectorSearchCompression, with implementations BinaryQuantizationCompression and ScalarQuantizationCompression. This allows for reducing the size of vectors in the index, which can reduce storage costs and improve querying performance.
  • Added support for VectorEncodingFormat, which allows for specifying the encoding format of the vector data.
  • Added support for AzureOpenAIEmbeddingSkill, which is a skill that uses the Azure OpenAI service to create text embeddings during indexing.
  • Added support for index projections with SearchIndexerIndexProjection, which allows for specifying how indexed documents are projected in the index (or indexes).
  • Added support for “narrow” types in SearchFieldDataType. This allows for specifying smaller types for vector fields to reduce storage costs and improve querying performance.
  • Added support for SearchIndexerDataIdentity, which allows for specifying the identity for the data source for the indexer.
  • SearchField and SearchableField now support stored and vectorEncodingFormat configurations. stored allows for specifying behaviors on how the index will retain vector data (enabling the ability to reduce storage costs), and vectorEncodingFormat allows for specifying the encoding format of the vector data.
  • OcrSkill now supports OcrLineEnding, which allows for specifying the line ending character used by the OCR skill.
  • SplitSkill now supports maximumPagesToTake and pageOverlapLength, which allows for specifying how the split skill behaves when splitting documents into pages.
  • SearchServiceLimits now supports maxStoragePerIndexInBytes, which shows the maximum storage allowed per index.

Azure Blob Storage Checkpoint Store 1.19.5 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-messaging-eventhubs from 5.18.4 to version 5.18.5.
  • Upgraded azure-storage-blob from 12.26.0 to version 12.26.1.

Azure Remote Rendering 1.1.30 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-mixedreality-authentication from 1.2.23 to version 1.2.24.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Communication Call Automation 1.2.2 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-communication-common from 1.3.2 to version 1.3.3.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Communication Chat 1.5.2 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-communication-common from 1.3.2 to version 1.3.3.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Communication Common 1.3.4 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Communication Email 1.0.14 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-communication-common from 1.3.2 to version 1.3.3.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Communication Identity 1.5.6 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-communication-common from 1.3.2 to version 1.3.3.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Communication JobRouter 1.1.5 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-communication-common from 1.3.2 to version 1.3.3.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Communication Messages 1.0.4 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-communication-common from 1.3.2 to version 1.3.3.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Communication Phone Numbers 1.1.14 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-communication-common from 1.3.2 to version 1.3.3.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Communication Rooms 1.1.3 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-communication-common from 1.3.2 to version 1.3.3.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Communication Sms 1.1.25 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-communication-common from 1.3.2 to version 1.3.3.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Confidential Ledger 1.0.21 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Container Registry 1.2.9 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Content Safety 1.0.4 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Core - Client - AMQP 2.9.7 Changelog

Bugs Fixed

  • Removing duplicate ReactorSession::closeAsync call in session-endpoint error-handler. (#40667)[https://github.com/Azure/azure-sdk-for-java/pull/40667]

Core - Client - Core 1.50.0 Changelog

Bugs Fixed

  • Fixed SyncRestProxy to return InputStream instead of Mono<InputStream>. (#40982)

Features Added

  • Added support for getRefreshAt() functionality to AccessToken to get the time at which the token should be refreshed. (#40982)

Core - Client - Core Serializer GSON JSON 1.2.14 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.1 to 1.50.0.

Core - Client - Core Serializer Jackson JSON 1.4.14 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.1 to 1.50.0.

Core - Client - HTTP Netty 1.15.2 Changelog

Other Changes

Dependency Updates
  • Upgraded Netty version logging (#40733)[https://github.com/Azure/azure-sdk-for-java/pull/40733]

Core - Client - HTTP OkHttp 1.12.1 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.1 to 1.50.0.

Core - Client - Test 1.26.1 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.1 to 1.50.0.

Core - Management - Core 1.15.1 Changelog

Cosmos DB 4.62.0 Changelog

Bugs Fixed

  • Fixed a possible NullPointerException in the ctor of FeedOperationState. - See PR 40714
  • Changed to only disable PartitionKeyRangeGoneRetryPolicy when enable disableSplitHandling in ChangeFeedRequestOptions. - See PR 40738

Features Added

  • Added support for changing some request options dynamically without the need of restarting the application. - See PR 40061

Cosmos DB Encryption 2.13.0 Changelog

Other Changes
  • Updated azure-cosmos to version 4.62.0.

Cosmos Kafka Connect 1.0.0-beta.3 Changelog

Bugs Fixed

  • Changed to only disable PartitionKeyRangeGoneRetryPolicy when enable disableSplitHandling in ChangeFeedRequestOptions. - See PR 40738
  • Fixed an issue where the task will fail due to single RequestRateTooLarge exception - See PR 40738

Cosmos Spark 3.4 4.33.0 Changelog

Bugs Fixed

  • Fixed a race condition resulting in not always re-enqueueing retries for bulk writes. - See PR 40714

Features Added

  • Added a service trait CosmosClinetBuilderInterceptor to allow intercepting and customizing the CosmosClient creation. - See PR 40714

Cosmos Spark 3.5 4.33.0 Changelog

Bugs Fixed

  • Fixed a race condition resulting in not always re-enqueueing retries for bulk writes. - See PR 40714

Features Added

  • Added a service trait CosmosClinetBuilderInterceptor to allow intercepting and customizing the CosmosClient creation. - See PR 40714

Dev Center 1.0.1 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.48.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.14.2 to version 1.15.1.

Device Update 1.0.19 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Digital Twins 1.3.21 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core-serializer-json-jackson from 1.4.12 to version 1.4.13.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Event Grid 4.22.3 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Event Grid Namespaces 1.0.0 Changelog

Features Added

  • Initial GA release

Event Hubs 5.18.5 Changelog

Bugs Fixed

  • Use endpoint address’s port when specified in connection string. (#40415)[https://github.com/Azure/azure-sdk-for-java/pull/40415]
  • Fix parsing of customEndpointAddress to match one used in connection string. (#40415)[https://github.com/Azure/azure-sdk-for-java/pull/40415]
  • Fixed issue where creating EventProcessorClient instances using the same EventProcessorClientBuilder instance could result in incorrect properties. (#29875)

Features Added

  • Add support for local emulator.

Form Recognizer 4.1.9 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Identity 1.13.0 Changelog

Features Added

  • GA for AzurePipelinesCredential

Bugs Fixed

  • Fixed an issue which may block AzurePowershellCredential from functioning correctly. #40552

Identity 1.13.1 Changelog

Bugs Fixed

  • Fixed certificate type detection, which fixes using a PFX certificate without a password. #37210
  • Fix PowershellCredential issue when user had a profile #41030
Dependency Updates
  • Upgraded azure-core from 1.49.1 to 1.50.0
  • Upgraded azure-core-http-netty from 1.15.1 to 1.15.2
  • Upgraded msal4j from 1.16.0 to 1.16.1

Features Added

  • Added support in EnvironmentCredential (and thus DefaultAzureCredential when it chooses EnvironmentCredential) for using subject name / issuer authentication with client certificates by setting AZURE_CLIENT_SEND_CERTIFICATE_CHAIN to 1 or true. #40013

Identity Broker 1.1.3 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-identity from 1.12.2 to 1.13.1
  • Upgraded msal4j from 1.15.1 to 1.16.1

Key Vault - Administration 4.5.5 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Key Vault - Certificates 4.6.4 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Key Vault - JCA 2.9.0-beta.2 Changelog

Features Added

  • Added the new system property azure.keyvault.disable-challenge-resource-verification, which can be set to true to disable challenge resource verification when authenticating against the Azure Key Vault service. For more information, please refer to this link.

Breaking Changes

  • Removed support for providing a custom login URI to get access tokens from via the system property azure.login.uri.

Bugs Fixed

  • Fix bug: AccessTokenUtil does not urlencode its parameters when getting an access token. (#40616)
  • Changed the authentication mechanism to allow for discovering the login URI for a given Azure Key Vault instance by requesting an authentication challenge from the service, as opposed to using a hard-coded list of URIs to choose from depending on a vault’s URI. This should add support for customers using Azure Stack instances, for example.

Key Vault - JCA 2.8.2 Changelog

Bugs Fixed

  • Fix bug: AccessTokenUtil does not urlencode its parameters when getting an access token. (40616)

Key Vault - Keys 4.8.5 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Key Vault - Secrets 4.8.4 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Load Testing 1.0.14 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Metrics Advisor 1.1.26 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Mixed Reality Authentication 1.2.25 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Monitor Ingestion 1.2.2 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

OLTP Spark 3.1 Connector for Azure Cosmos DB SQL API 4.33.0 Changelog

Bugs Fixed

  • Fixed a race condition resulting in not always re-enqueueing retries for bulk writes. - See PR 40714

Features Added

  • Added a service trait CosmosClinetBuilderInterceptor to allow intercepting and customizing the CosmosClient creation. - See PR 40714

OLTP Spark 3.2 Connector for Azure Cosmos DB SQL API 4.33.0 Changelog

Bugs Fixed

  • Fixed a race condition resulting in not always re-enqueueing retries for bulk writes. - See PR 40714

Features Added

  • Added a service trait CosmosClinetBuilderInterceptor to allow intercepting and customizing the CosmosClient creation. - See PR 40714

OLTP Spark 3.3 Connector for Azure Cosmos DB SQL API 4.33.0 Changelog

Bugs Fixed

  • Fixed a race condition resulting in not always re-enqueueing retries for bulk writes. - See PR 40714

Features Added

  • Added a service trait CosmosClinetBuilderInterceptor to allow intercepting and customizing the CosmosClient creation. - See PR 40714

OpenAI 1.0.0-beta.10 Changelog

Bugs Fixed

  • Fixed a bug during the serialization and deserialization of the content property in the ChatRequestUserMessage. (#40687)

OpenTelemetry Exporter 1.0.0-beta.25 Changelog

Other changes

Resource Management 2.40.0 Changelog

Resource Management - App Compliance Automation 1.0.0 Changelog

Resource Management - App Platform 2.40.0 Changelog

Resource Management - App Service 2.40.0 Changelog

Resource Management - Authorization 2.40.0 Changelog

Resource Management - Azure AI Search 2.40.0 Changelog

Resource Management - Azure VMware Solution 1.2.0-beta.1 Changelog

Resource Management - Compute 2.40.0 Changelog

Resource Management - Container Instances 2.40.0 Changelog

Resource Management - Container Registry 2.40.0 Changelog

Resource Management - Container Service 2.40.0 Changelog

Resource Management - Content Delivery Network 2.40.0 Changelog

Resource Management - Cosmos DB 2.40.0 Changelog

Resource Management - DNS 2.40.0 Changelog

Resource Management - Data Factory 1.0.0-beta.29 Changelog

Resource Management - Event Hubs 2.40.0 Changelog

Resource Management - Image Builder 1.1.0 Changelog

Resource Management - Informatica Data Management 1.0.0 Changelog

Resource Management - Key Vault 2.40.0 Changelog

Resource Management - Managed Service Identity 2.40.0 Changelog

Resource Management - Mobile Network 1.2.0 Changelog

Resource Management - Mongocluster 1.0.0-beta.1 Changelog

Resource Management - Monitor 2.40.0 Changelog

Resource Management - Network 2.40.0 Changelog

Resource Management - Oracle Database 1.0.0-beta.2 Changelog

Resource Management - Oracle Database 1.0.0 Changelog

Resource Management - Private DNS 2.40.0 Changelog

Resource Management - Redis 2.40.0 Changelog

Resource Management - Resources 2.40.0 Changelog

Resource Management - SQL 2.40.0 Changelog

Resource Management - Self Help 1.1.0-beta.5 Changelog

Resource Management - Service Bus 2.40.0 Changelog

Resource Management - Storage 2.40.0 Changelog

Resource Management - Storage Mover 1.2.0 Changelog

Resource Management - System Center Virtual Machine Manager 1.0.0 Changelog

Resource Management - Traffic Manager 2.40.0 Changelog

SDK - Bill of Materials 1.2.25 Changelog

Dependency Updates

  • Added new library entries to the BOM:
  • azure-messaging-eventgrid-namespaces

  • Updated Azure SDK dependency versions to the latest releases.

Schema Registry 1.4.7 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

Schema Registry - Avro 1.1.18 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-data-schemaregistry from 1.4.6 to version 1.4.7.

Service Bus 7.17.1 Changelog

Features Added

  • Setting the v2 stack as the default for “Synchronous Receiver Client”.

Bugs Fixed

  • Fixes the sender API that takes Iterable to not drop messages that cannot be fit in the batch. (#40462)
  • Fixed issue where the scheduled enqueue time was not cleared when creating a new message from a received message.(#44585)

Spring Cloud Azure Actuator 5.14.0 Changelog

Spring Cloud Azure Actuator AutoConfigure 5.14.0 Changelog

Spring Cloud Azure Appconfiguration Config 5.14.0 Changelog

Spring Cloud Azure Appconfiguration Config Web 5.14.0 Changelog

Spring Cloud Azure Autoconfigure 5.14.0 Changelog

Spring Cloud Azure Core 5.14.0 Changelog

Spring Cloud Azure Feature Management 5.14.0 Changelog

Spring Cloud Azure Feature Management Web 5.14.0 Changelog

Spring Cloud Azure Resource Manager 5.14.0 Changelog

Spring Cloud Azure Service 5.14.0 Changelog

Spring Cloud Azure Starter 5.14.0 Changelog

Spring Cloud Azure Starter Active Directory 5.14.0 Changelog

Spring Cloud Azure Starter Active Directory B2C 5.14.0 Changelog

Spring Cloud Azure Starter Actuator 5.14.0 Changelog

Spring Cloud Azure Starter App Configuration 5.14.0 Changelog

Spring Cloud Azure Starter Cosmos DB 5.14.0 Changelog

Spring Cloud Azure Starter Data Cosmos DB 5.14.0 Changelog

Spring Cloud Azure Starter Event Hubs 5.14.0 Changelog

Spring Cloud Azure Starter Integration Event Hubs 5.14.0 Changelog

Spring Cloud Azure Starter Integration Service Bus 5.14.0 Changelog

Spring Cloud Azure Starter Integration Storage Queue 5.14.0 Changelog

Spring Cloud Azure Starter Key Vault Certificates 5.14.0 Changelog

Spring Cloud Azure Starter Key Vault Secrets 5.14.0 Changelog

Spring Cloud Azure Starter Service Bus 5.14.0 Changelog

Spring Cloud Azure Starter Service Bus JMS 5.14.0 Changelog

Spring Cloud Azure Starter Storage 5.14.0 Changelog

Spring Cloud Azure Starter Storage Blob 5.14.0 Changelog

Spring Cloud Azure Starter Storage File Share 5.14.0 Changelog

Spring Cloud Azure Starter Storage Queue 5.14.0 Changelog

Spring Cloud Azure Starter Stream Event Hubs 5.14.0 Changelog

Spring Cloud Azure Starter Stream Service Bus 5.14.0 Changelog

Spring Cloud Azure Stream Binder Event Hubs 5.14.0 Changelog

Spring Cloud Azure Stream Binder Event Hubs Core 5.14.0 Changelog

Spring Cloud Azure Stream Binder Service Bus 5.14.0 Changelog

Spring Cloud Azure Stream Binder Service Bus Core 5.14.0 Changelog

Spring Cloud Integration Azure Core 5.14.0 Changelog

Spring Data Cosmos 5.14.0 Changelog

Spring Integration Azure Event Hubs 5.14.0 Changelog

Spring Integration Azure Service Bus 5.14.0 Changelog

Spring Integration Azure Storage Queue 5.14.0 Changelog

Spring Messaging Azure 5.14.0 Changelog

Spring Messaging Azure Event Hubs 5.14.0 Changelog

Spring Messaging Azure Service Bus 5.14.0 Changelog

Spring Messaging Azure Storage Queue 5.14.0 Changelog

Text Analytics 5.4.7 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Token-as-password Authentication Extensions 1.1.17 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-identity from 1.12.1 to version 1.13.0.

Web PubSub 1.2.16 Changelog

Other Changes

Dependency Updates
  • Upgraded azure-core from 1.49.0 to version 1.49.1.
  • Upgraded azure-core-http-netty from 1.15.0 to version 1.15.1.

Web PubSub Client 1.0.4 Changelog

Other Changes

Dependency Updates
  • Upgraded netty-codec-http from 4.1.108.Final to version 4.1.110.Final.
  • Upgraded azure-core from 1.49.0 to version 1.49.1.

unknown 5.14.0 Changelog

unknown 1.0.0-beta.2 Changelog

Other Changes

  • Re-release of 1.0.0-beta.1

unknown 1.0.0-beta.6 Changelog

unknown 5.14.0 Changelog

unknown 5.14.0 Changelog

unknown 5.14.0 Changelog

unknown 5.14.0 Changelog

unknown 5.14.0 Changelog

Need help

Latest Releases

View all the latest versions of Java packages here.

Installation Instructions

To use the GA and beta libraries, refer to the Maven dependency information below, which may be copied into your projects Maven pom.xml file as appropriate. If you are using a different build tool, refer to its documentation on how to specify dependencies.

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-ai-contentsafety</artifactId>
  <version>1.0.4</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-ai-formrecognizer</artifactId>
  <version>4.1.9</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-ai-metricsadvisor</artifactId>
  <version>1.1.26</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-ai-openai</artifactId>
  <version>1.0.0-beta.10</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-ai-textanalytics</artifactId>
  <version>5.4.7</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-ai-translation-document</artifactId>
  <version>1.0.0-beta.2</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-communication-callautomation</artifactId>
  <version>1.2.2</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-communication-chat</artifactId>
  <version>1.5.2</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-communication-common</artifactId>
  <version>1.3.4</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-communication-email</artifactId>
  <version>1.0.14</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-communication-identity</artifactId>
  <version>1.5.6</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-communication-jobrouter</artifactId>
  <version>1.1.5</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-communication-messages</artifactId>
  <version>1.0.4</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-communication-phonenumbers</artifactId>
  <version>1.1.14</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-communication-rooms</artifactId>
  <version>1.1.3</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-communication-sms</artifactId>
  <version>1.1.25</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-containers-containerregistry</artifactId>
  <version>1.2.9</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-core</artifactId>
  <version>1.50.0</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-core-amqp</artifactId>
  <version>2.9.7</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-core-http-netty</artifactId>
  <version>1.15.2</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-core-http-okhttp</artifactId>
  <version>1.12.1</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-core-management</artifactId>
  <version>1.15.1</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-core-serializer-json-gson</artifactId>
  <version>1.2.14</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-core-serializer-json-jackson</artifactId>
  <version>1.4.14</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-core-test</artifactId>
  <version>1.26.1</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-cosmos</artifactId>
  <version>4.62.0</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-cosmos-encryption</artifactId>
  <version>2.13.0</version>
</dependency>

<dependency>
  <groupId>com.azure.cosmos.kafka</groupId>
  <artifactId>azure-cosmos-kafka-connect</artifactId>
  <version>1.0.0-beta.3</version>
</dependency>

<dependency>
  <groupId>com.azure.cosmos.spark</groupId>
  <artifactId>azure-cosmos-spark_3-1_2-12</artifactId>
  <version>4.33.0</version>
</dependency>

<dependency>
  <groupId>com.azure.cosmos.spark</groupId>
  <artifactId>azure-cosmos-spark_3-2_2-12</artifactId>
  <version>4.33.0</version>
</dependency>

<dependency>
  <groupId>com.azure.cosmos.spark</groupId>
  <artifactId>azure-cosmos-spark_3-3_2-12</artifactId>
  <version>4.33.0</version>
</dependency>

<dependency>
  <groupId>com.azure.cosmos.spark</groupId>
  <artifactId>azure-cosmos-spark_3-4_2-12</artifactId>
  <version>4.33.0</version>
</dependency>

<dependency>
  <groupId>com.azure.cosmos.spark</groupId>
  <artifactId>azure-cosmos-spark_3-5_2-12</artifactId>
  <version>4.33.0</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-data-appconfiguration</artifactId>
  <version>1.6.2</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-data-schemaregistry</artifactId>
  <version>1.4.7</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-data-schemaregistry-apacheavro</artifactId>
  <version>1.1.18</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-developer-devcenter</artifactId>
  <version>1.0.1</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-developer-loadtesting</artifactId>
  <version>1.0.14</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-digitaltwins-core</artifactId>
  <version>1.3.21</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-identity</artifactId>
  <version>1.13.0</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-identity</artifactId>
  <version>1.13.1</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-identity-broker</artifactId>
  <version>1.1.3</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-identity-extensions</artifactId>
  <version>1.1.17</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-iot-deviceupdate</artifactId>
  <version>1.0.19</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-messaging-eventgrid</artifactId>
  <version>4.22.3</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-messaging-eventgrid-namespaces</artifactId>
  <version>1.0.0</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-messaging-eventhubs</artifactId>
  <version>5.18.5</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-messaging-eventhubs-checkpointstore-blob</artifactId>
  <version>1.19.5</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-messaging-servicebus</artifactId>
  <version>7.17.1</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-messaging-webpubsub</artifactId>
  <version>1.2.16</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-messaging-webpubsub-client</artifactId>
  <version>1.0.4</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-mixedreality-authentication</artifactId>
  <version>1.2.25</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-mixedreality-remoterendering</artifactId>
  <version>1.1.30</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-monitor-ingestion</artifactId>
  <version>1.2.2</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-monitor-opentelemetry-exporter</artifactId>
  <version>1.0.0-beta.25</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-appcomplianceautomation</artifactId>
  <version>1.0.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-appplatform</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-appservice</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-authorization</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-avs</artifactId>
  <version>1.2.0-beta.1</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-cdn</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-compute</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-containerinstance</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-containerregistry</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-containerservice</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-cosmos</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-datafactory</artifactId>
  <version>1.0.0-beta.29</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-dns</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-eventhubs</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-imagebuilder</artifactId>
  <version>1.1.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-informaticadatamanagement</artifactId>
  <version>1.0.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-keyvault</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-mobilenetwork</artifactId>
  <version>1.2.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-mongocluster</artifactId>
  <version>1.0.0-beta.1</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-monitor</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-msi</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-network</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-oracledatabase</artifactId>
  <version>1.0.0-beta.2</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-oracledatabase</artifactId>
  <version>1.0.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-privatedns</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-redis</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-resources</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-scvmm</artifactId>
  <version>1.0.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-search</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-selfhelp</artifactId>
  <version>1.1.0-beta.5</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-servicebus</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-sql</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-storage</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-storagemover</artifactId>
  <version>1.2.0</version>
</dependency>

<dependency>
  <groupId>com.azure.resourcemanager</groupId>
  <artifactId>azure-resourcemanager-trafficmanager</artifactId>
  <version>2.40.0</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-sdk-bom</artifactId>
  <version>1.2.25</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-search-documents</artifactId>
  <version>11.6.6</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-search-documents</artifactId>
  <version>11.7.0</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-security-attestation</artifactId>
  <version>1.1.25</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-security-confidentialledger</artifactId>
  <version>1.0.21</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-security-keyvault-administration</artifactId>
  <version>4.5.5</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-security-keyvault-certificates</artifactId>
  <version>4.6.4</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-security-keyvault-jca</artifactId>
  <version>2.9.0-beta.2</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-security-keyvault-jca</artifactId>
  <version>2.8.2</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-security-keyvault-keys</artifactId>
  <version>4.8.5</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-security-keyvault-secrets</artifactId>
  <version>4.8.4</version>
</dependency>

<dependency>
  <groupId>com.azure</groupId>
  <artifactId>azure-spring-data-cosmos</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-actuator</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-actuator-autoconfigure</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-appconfiguration-config</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-autoconfigure</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-core</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-feature-management</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-feature-management-web</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-resourcemanager</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-service</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-active-directory</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-active-directory-b2c</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-actuator</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-appconfiguration</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-appconfiguration-config</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-cosmos</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-data-cosmos</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-data-redis-lettuce</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-eventgrid</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-eventhubs</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-integration-eventhubs</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-integration-servicebus</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-integration-storage-queue</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-jdbc-mysql</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-jdbc-postgresql</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-keyvault</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-keyvault-certificates</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-keyvault-secrets</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-monitor</artifactId>
  <version>1.0.0-beta.6</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-servicebus</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-servicebus-jms</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-storage</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-storage-blob</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-storage-file-share</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-storage-queue</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-stream-eventhubs</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-starter-stream-servicebus</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-stream-binder-eventhubs</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-stream-binder-eventhubs-core</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-stream-binder-servicebus</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-cloud-azure-stream-binder-servicebus-core</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-integration-azure-core</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-integration-azure-eventhubs</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-integration-azure-servicebus</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-integration-azure-storage-queue</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-messaging-azure</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-messaging-azure-eventhubs</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-messaging-azure-servicebus</artifactId>
  <version>5.14.0</version>
</dependency>

<dependency>
  <groupId>com.azure.spring</groupId>
  <artifactId>spring-messaging-azure-storage-queue</artifactId>
  <version>5.14.0</version>
</dependency>

Feedback

If you have a bug or feature request for one of the libraries, please post an issue to GitHub.