Releases: adafruit/Adafruit_CircuitPython_Wiznet5k
5.0.3 - Fix RTD Theme Issue
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.2 - Improve Reset during Initialization
This release contains improvements for reset during initialization. Thank you @fasteddy516!
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.1 socket.accept() Fix
This release contains a fix in socket.accept() for the proper reservation of socket #0. Thank you @fasteddy516!
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.0 - Remove NTP Module
This release removes the ntp module from this library. Moving forward the Adafruit_CircuitPython_NTP library can be used instead. This is a breaking change, any code that was using the builtin ntp module from this library will need to be changed over to use adafruit_ntp instead.
The NTP Implementation that was built-in had issues anyway and reported to not work correctly.
Thank you @BiffoBear!
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.
4.0.0 - DHCP Handling Refactor and Improvements
This release includes refactoring and improvements to the DHCP handling which fix an issue with the sockets being leaked. Thank you @BiffoBear!
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.
3.0.0 - Added WizNet w6100 IPv4 Support, refactored library
Thank you so much @BiffoBear for this massive change!
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
- Added WizNet w6100 IPv4 Support by @BiffoBear in #119
Full Changelog: 2.5.3...3.0.0
2.5.3 - PyPi Packaging FIx
This release corrects the packages directive in pyproject.toml. Thank you @tekktrik.
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.
2.5.2 - Updated .pylintrc, fixed jQuery
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.
2.5.1 - pylint fix only; no code changes
2.5.0 - Internal Refactor
This release includes a refactor of the internal state machine and improved handling of IP renewal and exponential fallback logic. Thank you @BiffoBear
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.