v0.6.0 #162
chokoswitch
announced in
Announcements
v0.6.0
#162
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
☢️ Breaking changes
A fairly significant change has been made to the middleware
Requesttypes -contentnow returnsbytes | AsyncIterator[bytes](orIterator) depending on the user passed content. The previous form was taken to keep the API as simple as possible, but it was recognized that the overhead for converting a non-streaming request to an iterator is too significant in middleware.This change will only affect middleware and custom
Transportimplementations - user code usingHTTPClientis unaffected.Full Changelog: v0.5.1...v0.6.0
This discussion was created from the release v0.6.0.
All reactions