Skip to content

Releases: adafruit/Adafruit_CircuitPython_HTTPServer

4.6.1 - RTD Sphinx Config

16 Jan 19:47
Compare
Choose a tag to compare

What's Changed

  • Fix a couple of typos in starting_methods.rst by @ncguk in #100

New Contributors

Full Changelog: 4.6.0...4.6.1

4.6.0 - HTTPS support

29 Dec 14:55
bcef270
Compare
Choose a tag to compare

What's Changed

  • HTTPS implementation by @michalpokusa in #88
    Note that using HTTPS can in some cases cause an intermittent crash (hours in between). That is a CircuitPython problem, not a library problem.

Full Changelog: 4.5.10...4.6.0

4.5.10 - Custom Response Docs & Video Stream Example

04 Dec 22:34
be94572
Compare
Choose a tag to compare

What's Changed

  • Custom response types docs and video streaming example by @michalpokusa in #98

Full Changelog: 4.5.9...4.5.10

4.5.9 - Fix For Sphinx RTD Theme

07 Oct 22:30
Compare
Choose a tag to compare

ConnectionManager and AP Examples

15 Apr 15:54
9b16e16
Compare
Choose a tag to compare

What's Changed

  • AP example and docs about ConnectionManager example by @michalpokusa in #94 includes docs improvements

Full Changelog: 4.5.7...4.5.8

ConnectionManager Example

01 Apr 15:19
4cc9503
Compare
Choose a tag to compare

What's Changed

  • Add httpserver simpletest with connection manager by @DJDevon3 in #91

New Contributors

Full Changelog: 4.5.6...4.5.7

9.0.0 Support + Typing and Error Handling Improvements

24 Feb 16:24
dc9f83c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.5.5...4.5.6

4.5.5 - Better error on failing accept

16 Feb 16:16
d8f9a72
Compare
Choose a tag to compare

What's Changed

  • Preserve the real error if accept failed. by @jepler in #82

Full Changelog: 4.5.4...4.5.5

Fix AttributeError For CircuitPython Usage

07 Feb 13:42
1fb9ee8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.5.3...4.5.4

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.

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.