Skip to content

1.2

Compare
Choose a tag to compare
@diprog diprog released this 12 May 23:06
· 1 commit to master since this release

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 copying requests internals (like CaseInsensitiveDict), we now just use them directly. Less code, fewer bugs, more import requests. Though slightly changed RequestsCookieJar class is still present in cookies.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)