github Azure/azure-sdk-for-python azure-core_1.18.0

latest releases: azure-communication-callautomation_1.2.0, azure-mgmt-eventgrid_10.3.0b4, azure-mgmt-azurelargeinstance_1.0.0b2...
2 years ago

1.18.0 (2021-09-02)

Features Added

  • azure.core.serialization.AzureJSONEncoder (introduced in 1.17.0) serializes datetime.datetime objects in ISO 8601 format, conforming to RFC 3339's specification. #20190
  • We now use azure.core.serialization.AzureJSONEncoder to serialize json input to azure.core.rest.HttpRequest.

Breaking Changes in the Provisional azure.core.rest package

  • The text property on azure.core.rest.HttpResponse and azure.core.rest.AsyncHttpResponse has changed to a method, which also takes
    an encoding parameter.
  • Removed iter_text and iter_lines from azure.core.rest.HttpResponse and azure.core.rest.AsyncHttpResponse

Bugs Fixed

  • The behaviour of the headers returned in azure.core.rest responses now aligns across sync and async. Items can now be checked case-insensitively and without raising an error for format.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.