Core library for interacting with XML payloads
Last release 1 months ago
13 Jul 2026
Release timing varies
gaps range from 9 days to 3 months
Some releases are documented
notes for 9 of 18 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
401 releases · first in 2020
Release timeline
401 releases since 2020Releases
- 1.2.1-alpha.20220310.310 Mar 2022pre-release
Nothing published for this version
- 1.2.1-alpha.20220309.59 Mar 2022pre-release
Nothing published for this version
- 1.2.1-alpha.20220307.77 Mar 2022pre-release
Nothing published for this version
- 1.2.1-alpha.20220204.44 Feb 2022pre-release
Nothing published for this version
- 1.2.03 Feb 2022
- 1.2.0-alpha.20220131.331 Jan 2022pre-release
Nothing published for this version
- 1.2.0-alpha.20220125.325 Jan 2022pre-release
Nothing published for this version
- 1.2.0-alpha.20220120.220 Jan 2022pre-release
Nothing published for this version
- 1.1.1-alpha.20220112.112 Jan 2022pre-release
Nothing published for this version
- 1.1.1-alpha.20220107.17 Jan 2022pre-release
Nothing published for this version
- 1.1.06 Jan 2022
Release notes
Open source →1.1.0 (2026-08-05)
Features Added
- Initial stable release of the Azure Device Update for IoT Hub client library for JavaScript, generated from TypeSpec.
- Added support for API version
2026-06-01, including the new optionaldownloadSecurityproperty onDeploymentso callers can choose the protocol the device should use when downloading update payload (defaults to"https").
- 1.1.0-alpha.20220106.36 Jan 2022pre-release
Nothing published for this version
- 1.0.1-alpha.20220104.54 Jan 2022pre-release
Nothing published for this version
- 1.0.1-alpha.20211214.414 Dec 2021pre-release
Nothing published for this version
- 1.0.1-alpha.20211123.323 Nov 2021pre-release
Nothing published for this version
- 1.0.1-alpha.20210930.230 Sept 2021pre-release
Nothing published for this version
- 1.0.1-alpha.20210830.230 Aug 2021pre-release
Nothing published for this version
- 1.0.1-alpha.20210816.616 Aug 2021pre-release
Nothing published for this version
- 1.0.1-alpha.20210811.311 Aug 2021pre-release
Nothing published for this version
- 1.0.06 Aug 2021
Release notes
Open source →1.0.0 (2026-07-23)
Features Added
This is the first stable release of the @azure/arm-connectedcache package. It introduces a new SDK generation with layered APIs, smaller bundles, and improved ergonomics. For more details, see the https://aka.ms/azsdk/js/sdk/quickstart.
Additional notes
Open source →1.0.0 (2026-08-12)
Features Added
- Added secure, cross-platform executable resolution and process-launching primitives for Node.js. #39279
Additional notes
Open source →1.0.0 (2026-06-12)
Features Added
This is the first stable version with the package of @azure/arm-weightsandbiases.
Additional notes
Open source →1.0.0 (2026-08-01)
This release migrates the package to the
@azure/ai-translation-documentname and a new client design. It replaces the previous@azure-rest/ai-translation-documentREST-level client (RLC) package.Features Added
- Added support for the
2026-03-01service API version. - Added
deploymentNametoTargetInputandDocumentStatusto support translating with a custom translation model. - Added
deploymentNameparameter to single document translation. - Added support for translating text within images:
translateTextWithinImageon batch and single document translation, and image-scan fields (imageCharacterDetected,imageCharged,totalImageScansSucceeded,totalImageScansFailed) onDocumentStatus.
Breaking Changes
- The package name changed from
@azure-rest/ai-translation-documentto@azure/ai-translation-document. - The REST-level client (RLC) surface (
client.path(...).post(...)) has been replaced with a modeled client surface exposingDocumentTranslationClientandSingleDocumentTranslationClient. See the README for migration examples.
Migration guide
-
Install the new package: replace
@azure-rest/ai-translation-documentwith@azure/ai-translation-document. -
Create the client: the default export factory is replaced by named clients.
- import DocumentTranslator from "@azure-rest/ai-translation-document"; - const client = DocumentTranslator(endpoint, credential); + import { DocumentTranslationClient } from "@azure/ai-translation-document"; + const client = new DocumentTranslationClient(endpoint, credential); -
Call operations: replace the
path(...).method()pattern with typed methods.- await client.path("/document/batches").post({ body: { inputs } }); + await client.startTranslation({ inputs }); -
Single document translation: use
SingleDocumentTranslationClient.- import DocumentTranslator from "@azure-rest/ai-translation-document"; - const client = DocumentTranslator(endpoint, credential); - await client.path("/document:translate").post({ ... }); + import { SingleDocumentTranslationClient } from "@azure/ai-translation-document"; + const client = new SingleDocumentTranslationClient(endpoint, credential); + await client.translate(targetLanguage, content); -
Responses: results are returned as typed objects and errors are thrown as
RestError, instead of checkingresponse.statuson a raw HTTP response.
Additional notes
Open source →1.0.0 (2026-08-04)
Features Added
- Initial stable release of the Azure AI Discovery client library for JavaScript, exposing
WorkspaceClient(conversations, investigations, tasks, tools) andBookshelfClient(knowledge bases).
- 1.0.0-beta.15 Feb 2021pre-release
- 1.0.0-alpha.20210713.113 Jul 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20210702.42 Jul 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20210623.423 Jun 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20210611.211 Jun 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20210518.218 May 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20210326.126 Mar 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20210317.117 Mar 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20210210.110 Feb 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20210209.19 Feb 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20210205.25 Feb 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20210204.14 Feb 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20210125.325 Jan 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20210118.118 Jan 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20210107.17 Jan 2021pre-release
Nothing published for this version
- 1.0.0-alpha.20201224.124 Dec 2020pre-release
Nothing published for this version
- 1.0.0-alpha.20201218.118 Dec 2020pre-release
Nothing published for this version
- 1.0.0-alpha.20201215.115 Dec 2020pre-release
Nothing published for this version
- 1.0.0-alpha.20201123.123 Nov 2020pre-release
Nothing published for this version
- 1.0.0-alpha.20200929.129 Sept 2020pre-release
Nothing published for this version
- 1.0.0-alpha.20200925.125 Sept 2020pre-release
Nothing published for this version