Skip to content

Releases: adafruit/Adafruit_CircuitPython_HTTPServer

Fix For CPython Address In Use Issue

05 Feb 20:04
4f31799
Compare
Choose a tag to compare

What's Changed

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

05 Feb 19:55
af0a0bd
Compare
Choose a tag to compare

What's Changed

  • use alternate port for CPython example by @tedder in #78

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

29 Jan 15:57
ec9b06f
Compare
Choose a tag to compare

What's Changed

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

17 Dec 20:13
8e0b86a
Compare
Choose a tag to compare

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

09 Dec 17:44
Compare
Choose a tag to compare

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

06 Nov 21:19
1c5c41a
Compare
Choose a tag to compare

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

23 Oct 21:13
5b0f3b4
Compare
Choose a tag to compare

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

09 Oct 21:27
7e94e16
Compare
Choose a tag to compare

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

25 Sep 16:00
Compare
Choose a tag to compare

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

08 Sep 02:15
4042554
Compare
Choose a tag to compare

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.