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

latest releases: azure-template_0.1.0b3738131, azure-monitor-opentelemetry_1.4.1, azure-monitor-opentelemetry-exporter_1.0.0b25...
2 years ago

1.16.0 (2021-07-01)

Features Added

  • Add new provisional methods send_request onto the azure.core.PipelineClient and azure.core.AsyncPipelineClient. This method takes in
    requests and sends them through our pipelines.
  • Add new provisional module azure.core.rest. azure.core.rest is our new public simple HTTP library in azure.core that users will use to create requests, and consume responses.
  • Add new provisional errors StreamConsumedError, StreamClosedError, and ResponseNotReadError to azure.core.exceptions. These errors
    are thrown if you mishandle streamed responses from the provisional azure.core.rest module

Fixed

  • Improved error message in the from_dict method of CloudEvent when a wrong schema is sent.

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

NewReleases is sending notifications on new releases.