PackageTrack

npm · #3784

@azure/core-xml

1.6.0Azure/azure-sdk-for-js

Core library for interacting with XML payloads

Release timeline

401 releases since 2020
202120222023202420252026

Releases

  1. 1.2.1-alpha.20220310.310 Mar 2022pre-release

    Nothing published for this version

  2. 1.2.1-alpha.20220309.59 Mar 2022pre-release

    Nothing published for this version

  3. 1.2.1-alpha.20220307.77 Mar 2022pre-release

    Nothing published for this version

  4. 1.2.1-alpha.20220204.44 Feb 2022pre-release

    Nothing published for this version

  5. 1.2.03 Feb 2022
    Release notes

    Code | Docs

    Communication Sms

    @azure/communication-sms

    Open source →
  6. 1.2.0-alpha.20220131.331 Jan 2022pre-release

    Nothing published for this version

  7. 1.2.0-alpha.20220125.325 Jan 2022pre-release

    Nothing published for this version

  8. 1.2.0-alpha.20220120.220 Jan 2022pre-release

    Nothing published for this version

  9. 1.1.1-alpha.20220112.112 Jan 2022pre-release

    Nothing published for this version

  10. 1.1.1-alpha.20220107.17 Jan 2022pre-release

    Nothing published for this version

  11. 1.1.06 Jan 2022
    Release notes

    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 optional downloadSecurity property on Deployment so callers can choose the protocol the device should use when downloading update payload (defaults to "https").
    Open source →
    Additional notes

    Code | Docs

    AI Model Inference

    @azure-rest/ai-inference

    Open source →
  12. 1.1.0-alpha.20220106.36 Jan 2022pre-release

    Nothing published for this version

  13. 1.0.1-alpha.20220104.54 Jan 2022pre-release

    Nothing published for this version

  14. 1.0.1-alpha.20211214.414 Dec 2021pre-release

    Nothing published for this version

  15. 1.0.1-alpha.20211123.323 Nov 2021pre-release

    Nothing published for this version

  16. 1.0.1-alpha.20210930.230 Sept 2021pre-release

    Nothing published for this version

  17. 1.0.1-alpha.20210830.230 Aug 2021pre-release

    Nothing published for this version

  18. 1.0.1-alpha.20210816.616 Aug 2021pre-release

    Nothing published for this version

  19. 1.0.1-alpha.20210811.311 Aug 2021pre-release

    Nothing published for this version

  20. 1.0.06 Aug 2021
    Release notes

    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.

    Open source →
    Additional notes

    1.0.0 (2026-08-12)

    Features Added

    • Added secure, cross-platform executable resolution and process-launching primitives for Node.js. #39279
    Open source →
    Additional notes

    1.0.0 (2026-06-12)

    Features Added

    This is the first stable version with the package of @azure/arm-weightsandbiases.

    Open source →
    Additional notes

    1.0.0 (2026-08-01)

    This release migrates the package to the @azure/ai-translation-document name and a new client design. It replaces the previous @azure-rest/ai-translation-document REST-level client (RLC) package.

    Features Added

    • Added support for the 2026-03-01 service API version.
    • Added deploymentName to TargetInput and DocumentStatus to support translating with a custom translation model.
    • Added deploymentName parameter to single document translation.
    • Added support for translating text within images: translateTextWithinImage on batch and single document translation, and image-scan fields (imageCharacterDetected, imageCharged, totalImageScansSucceeded, totalImageScansFailed) on DocumentStatus.

    Breaking Changes

    • The package name changed from @azure-rest/ai-translation-document to @azure/ai-translation-document.
    • The REST-level client (RLC) surface (client.path(...).post(...)) has been replaced with a modeled client surface exposing DocumentTranslationClient and SingleDocumentTranslationClient. See the README for migration examples.

    Migration guide

    • Install the new package: replace @azure-rest/ai-translation-document with @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 checking response.status on a raw HTTP response.

    Open source →
    Additional notes

    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) and BookshelfClient (knowledge bases).
    Open source →
    Additional notes

    Code | Docs

    Azure AI Search

    @azure/search-documents

    Open source →
  21. 1.0.0-beta.15 Feb 2021pre-release
    Release notes

    Code | Docs

    AccessControl

    @azure/synapse-access-control

    Open source →
  22. 1.0.0-alpha.20210713.113 Jul 2021pre-release

    Nothing published for this version

  23. 1.0.0-alpha.20210702.42 Jul 2021pre-release

    Nothing published for this version

  24. 1.0.0-alpha.20210623.423 Jun 2021pre-release

    Nothing published for this version

  25. 1.0.0-alpha.20210611.211 Jun 2021pre-release

    Nothing published for this version

  26. 1.0.0-alpha.20210518.218 May 2021pre-release

    Nothing published for this version

  27. 1.0.0-alpha.20210326.126 Mar 2021pre-release

    Nothing published for this version

  28. 1.0.0-alpha.20210317.117 Mar 2021pre-release

    Nothing published for this version

  29. 1.0.0-alpha.20210210.110 Feb 2021pre-release

    Nothing published for this version

  30. 1.0.0-alpha.20210209.19 Feb 2021pre-release

    Nothing published for this version

  31. 1.0.0-alpha.20210205.25 Feb 2021pre-release

    Nothing published for this version

  32. 1.0.0-alpha.20210204.14 Feb 2021pre-release

    Nothing published for this version

  33. 1.0.0-alpha.20210125.325 Jan 2021pre-release

    Nothing published for this version

  34. 1.0.0-alpha.20210118.118 Jan 2021pre-release

    Nothing published for this version

  35. 1.0.0-alpha.20210107.17 Jan 2021pre-release

    Nothing published for this version

  36. 1.0.0-alpha.20201224.124 Dec 2020pre-release

    Nothing published for this version

  37. 1.0.0-alpha.20201218.118 Dec 2020pre-release

    Nothing published for this version

  38. 1.0.0-alpha.20201215.115 Dec 2020pre-release

    Nothing published for this version

  39. 1.0.0-alpha.20201123.123 Nov 2020pre-release

    Nothing published for this version

  40. 1.0.0-alpha.20200929.129 Sept 2020pre-release

    Nothing published for this version

  41. 1.0.0-alpha.20200925.125 Sept 2020pre-release

    Nothing published for this version