Releases: adafruit/Adafruit_CircuitPython_ESP32SPI
Releases · adafruit/Adafruit_CircuitPython_ESP32SPI
8.4.2 - Fix For Sphinx RTD Theme
Full Changelog: 8.4.1...8.4.2
8.4.1 - really really delete empty server example
8.4.0 - Add ap_info
8.3.1 - Clearer message that only one SSL socket can be open at a time
What's Changed
- Clearer error for only one SSL socket open at a time by @justmobilize in #207
Full Changelog: 8.3.0...8.3.1
8.3.0 - Use `OSError(ETIMEDOUT)` instead of `timeout` exception
What's Changed
- Remove SocketPoolContants by @justmobilize in #205
- Remove timeout Exception by @justmobilize in #206
Full Changelog: 8.2.0...8.3.0
8.2.0 - add sendto()
8.1.1 - Standard Socket Compatibility
What's Changed
Full Changelog: 8.1.0...8.1.1
8.1.0 - Change preferred signature for connect() + other changes
What's Changed
These changes are backwards-compatible, but as noted in #199 (comment), the backward compatibility can be removed around CircuitPython 10.0.
Full Changelog: 8.0.0...8.1.0
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