Releases: adafruit/Adafruit_CircuitPython_ESP32SPI
8.0.0 - use SocketPool. Compatible with ConnectionManager 2.0.0.
7.1.0 - add socket context manager
What's Changed
- Fix README requirements by @justmobilize in #193
- tweak output formatting by @mMerlin in #192
- Add context manager for socket by @anecdata in #196
New Contributors
Full Changelog: 7.0.1...7.1.0
Added ConnectionManager to Readme Dependencies
The library itself is unchanged in this release, only the readme file was modified.
What's Changed
Full Changelog: 7.0.0...7.0.1
Remove Legacy Socket API and Support Connection Manager
What's Changed
- Remove legacy requests.set_socket by @justmobilize in #188
New Contributors
- @justmobilize made their first contribution in #188
Full Changelog: 6.1.3...7.0.0
6.1.3 - Data read fix
What's Changed
Full Changelog: 6.1.2...6.1.3
6.1.2 - Fix double subtraction of bytes_read from num_to_read in recv_into
6.1.1 - Fix RTD Docs Build and Unpin Sphinx
Changes: 6.1.0...6.1.1
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp32spi.
Read the docs for info on how to use it.
6.1.0 - Update Examples To Use settings.toml
This release updates the examples to use settings.toml instead of secrets.py. Thank you @RetiredWizard.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp32spi.
Read the docs for info on how to use it.
6.0.2 - Fix RTD Theme Issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp32spi.
Read the docs for info on how to use it.
6.0.1: Merge pull request #181 from dhalbert/remove-wsgiserver-completely
This release removes the wsgi server file which was erroneously left existing but empty with the last release. Thank you @dhalbert.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp32spi.
Read the docs for info on how to use it.