adafruit / Adafruit_CircuitPython_HTTPServer

Simple HTTP Server for CircuitPython
MIT License
46 stars 30 forks source link

301/302 Redirects, FormData files, Cookies, Token authentication #67

Closed michalpokusa closed 1 year ago

michalpokusa commented 1 year ago

Despite multiple new features, the overall API itself didn't change much. I believe theese changes, if it comes to that, should be released as 4.x.0 and not 5.0.0.

⭐ Added:

🪛Fixes:

🛠️ Updated/Changed:

🏗️ Refactor:

I hope I included everything.

michalpokusa commented 1 year ago

@FoamyGuy Thank you for testing and review, I believe the PR is now ready to be merged and released as 4.4.0.

Some time ago there was also an issue about a link in release, seems it was not closed with previous release https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer/issues/65