github Azure/azure-sdk-for-python azure-core_1.0.0b2

latest releases: azure-cognitiveservices-language-textanalytics_0.2.2, azure-cognitiveservices-anomalydetector_0.3.1, azure-communication-callautomation_1.2.0...
pre-release4 years ago

Breaking changes

  • Transport classes don't take config parameter anymore (use kwargs instead) #6372
  • azure.core.paging has been completely refactored #6420
  • HttpResponse.content_type attribute is now a string (was a list) #6490
  • For StreamDownloadGenerator subclasses, response is now an HttpResponse, and not a transport response like aiohttp.ClientResponse or requests.Response. The transport response is available in internal_response attribute #6490

Bug fixes

  • aiohttp is not required to import async pipelines classes #6496
  • AsyncioRequestsTransport.sleep is now a coroutine as expected #6490
  • RequestsTransport is not tight to ProxyPolicy implementation details anymore #6372
  • AiohttpTransport does not raise on unexpected kwargs #6355

Features

  • New paging base classes that support continuation_token and by_page() #6420
  • Proxy support for AiohttpTransport #6372

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

NewReleases is sending notifications on new releases.