PackageTrack

npm · #3936

@azure-rest/core-client

2.8.0Azure/azure-sdk-for-js

Core library for interfacing with Azure Rest Clients

Release timeline

434 releases since 2021
20222023202420252026

Releases

  1. 1.1.4-alpha.20230630.130 Jun 2023pre-release

    Nothing published for this version

  2. 1.1.4-alpha.20230613.213 Jun 2023pre-release

    Nothing published for this version

  3. 1.1.4-alpha.20230530.230 May 2023pre-release

    Nothing published for this version

  4. 1.1.34 May 2023

    Nothing published for this version

  5. 1.1.3-alpha.20230504.14 May 2023pre-release

    Nothing published for this version

  6. 1.1.3-alpha.20230419.219 Apr 2023pre-release

    Nothing published for this version

  7. 1.1.26 Apr 2023
    Release notes

    Code | Docs

    Content Safety

    @azure-rest/ai-content-safety

    Open source →
  8. 1.1.2-alpha.20230406.16 Apr 2023pre-release

    Nothing published for this version

  9. 1.1.2-alpha.20230307.47 Mar 2023pre-release

    Nothing published for this version

  10. 1.1.12 Mar 2023

    Nothing published for this version

  11. 1.1.1-alpha.20230228.228 Feb 2023pre-release

    Nothing published for this version

  12. 1.1.1-alpha.20230203.23 Feb 2023pre-release

    Nothing published for this version

  13. 1.1.03 Feb 2023
    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 →
  14. 1.0.15 Jan 2023
    Release notes

    Code

    Content Understanding

    @azure/ai-content-understanding

    Open source →
  15. 1.0.1-alpha.20221130.230 Nov 2022pre-release

    Nothing published for this version

  16. 1.0.1-alpha.20221107.47 Nov 2022pre-release

    Nothing published for this version

  17. 1.0.05 Aug 2022
    Release 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

    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-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-12)

    Features Added

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

    Code | Docs

    Azure AI Search

    @azure/search-documents

    Open source →
  18. 1.0.0-beta.106 Jun 2022pre-release

    Nothing published for this version

  19. 1.0.0-beta.97 Apr 2022pre-release

    Nothing published for this version

  20. 1.0.0-beta.84 Nov 2021pre-release

    Nothing published for this version

  21. 1.0.0-beta.72 Sept 2021pre-release

    Nothing published for this version

  22. 1.0.0-beta.66 Aug 2021pre-release
    Release notes

    Code

    AI Projects

    @azure/ai-projects

    Open source →
  23. 1.0.0-beta.529 Jun 2021pre-releasewithdrawn: incorrect dev release
    Release notes

    Code | Docs

    Event Hubs

    @azure/event-hubs

    Open source →
  24. 1.0.0-beta.427 May 2021pre-release
    Release notes

    Code | Docs

    @azure/api-management-custom-widgets-tools

    @azure/api-management-custom-widgets-tools

    Open source →
  25. 1.0.0-beta.327 May 2021pre-release
    Release notes

    1.0.0-beta.3 (2026-07-12)

    Compared with version 1.0.0-beta.2

    Features Added

    • Added operation EntitiesOperations.addDataAnnotation
    • Added operation EntitiesOperations.getDataAnnotations
    • Added operation EntitiesOperations.getSignalRecommendations
    • Added Interface AddDataAnnotationRequest
    • Added Interface AzureResourceHealthSignal
    • Added Interface AzureResourceHealthSignalStatus
    • Added Interface DataAnnotation
    • Added Interface EntitiesAddDataAnnotationOptionalParams
    • Added Interface EntitiesGetDataAnnotationsOptionalParams
    • Added Interface EntitiesGetSignalRecommendationsOptionalParams
    • Added Interface GetDataAnnotationsRequest
    • Added Interface GetDataAnnotationsResponse
    • Added Interface GetSignalRecommendationsResponse
    • Added Interface SignalConfiguration
    • Interface AzureResourceSignals has a new optional parameter resourceHealth
    • Interface DiscoveryRuleProperties has a new optional parameter addResourceHealthSignal
    • Interface DiscoveryRulePropertiesCreate has a new optional parameter addResourceHealthSignal
    • Interface EntityHistoryRequest has a new optional parameter nextMarker
    • Interface EntityHistoryRequest has a new optional parameter top
    • Interface EntityHistoryResponse has a new optional parameter nextMarker
    • Interface SignalHistoryRequest has a new optional parameter nextMarker
    • Interface SignalHistoryRequest has a new optional parameter top
    • Interface SignalHistoryResponse has a new optional parameter nextMarker
    • Interface SignalStatus has a new optional parameter additionalContext
    • Interface ThresholdRuleV2 has a new optional parameter lookBackWindow
    • Interface ThresholdRuleV2 has a new optional parameter sensitivity
    • Added Type Alias DynamicThresholdSensitivity
    • Added Type Alias LookBackWindow
    • Added Type Alias ResourceHealthAvailabilityState
    • Added Type Alias ResourceHealthAvailabilityStateSignalBehavior
    • Added Type Alias ResourceHealthCategory
    • Added Type Alias ResourceHealthReasonChronicity
    • Added Type Alias ResourceHealthReasonType
    • Added Enum KnownDynamicThresholdSensitivity
    • Added Enum KnownLookBackWindow
    • Added Enum KnownResourceHealthAvailabilityState
    • Added Enum KnownResourceHealthAvailabilityStateSignalBehavior
    • Added Enum KnownResourceHealthCategory
    • Added Enum KnownResourceHealthReasonChronicity
    • Added Enum KnownResourceHealthReasonType
    • Enum KnownRefreshInterval has a new value PT15M
    • Enum KnownSignalOperator has a new value Dynamic
    • Enum KnownVersions has a new value V20260501Preview

    Breaking Changes

    • Operation EntitiesOperations.createOrUpdate has a new signature
    • Operation EntitiesOperations.get has a new signature
    • Operation EntitiesOperations.ingestHealthReport has a new signature
    • Operation EntitiesOperations.listByHealthModel has a new signature
    • Operation SignalDefinitionsOperations.createOrUpdate has a new signature
    • Operation SignalDefinitionsOperations.get has a new signature
    • Operation SignalDefinitionsOperations.listByHealthModel has a new signature
    • Interface AzureResourceSignal no longer has parameter dimension
    • Interface ResourceMetricSignalDefinitionProperties no longer has parameter dimension
    • Parameter threshold of interface ThresholdRuleV2 is now optional
    Open source →
    Additional notes

    Code | Docs

    AI Agents

    @azure/ai-agents

    Open source →
  26. 1.0.0-beta.212 May 2021pre-release
    Release notes

    1.0.0-beta.2 (2026-06-12)

    Features Added

    • Added operation EntitiesOperations.getHistory
    • Added operation EntitiesOperations.getSignalHistory
    • Added operation EntitiesOperations.ingestHealthReport
    • Added Interface ApplicationInsightsTopologySpecification
    • Added Interface AzureMonitorWorkspaceSignals
    • Added Interface AzureResourceSignal
    • Added Interface AzureResourceSignals
    • Added Interface DependenciesSignalGroupV2
    • Added Interface DiscoveryError
    • Added Interface DiscoveryRulePropertiesCreate
    • Added Interface DiscoveryRuleResourceCreate
    • Added Interface DiscoveryRuleSpecification
    • Added Interface EntitiesGetHistoryOptionalParams
    • Added Interface EntitiesGetSignalHistoryOptionalParams
    • Added Interface EntitiesIngestHealthReportOptionalParams
    • Added Interface EntityHistoryRequest
    • Added Interface EntityHistoryResponse
    • Added Interface ExternalSignal
    • Added Interface ExternalSignalGroup
    • Added Interface HealthReportEvaluationRule
    • Added Interface HealthReportRequest
    • Added Interface HealthStateTransition
    • Added Interface LogAnalyticsSignal
    • Added Interface LogAnalyticsSignals
    • Added Interface PrometheusMetricsSignal
    • Added Interface ResourceGraphQuerySpecification
    • Added Interface SignalGroups
    • Added Interface SignalHistoryDataPoint
    • Added Interface SignalHistoryRequest
    • Added Interface SignalHistoryResponse
    • Added Interface SignalInstanceProperties
    • Added Interface SignalStatus
    • Added Interface ThresholdRuleV2
    • Interface AuthenticationSettingsCreateOrUpdateOptionalParams has a new optional parameter updateIntervalInMs
    • Interface AuthenticationSettingsDeleteOptionalParams has a new optional parameter updateIntervalInMs
    • Interface CloudHealthClientOptionalParams has a new optional parameter cloudSetting
    • Interface DiscoveryRuleProperties has a new optional parameter error
    • Interface DiscoveryRulesCreateOrUpdateOptionalParams has a new optional parameter updateIntervalInMs
    • Interface DiscoveryRulesDeleteOptionalParams has a new optional parameter updateIntervalInMs
    • Interface EntitiesCreateOrUpdateOptionalParams has a new optional parameter updateIntervalInMs
    • Interface EntitiesDeleteOptionalParams has a new optional parameter updateIntervalInMs
    • Interface EntityProperties has a new optional parameter signalGroups
    • Interface EntityProperties has a new optional parameter tags
    • Interface LogAnalyticsQuerySignalDefinitionProperties has a new optional parameter tags
    • Interface PrometheusMetricsSignalDefinitionProperties has a new optional parameter tags
    • Interface RelationshipProperties has a new optional parameter tags
    • Interface RelationshipsCreateOrUpdateOptionalParams has a new optional parameter updateIntervalInMs
    • Interface RelationshipsDeleteOptionalParams has a new optional parameter updateIntervalInMs
    • Interface ResourceMetricSignalDefinitionProperties has a new optional parameter tags
    • Interface SignalDefinitionProperties has a new optional parameter tags
    • Interface SignalDefinitionsCreateOrUpdateOptionalParams has a new optional parameter updateIntervalInMs
    • Interface SignalDefinitionsDeleteOptionalParams has a new optional parameter updateIntervalInMs
    • Added Type Alias AzureSupportedClouds
    • Added Type Alias DependenciesAggregationUnit
    • Added Type Alias DiscoveryRuleKind
    • Added Type Alias DiscoveryRuleSpecificationUnion
    • Added Type Alias SignalInstancePropertiesUnion
    • Added Enum AzureClouds
    • Added Enum KnownDependenciesAggregationUnit
    • Added Enum KnownDiscoveryRuleKind
    • Enum KnownDependenciesAggregationType has a new value MaxNotHealthy
    • Enum KnownDependenciesAggregationType has a new value MinHealthy
    • Enum KnownHealthState has a new value Unhealthy
    • Enum KnownSignalKind has a new value ExternalSignal
    • Enum KnownSignalOperator has a new value Equal
    • Enum KnownSignalOperator has a new value GreaterThanOrEqual
    • Enum KnownSignalOperator has a new value LessThan
    • Enum KnownSignalOperator has a new value LessThanOrEqual
    • Enum KnownSignalOperator has a new value NotEqual
    • Enum KnownVersions has a new value V20260101Preview

    Breaking Changes

    • Operation DiscoveryRules.createOrUpdate has a new signature
    • Operation DiscoveryRules.get has a new signature
    • Operation DiscoveryRules.listByHealthModel has a new signature
    • Operation SignalDefinitions.createOrUpdate has a new signature
    • Operation SignalDefinitions.get has a new signature
    • Operation SignalDefinitions.listByHealthModel has a new signature
    • Removed Interface AzureMonitorWorkspaceSignalGroup
    • Removed Interface AzureResourceSignalGroup
    • Removed Interface DependenciesSignalGroup
    • Removed Interface DynamicDetectionRule
    • Removed Interface HealthModelUpdateProperties
    • Removed Interface LogAnalyticsSignalGroup
    • Removed Interface ModelDiscoverySettings
    • Removed Interface SignalAssignment
    • Removed Interface SignalGroup
    • Removed Interface ThresholdRule
    • Interface DiscoveryRuleProperties has a new required parameter specification
    • Type of parameter degradedRule of interface EvaluationRule is changed from ThresholdRule to ThresholdRuleV2
    • Type of parameter unhealthyRule of interface EvaluationRule is changed from ThresholdRule to ThresholdRuleV2
    • Interface DiscoveryRuleProperties no longer has parameter deletionDate
    • Interface DiscoveryRuleProperties no longer has parameter errorMessage
    • Interface DiscoveryRuleProperties no longer has parameter numberOfDiscoveredEntities
    • Interface DiscoveryRuleProperties no longer has parameter resourceGraphQuery
    • Interface EntityProperties no longer has parameter deletionDate
    • Interface EntityProperties no longer has parameter kind
    • Interface EntityProperties no longer has parameter labels
    • Interface EntityProperties no longer has parameter signals
    • Interface EvaluationRule no longer has parameter dynamicDetectionRule
    • Interface HealthModelProperties no longer has parameter dataplaneEndpoint
    • Interface HealthModelProperties no longer has parameter discovery
    • Interface HealthModelUpdate no longer has parameter properties
    • Interface LogAnalyticsQuerySignalDefinitionProperties no longer has parameter deletionDate
    • Interface LogAnalyticsQuerySignalDefinitionProperties no longer has parameter labels
    • Interface PrometheusMetricsSignalDefinitionProperties no longer has parameter deletionDate
    • Interface PrometheusMetricsSignalDefinitionProperties no longer has parameter labels
    • Interface RelationshipProperties no longer has parameter deletionDate
    • Interface RelationshipProperties no longer has parameter labels
    • Interface ResourceMetricSignalDefinitionProperties no longer has parameter deletionDate
    • Interface ResourceMetricSignalDefinitionProperties no longer has parameter labels
    • Interface SignalDefinitionProperties no longer has parameter deletionDate
    • Interface SignalDefinitionProperties no longer has parameter labels
    • Parameter unhealthyRule of interface EvaluationRule is now required
    • Removed Type Alias DynamicThresholdDirection
    • Removed Type Alias DynamicThresholdModel
    • Removed Enum KnownDynamicThresholdDirection
    • Removed Enum KnownDynamicThresholdModel
    • Enum KnownDependenciesAggregationType no longer has value Thresholds
    • Enum KnownHealthState no longer has value Error
    • Enum KnownSignalOperator no longer has value Equals
    • Enum KnownSignalOperator no longer has value GreaterOrEquals
    • Enum KnownSignalOperator no longer has value LowerOrEquals
    • Enum KnownSignalOperator no longer has value LowerThan
    Open source →
    Additional notes

    Code | Docs

    @azure/communication-administration

    @azure/communication-administration

    Open source →
  27. 1.0.0-beta.122 Apr 2021pre-release
    Release notes

    Code | Docs

    AccessControl

    @azure/synapse-access-control

    Open source →
  28. 1.0.0-alpha.20221020.220 Oct 2022pre-release

    Nothing published for this version

  29. 1.0.0-alpha.20220923.123 Sept 2022pre-release

    Nothing published for this version

  30. 1.0.0-alpha.20220920.420 Sept 2022pre-release

    Nothing published for this version

  31. 1.0.0-alpha.20220815.215 Aug 2022pre-release

    Nothing published for this version

  32. 1.0.0-alpha.20220805.45 Aug 2022pre-release

    Nothing published for this version

  33. 1.0.0-alpha.20220725.325 Jul 2022pre-release

    Nothing published for this version

  34. 1.0.0-alpha.20220527.327 May 2022pre-release

    Nothing published for this version

  35. 1.0.0-alpha.20220518.218 May 2022pre-release

    Nothing published for this version

  36. 1.0.0-alpha.20220506.26 May 2022pre-release

    Nothing published for this version

  37. 1.0.0-alpha.20220421.221 Apr 2022pre-release

    Nothing published for this version

  38. 1.0.0-alpha.20220420.220 Apr 2022pre-release

    Nothing published for this version

  39. 1.0.0-alpha.20220419.419 Apr 2022pre-release

    Nothing published for this version

  40. 1.0.0-alpha.20220415.215 Apr 2022pre-release

    Nothing published for this version

  41. 1.0.0-alpha.20220406.36 Apr 2022pre-release

    Nothing published for this version

  42. 1.0.0-alpha.20220322.122 Mar 2022pre-release

    Nothing published for this version

  43. 1.0.0-alpha.20220315.115 Mar 2022pre-release

    Nothing published for this version

  44. 1.0.0-alpha.20220310.310 Mar 2022pre-release

    Nothing published for this version

  45. 1.0.0-alpha.20220309.59 Mar 2022pre-release

    Nothing published for this version

  46. 1.0.0-alpha.20220307.77 Mar 2022pre-release

    Nothing published for this version

  47. 1.0.0-alpha.20220304.14 Mar 2022pre-release

    Nothing published for this version

  48. 1.0.0-alpha.20220211.111 Feb 2022pre-release

    Nothing published for this version

  49. 1.0.0-alpha.20220204.44 Feb 2022pre-release

    Nothing published for this version

  50. 1.0.0-alpha.20220131.331 Jan 2022pre-release

    Nothing published for this version

  51. 1.0.0-alpha.20220112.112 Jan 2022pre-release

    Nothing published for this version

  52. 1.0.0-alpha.20220104.54 Jan 2022pre-release

    Nothing published for this version

  53. 1.0.0-alpha.20211214.414 Dec 2021pre-release

    Nothing published for this version

  54. 1.0.0-alpha.20211206.106 Dec 2021pre-release

    Nothing published for this version

  55. 1.0.0-alpha.20211123.323 Nov 2021pre-release

    Nothing published for this version

  56. 1.0.0-alpha.20211105.15 Nov 2021pre-release

    Nothing published for this version

  57. 1.0.0-alpha.20211104.54 Nov 2021pre-release

    Nothing published for this version

  58. 1.0.0-alpha.20211103.13 Nov 2021pre-release

    Nothing published for this version

  59. 1.0.0-alpha.20210930.230 Sept 2021pre-release

    Nothing published for this version

  60. 1.0.0-alpha.20210903.33 Sept 2021pre-release

    Nothing published for this version