Skip to content

@azure/core-https_1.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 05 Feb 01:14
e5af5c2

1.0.0-beta.1 (2021-02-04)

  • Changes from core-http:
    • First release of new Pipeline model, see README for details.
    • ServiceClient and related AutoRest functionality moved out to core-client.
    • XML functionality moved out to core-xml.
    • Removal of node-fetch dependency.
    • Switched to use https-proxy-agent for proxy support.
    • Dropped IE support.
    • Stopped exporting various helper/utility methods.
    • All function parameters are now interfaces.
    • Remove rpRegistrationPolicy.
    • Remove keepAlivePolicy
    • Let clients add ndJsonPolicy manually
    • Disable redirects by removing the policy instead of an option
    • Invert response decompression policy
    • Remove request cloning, to optimize pipeline allocations.
  • Add ms-cv header used as correlation vector (used for distributed tracing) to list of non-redacted headers so that clients can share this header for debugging purposes. PR 13541