Skip to content

Releases: adafruit/Adafruit_CircuitPython_Wiznet5k

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.

5.0.3 - Fix RTD Theme Issue

25 Sep 15:55
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.

5.0.2 - Improve Reset during Initialization

17 Sep 19:22
d4493cd
Compare
Choose a tag to compare

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

21 Jul 22:58
f313673
Compare
Choose a tag to compare

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

21 Jul 22:23
a973ed2
Compare
Choose a tag to compare

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

21 Jul 22:05
b564228
Compare
Choose a tag to compare

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

27 Jun 17:27
30aa274
Compare
Choose a tag to compare

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

Full Changelog: 2.5.3...3.0.0

2.5.3 - PyPi Packaging FIx

30 May 13:26
0fa1ca9
Compare
Choose a tag to compare

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.