Releases: adafruit/Adafruit_CircuitPython_HTTPServer
Releases · adafruit/Adafruit_CircuitPython_HTTPServer
4.6.1 - RTD Sphinx Config
4.6.0 - HTTPS support
What's Changed
- HTTPS implementation by @michalpokusa in #88
Note that using HTTPS can in some cases cause an intermittent crash (hours in between). That is a CircuitPython problem, not a library problem.
Full Changelog: 4.5.10...4.6.0
4.5.10 - Custom Response Docs & Video Stream Example
What's Changed
- Custom response types docs and video streaming example by @michalpokusa in #98
Full Changelog: 4.5.9...4.5.10
4.5.9 - Fix For Sphinx RTD Theme
Full Changelog: 4.5.8...4.5.9
ConnectionManager and AP Examples
What's Changed
- AP example and docs about ConnectionManager example by @michalpokusa in #94 includes docs improvements
Full Changelog: 4.5.7...4.5.8
ConnectionManager Example
9.0.0 Support + Typing and Error Handling Improvements
What's Changed
- 9.0.0 compatibility and better typing for sockets by @michalpokusa in #84
Full Changelog: 4.5.5...4.5.6
4.5.5 - Better error on failing accept
What's Changed
Full Changelog: 4.5.4...4.5.5
Fix AttributeError For CircuitPython Usage
What's Changed
- Fix: AttributeError on CircuitPython by @michalpokusa in #80
Full Changelog: 4.5.3...4.5.4
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-httpserver
.
Read the docs for info on how to use it.
Fix For CPython Address In Use Issue
What's Changed
- Fix for CPython "Adress already in use" error by @michalpokusa in #79
Full Changelog: 4.5.2...4.5.3
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-httpserver
.
Read the docs for info on how to use it.