Skip to content

Releases: adafruit/Adafruit_CircuitPython_Wiznet5k

7.1.2 - Docstring Correction

03 Jun 15:59
931299b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.1.1...7.1.2

7.1.1 - remove SocketPoolcontants [sic]

21 May 16:59
fe0e02a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.0...7.1.1

7.1.0 - use OSError(ETIMEDOUT) instead of timeout exception

21 May 16:18
66ffd0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.0.0...7.1.0

7.0.0 - use SocketPool. Compatible with ConnectionManager 2.0.0.

30 Apr 15:57
09b83c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.0...7.0.0

6.0.0 - WSGIServer Removed + Fix for Disconnection State

27 Apr 13:58
4c35a79
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.2.1...6.0.0

5.2.1 Better Handling of Socket Hangup

22 Apr 22:38
f78907e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.2.0...5.2.1

5.2.0 Core compatible constants & setsockopt

22 Apr 22:25
9fd20cf
Compare
Choose a tag to compare

What's Changed

  • Core compatible constants & setsockopt by @jepler in #157

Full Changelog: 5.1.2...5.2.0

5.1.2 Fix Socket Accept and Timeout Code

22 Apr 22:21
9cfd92f
Compare
Choose a tag to compare

What's Changed

  • Fix socket accept flow and timeout code by @us3r64 in #153

Full Changelog: 5.1.1...5.1.2

5.1.1 Handle SNSR_SOCK_CLOSE_WAIT during accept()

22 Apr 20:39
2b0358e
Compare
Choose a tag to compare

What's Changed

  • Handle SNSR_SOCK_CLOSE_WAIT during accept() by @pinkavaj in #149

Full Changelog: 5.1.0...5.1.1

5.1.0 - Use adafruit_ticks Instead of time.monotonic

22 Apr 16:52
ccb0c36
Compare
Choose a tag to compare

What's Changed

  • replace time.monotonic with adafruit_ticks to preserve timing precision by @kevin-tritz in #156

New Contributors

Full Changelog: 5.0.9...5.1.0