Releases: adafruit/Adafruit_CircuitPython_Wiznet5k
Releases · adafruit/Adafruit_CircuitPython_Wiznet5k
7.0.0 - use SocketPool. Compatible with ConnectionManager 2.0.0.
6.0.0 - WSGIServer Removed + Fix for Disconnection State
What's Changed
- Remove wsgiserver by @justmobilize in #160 Projects needing a web server can use: https://github.com/adafruit/Adafruit_CircuitPython_HTTPServer
- Properly close socked which is already in disconnection state by @pinkavaj in #150
Full Changelog: 5.2.1...6.0.0
5.2.1 Better Handling of Socket Hangup
What's Changed
Full Changelog: 5.2.0...5.2.1
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