1.2
Release 1.2 - "We Copied Requests So You Don't Have To" 😴
I'm too sleepy to write proper release notes, but here’s the gist:
-
We stopped reinventing the wheel 🛞
Instead of copyingrequests
internals (likeCaseInsensitiveDict
), we now just use them directly. Less code, fewer bugs, moreimport requests
. Though slightly changedRequestsCookieJar
class is still present incookies.py
... -
Tests exist now! 🎯
Turns out, writing tests before midnight is a good idea. Who knew?
Breaking Changes?
Only if you were digging into our internal structures (which you shouldn’t have been doing anyway).
Why Upgrade?
- Fewer bugs 🐛
- More sleep for the maintainer 😴 (me)