Skip to content

azure-core_1.17.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 05 Aug 17:00
f8c2ad1

1.17.0 (2021-08-05)

Features Added

  • Cut hard dependency on requests library
  • Added a from_json method which now accepts storage QueueMessage, eventhub's EventData or ServiceBusMessage or simply json bytes to return a CloudEvent

Fixed

  • Not override "x-ms-client-request-id" if it already exists in the header. #17757

Breaking Changes in the Provisional azure.core.rest package

  • azure.core.rest will not try to guess the charset anymore if it was impossible to extract it from HttpResponse analysis. This removes our dependency on charset.