Skip to content

Releases: adafruit/Adafruit_CircuitPython_ESP32SPI

8.4.0 - Add ap_info

24 Jun 18:16
e7e129a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.3.1...8.4.0

8.3.1 - Clearer message that only one SSL socket can be open at a time

24 May 16:51
7bf8763
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.3.0...8.3.1

8.3.0 - Use `OSError(ETIMEDOUT)` instead of `timeout` exception

21 May 14:40
deb2a5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.2.0...8.3.0

8.2.0 - add sendto()

15 May 18:24
69fac99
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.1.1...8.2.0

8.1.1 - Standard Socket Compatibility

06 May 14:31
56864ac
Compare
Choose a tag to compare

What's Changed

  • socket.connect(): Auto-select UDP_MODE by @jepler in #201

Full Changelog: 8.1.0...8.1.1

8.1.0 - Change preferred signature for connect() + other changes

03 May 02:15
69b6e97
Compare
Choose a tag to compare

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.

30 Apr 15:56
a48d516
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.0...8.0.0

7.1.0 - add socket context manager

19 Mar 17:43
956d6a0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.1...7.1.0

Added ConnectionManager to Readme Dependencies

28 Feb 14:53
ad7816b
Compare
Choose a tag to compare

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

26 Feb 15:25
3042d19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.3...7.0.0