Releases: adafruit/Adafruit_CircuitPython_HTTPServer
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.
Change Port Used by CPython Example
What's Changed
New Contributors
Full Changelog: 4.5.1...4.5.2
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.
4.5.1 - Route Refactoring and CPYthon Example
What's Changed
Route
refactor and fixes, CPython example by @michalpokusa in #76- New CPYthon example from @tedder originally submitted in #77
Full Changelog: 4.5.0...4.5.1
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.
4.5.0 - Hashlib Fallback
Changes: 4.4.5...4.5.0
This release includes a fallback import to use adafruit_hashlib
on devices where hashlib
is unavailable, and to continue running when neither are available but emit a warning about websocket functionality relying on a hashlib implementation. Thank you @michalpokusa.
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.
4.4.5 - Fix RTD Docs Build and Unpin Sphinx
Changes: 4.4.4...4.4.5
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.
4.4.4 - Template Engine Example
This release includes a new example that illustrates usage with Adafruit_CircuitPython_TemplateEngine. Thank you @michalpokusa
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.
4.4.3 - Fixed Typo In Example
This release includes a fix for a typo in the imports of an example script. Thank you @c01o.
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.
4.4.2 - Asyncio Examples
This release includes new examples illustrating usage of the library with asyncio. Thank you @michalpokusa.
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.
4.4.1 - Fix RTD Theme Issue
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.
4.4.0 - FormData Files, Cookies, Redirection Types
This release contains several improvements:
cookie
property for Request and Response- support for FormData File
- support for 301 / 302 redirects
- token authentication option
- refactoring
See #67 for the full list of changes.
Thank you @michalpokusa
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.