Skip to content

Releases: adafruit/Adafruit_CircuitPython_WSGI

1.1.13 - Switched to pyproject.toml

09 Aug 19:39
Compare
Choose a tag to compare

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

09 Jun 18:56
Compare
Choose a tag to compare

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

07 Jun 17:25
ea56f20
Compare
Choose a tag to compare

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

21 May 14:17
ca4bc23
Compare
Choose a tag to compare

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

17 Mar 12:51
980d787
Compare
Choose a tag to compare

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

04 Feb 21:07
Compare
Choose a tag to compare

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

29 Dec 22:49
3ced934
Compare
Choose a tag to compare

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

15 Nov 19:06
Compare
Choose a tag to compare

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

02 Nov 16:04
bdd375a
Compare
Choose a tag to compare

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

02 Mar 23:48
Compare
Choose a tag to compare

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.