Skip to content

Releases: adafruit/Adafruit_CircuitPython_Wiznet5k

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

5.0.9 - Internal Refactor If Instead Of While

11 Mar 21:49
a09a95a
Compare
Choose a tag to compare

What's Changed

  • Replace while by if, looping exception does not make sense by @pinkavaj in #148

New Contributors

Full Changelog: 5.0.8...5.0.9

Fix Socket Timeout Behavior To Match CPython

11 Mar 21:42
93d6d28
Compare
Choose a tag to compare

What's Changed

  • Fix socket recv timeout: None:blocking, 0:non-blocking, >0:timeout by @us3r64 in #143

Full Changelog: 5.0.7...5.0.8

Update Examples For ConnectionManager SSL

04 Mar 18:26
a0e9562
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.6...5.0.7

Fix Default MAC For Initialization Error

29 Jan 20:56
3bd953e
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.

Read the docs for info on how to use it.

What's Changed

  • match cpython recv timeout behavior. new httpserver example by @FoamyGuy in #125

New Contributors

Full Changelog: 5.0.5...5.0.6

Fix Error Type for MAC Address

23 Jan 00:02
ab349c6
Compare
Choose a tag to compare

What's Changed

  • Fix recv, recv_into logic and have same behavior as ESP32SPI by @us3r64 in #139
  • Fix body recv when no content-length by @us3r64 in #137
  • Correct error raised by bytes MAC address by @AdamCummick in #134

New Contributors

Full Changelog: 5.0.4...5.0.5

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.

Read the docs for info on how to use it.

5.0.4 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:36
Compare
Choose a tag to compare

Changes: 5.0.3...5.0.4

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-wiznet5k.

Read the docs for info on how to use it.