Skip to content

@azure/core-http_1.2.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 06 Nov 00:33
e734672

1.2.0 (2020-11-05)

  • Explicitly set manual redirect handling for node fetch. And fixing redirectPipeline PR 11863
  • Add support for multiple error response codes. PR 11841
  • Allow customizing serializer behavior via optional SerialzierOptions parameters. Particularly allow using a different XML_CHARKEY than the default _ when parsing XML PR 12065
  • Unexpected status code is now handled as an error if a mapper is not provided for it PR 12153
  • Empty collection is now serialized correctly for multi format query parameters PR 12090
  • De-serialize error from parsed object before trying to use its code and message properties PR 12150
  • Fix an error thrown on older versions of Safari PR 11759