Releases: adafruit/Adafruit_CircuitPython_Wiznet5k
1.6.1 - Add Optional CS Pin for Particle Ethernet FeatherWing
This release:
- #27 Adds optional CS Pin for Particle Ethernet FeatherWing
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.
1.6.0 - Accept Authoritative DNS Responses
This release:
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.
1.5.0 - Allow IPv4 Hostnames
This release:
- #23 Allows an IPv4 address hostname, thanks @kevinaj
- #21 Removes bad-whitespace pylint directive, thanks @jepler
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.
1.4.1 - Fixed discord invite link
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.
Configurable DHCP Timeout and Hostname
This pull request adds:
- #20 Set-able DHCP hostname. Thanks @xorbit!
- #20 Configurable DHCP OFFER timeout interval
- #20 Default DHCP timeout increased from 1 second to 3 seconds
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.
1.3.2 - Renamed examples
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.
1.3.1 - Added Black check, reran Black with Python 3 target.
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.
1.3.0 - Upgrade to latest Pylint, implement Black formatting
We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.
- Remove pinned Pylint version number from build.yml file
- Synced
.pylintrc
file to match Adafruit standard - Ran upgraded Pylint and applied any changes or new disables necessary
- Ran Black formatter and allowed application of changes across entire repo
For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black
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.
Add unpretty_ip method
This release adds:
- #10 Add
unpretty_ip
method.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-wiznet5k
.
Read the docs for info on how to use it.
Fix TypeError on Recv
This release adds:
- #9 Fix
TypeError
thrown by call torecv(bytes)
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-wiznet5k
.
Read the docs for info on how to use it.