v0.3.0 #85
chokoswitch
announced in
Announcements
v0.3.0
#85
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.
This release contains some API cleanups - check for breaking changes.
☢️ Breaking changes
timeouthas been removed from the methods on the asyncClient. It is recommended to instead useasyncio.wait_foror similar to apply a timeout consistently across the entire task, which will allow it to apply if you use middleware that does I/O📈 Enhancements
WSGITransportnow uses a shared module-level threadpool by default instead of creating one per instance. We imagine instances to be created commonly in tests and it is too tedious to deal with threadpools in them.HTTPHeaderNameenum has been added both to provide type-safety when operating on headers but also a small performance improvement thanks to the memoization.stris accept in all places with it and this will never change.Full Changelog: v0.2.0...v0.3.0
This discussion was created from the release v0.3.0.
All reactions