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 asAppConfgurationClient#addConfigurationSetting
can take a callback (onResponse
) to access the HTTP response. See Change to the _response property.
- As part of the migration to
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.
- Notable changes include Removal of
-
Move to depend on
@azure/core-util
for SHA256 Digest and HMAC computing.