Releases: adafruit/Adafruit_CircuitPython_Wiznet5k
5.2.0 Core compatible constants & setsockopt
What's Changed
Full Changelog: 5.1.2...5.2.0
5.1.2 Fix Socket Accept and Timeout Code
What's Changed
Full Changelog: 5.1.1...5.1.2
5.1.1 Handle SNSR_SOCK_CLOSE_WAIT during accept()
What's Changed
Full Changelog: 5.1.0...5.1.1
5.1.0 - Use adafruit_ticks Instead of time.monotonic
What's Changed
- replace time.monotonic with adafruit_ticks to preserve timing precision by @kevin-tritz in #156
New Contributors
- @kevin-tritz made their first contribution in #156
Full Changelog: 5.0.9...5.1.0
5.0.9 - Internal Refactor If Instead Of While
Fix Socket Timeout Behavior To Match CPython
What's Changed
Full Changelog: 5.0.7...5.0.8
Update Examples For ConnectionManager SSL
What's Changed
- Update legacy set_socket examples by @justmobilize in #146
- Fix get_radio_ssl_context by @justmobilize in #147
New Contributors
- @justmobilize made their first contribution in #146
Full Changelog: 5.0.6...5.0.7
Fix Default MAC For Initialization Error
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
New Contributors
Full Changelog: 5.0.5...5.0.6
Fix Error Type for MAC Address
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
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.