1.5.0 (2021-07-19)
- With this release, we've migrated from using
@azure/core-http
to@azure/core-rest-pipeline
for the handling of HTTP requests. See Azure Core v1 vs v2 for more on the difference and benefits of the move. This removes our dependency onnode-fetch
and along with it issues we have seen in using this dependency in specific environments like Kubernetes pods.