Skip to content

4.5.0 - Hashlib Fallback

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 17 Dec 20:13
· 57 commits to main since this release
8e0b86a

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.