github Azure/azure-sdk-for-js @azure/app-configuration_1.4.0-beta.1

latest releases: @azure/identity_4.5.0-beta.3, @azure/openai_1.0.0-beta.13, @azure/openai-assistants_1.0.0-beta.6...
pre-release2 years ago

1.4.0-beta.1 (2022-05-10)

Features Added

  • Migrated from using @azure/core-http to depend on newer version of Core libraries @azure/core-client and @azure/core-rest-pipeline which bring better maintainability and performance. #20766. See Azure Core v1 vs v2 for more on the difference and benefits of the move.
    • As part of the migration to @azure/core-client and @azure/core-rest-pipeline,
      through the operation options, the methods such as AppConfgurationClient#addConfigurationSetting can take a callback (onResponse) to access the HTTP response. See Change to the _response property.

Bugs Fixed

  • Fix an issue where React-Native is loading the wrong file. Adding a react-native mapping to point to the ESM entrypoint file. PR #21119

Other Changes

  • Updated our @azure/core-tracing dependency to the latest version (1.0.0).

    • Notable changes include Removal of @opentelemetry/api as a transitive dependency and ensuring that the active context is properly propagated.
    • Customers who would like to continue using OpenTelemetry driven tracing should visit our OpenTelemetry Instrumentation package for instructions.
  • Move to depend on @azure/core-util for SHA256 Digest and HMAC computing.

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.