The Azure SDK team is pleased to announce our February 2026 client library releases.

20 packages released this month.

Stable Packages (8)

  • App Configuration

  • Resource Management - Communication

  • Resource Management - Compute

  • Resource Management - Dell-Storage

  • Resource Management - Network

  • Storage - Blobs

  • Storage - Files Data Lake

  • unknown

Patch Updates (5)

  • Communication Call Automation

  • Core - Client - Http Compat

  • Cosmos DB

  • Event Hubs

  • Playwright

Beta Packages (6)

  • AI Projects

  • Communication Call Automation

  • Identity

  • Resource Management - App Configuration

  • Resource Management - Edgeactions

  • TypeSpec HTTP Runtime

Release highlights

AI Projects 2.0.0-beta.4 Changelog

Breaking changes

  • To align with OpenAI naming conventions, use “Tool” suffix for class names describing Azure tools that are generally available (stable release):
  • Rename class AzureAISearchAgentTool to AzureAISearchTool
  • Rename class OpenApiAgentTool to OpenApiTool`
  • Rename class AzureFunctionAgentTool to AzureFunctionTool
  • Rename class BingGroundingAgentTool to BingGroundingTool
  • To align with OpenAI naming conventions, use “PreviewTool” suffix for class names describing Azure tools in preview:
  • Rename class MicrosoftFabricAgentTool to MicrosoftFabricPreviewTool
  • Rename class SharepointAgentTool to SharepointPreviewTool
  • Rename class BingCustomSearchAgentTool to BingCustomSearchPreviewTool
  • Rename class BrowserAutomationAgentTool to BrowserAutomationPreviewTool
  • Rename class A2ATool to A2APreviewTool

  • ResponsesUserMessageItemParam removed as a valid ItemUnion member.

App Configuration 1.11.0 Changelog

Features Added

  • Added a new method, checkConfigurationSettings, which can be used to check settings from the Azure App Configuration store using HEAD requests, returning only headers without the response body. #36959

Communication Call Automation 1.5.1 Changelog

Bugs Fixed

  • Fixed speechLanguage property support in CallMediaRecognizeSpeechOrDtmfOptions to correctly pass speech language configuration for speech-or-DTMF recognition requests.

Communication Call Automation 1.6.0-beta.2 Changelog

Bugs Fixed

  • Fixed speechLanguage property support in CallMediaRecognizeSpeechOrDtmfOptions to correctly pass speech language configuration for speech-or-DTMF recognition requests.

Core - Client - Http Compat 2.3.2 Changelog

Other Changes

  • Move runtime dependencies “@azure/core-rest-pipeline” and “@azure/core-client” to peerDependencies and rely on the consumers of core-http-compat to install them.

Cosmos DB 4.9.1 Changelog

Bugs Fixed

  • #37178 Fixed memory leak in full-text search queries by improving continuation token handling for hybrid component query scenarios.
  • #37194 Added support for SQLQuerySpec in hybrid search queries. Previously, only string queries were supported.

Event Hubs 6.0.3 Changelog

Bugs Fixed

  • Fixed additional dangling promises in close operations that could cause UnhandledPromiseRejection errors. #37044

Identity 4.14.0-beta.2 Changelog

Breaking Changes

  • Renamed enableAzureKubernetesTokenProxy in WorkloadIdentityCredentialOptions to enableAzureProxy. #36728

Bugs Fixed

  • Fixed an issue where AzureDeveloperCliCredential error messages included raw JSON output from azd auth token instead of clean, user-friendly messages. The credential now parses the JSON stderr output to extract and display only the error message. #37268
  • Fixed an issue where IdentityClient does not pass response in expected format for MSAL in empty response situations with additional logging. #36906

Playwright 1.1.1 Changelog

Bugs Fixed

  • Improved error messages for better clarity and troubleshooting.
  • Fixed trace viewer logic for HTML reporter to correctly handle Azure Portal and local scenarios.

Playwright 1.1.2 Changelog

Bugs Fixed

  • Fixed Report URLs to use correct Azure AD tenant domain

Resource Management - App Configuration 6.0.0-beta.1 Changelog

Resource Management - Communication 4.2.0 Changelog

Resource Management - Compute 23.3.0 Changelog

Resource Management - Dell-Storage 1.0.0 Changelog

Resource Management - Edgeactions 1.0.0-beta.1 Changelog

Resource Management - Network 36.0.0 Changelog

Storage - Blobs 12.31.0 Changelog

Features Added

  • Enhanced readableStreamBody type to include .destroy() method, making stream cancellation more type-safe without requiring type casting.

Storage - Files Data Lake 12.29.0 Changelog

Features Added

  • Includes all features released in 12.29.0-beta.1.

TypeSpec HTTP Runtime 0.3.3 Changelog

Bugs Fixed

  • Fixed an issue where setting content-type header was ignored when the request has no body. #37181

unknown 12.3.0 Changelog

Bugs Fixed

  • Fixed duplicate ESM exports that caused compatibility issues with ESM loaders like import-in-the-middle.

Features Added

  • Added NodeJSReadableStream interface that extends NodeJS.ReadableStream with a destroy() method, enabling type-safe stream cancellation across storage packages.

Latest Releases

View all the latest versions of JavaScript packages here.

Installation Instructions

To install the packages, copy and paste the below into a terminal.

$> npm install @azure/ai-projects@2.0.0-beta.4
$> npm install @azure/app-configuration@1.11.0
$> npm install @azure/arm-appconfiguration@6.0.0-beta.1
$> npm install @azure/arm-communication@4.2.0
$> npm install @azure/arm-compute@23.3.0
$> npm install @azure/arm-dell-storage@1.0.0
$> npm install @azure/arm-edgeactions@1.0.0-beta.1
$> npm install @azure/arm-network@36.0.0
$> npm install @azure/communication-call-automation@1.5.1
$> npm install @azure/communication-call-automation@1.6.0-beta.2
$> npm install @azure/core-http-compat@2.3.2
$> npm install @azure/cosmos@4.9.1
$> npm install @azure/event-hubs@6.0.3
$> npm install @azure/identity@4.14.0-beta.2
$> npm install @azure/playwright@1.1.1
$> npm install @azure/playwright@1.1.2
$> npm install @azure/storage-blob@12.31.0
$> npm install @azure/storage-common@12.3.0
$> npm install @azure/storage-file-datalake@12.29.0
$> npm install @typespec/ts-http-runtime@0.3.3

Feedback

If you have a bug or feature request for one of the libraries, please post an issue at the azure-sdk-for-js repository