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

latest releases: azure-mgmt-mongocluster_1.0.0b1, azure-template_0.1.0b3920641, azure-mgmt-avs_9.0.0b1...
pre-release7 months ago

1.0.0b2 (2023-11-14)

Features Added

  • Added the initial implementation of the HTTPX transport. #32813

Breaking Changes

  • Removed requests as a default dependency of corehttp. This is now an "extras" dependency and can be installed via corehttp[requests]. #32813
  • Renamed the aio extra to aiohttp. #32813

Bugs Fixed

  • Fixed an issue with multipart/form-data in the async transport where data was not getting encoded into the request body. #32473
  • Fixed an issue with connection_verify, connection_cert, and connection_timeout not being propagated to underlying transports. #33057
  • Fixed an issue with the aiohttp transport not using SSL by default. #33057

Other Changes

  • Added extras for httpx. #32813

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

NewReleases is sending notifications on new releases.