Releases: adafruit/Adafruit_CircuitPython_WSGI
1.1.13 - Switched to pyproject.toml
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi
.
Read the docs for info on how to use it.
1.1.12 - Added cp.org link to index.rst
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi
.
Read the docs for info on how to use it.
1.1.11 - Repo documentation and config updates
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi
.
Read the docs for info on how to use it.
1.1.10 - Fixed improper response error handling
Fixed an issue where functions returning improper responses where not being error handled correctly. The error handing method now returns the path name of the function with the issue. Thanks @dannystaple!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi
.
Read the docs for info on how to use it.
1.1.9 - Improved error raised when improper HTTP response is returned
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi
.
Read the docs for info on how to use it.
1.1.8 - Updated documentation link, python version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi
.
Read the docs for info on how to use it.
1.1.7 - Update Regex to allow '.' character in paths
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi
.
Read the docs for info on how to use it.
1.1.6 - Updated pylint version, linted
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi
.
Read the docs for info on how to use it.
1.1.5 - Added type hints
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi
.
Read the docs for info on how to use it.
1.1.4 - Moved pylint from build.yml to .pre-commit-config.yml
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi
.
Read the docs for info on how to use it.