Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Releases: khoih-prog/MySQL_MariaDB_Generic

v1.7.2 to fix missing paragraph in `library.properties` resulting in Arduino IDE's invalid library complaint

11 Apr 16:42
e479474
Compare
Choose a tag to compare

Release v1.7.2

  1. Fix missing paragraph in library.properties resulting in Arduino IDE's invalid library complaint

v1.7.1 to use Ethernet_Generic library, to add support to SPI2 for ESP32 SPI1 to RP2040, to add examples and rewrite all the examples to support new features, etc.

11 Apr 03:29
2359eed
Compare
Choose a tag to compare

Release v1.7.1

  1. Use new Ethernet_Generic library as default for W5x00.
  2. Support SPI2 for ESP32
  3. Add support to SPI1 for RP2040 using arduino-pico core
  4. Use new function waitForLink() for Teensy 4.1 QNEthernet library v0.14.0+
  5. Rewrite all the examples to support those new features
  6. Update Packages' Patches

v1.7.0 to convert to `h-only` style and to add `multiFileProject` examples to demo for multiple-file projects

13 Mar 02:56
6c5cb95
Compare
Choose a tag to compare

Releases v1.7.0

  1. Convert to h-only style
  2. Add multiFileProject examples to demo for multiple-file projects

v1.6.1 to fix memory management bugs, to add support to SAMD21/SAMD51 boards using Fab_SAM_Arduino core, to add support to RP2040 boards using `Seeed RP2040 core` and to add `Packages' Patches` for Fab_SAM_Arduino core

12 Mar 21:39
31841e5
Compare
Choose a tag to compare

v1.6.0 to fix memory leak bugs, Optimize library code by using reference-passing instead of value-passing, etc.

11 Mar 00:39
651a22b
Compare
Choose a tag to compare

Release v1.6.0

  1. Fix memory leak bugs. Check memory leak on 'server_version' #17 and memory leak on MySQL_Connection.MySQL_Packet.buffer #18
  2. Optimize library code by using reference-passing instead of value-passing
  3. Update RP2040 Ethernet-related examples to use the same SS/CS pin GP17 for ArduinoCore-mbed mbed_rp2040 core as arduino-pico rp2040 core
  4. Update Packages' Patches

v1.5.2 to autodetect ESP32 core version, to fix bug in examples for WT32_ETH01 and to update `Packages' Patches`

01 Dec 20:27
3f2b60a
Compare
Choose a tag to compare

Release v1.5.2

  1. Auto detect ESP32 core version.
  2. Fix bug in examples for WT32_ETH01
  3. Update Packages' Patches

v1.5.1 to update `platform.ini` and `library.json`

12 Oct 05:51
5001aa8
Compare
Choose a tag to compare

Release v1.5.1

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

v1.5.0 to add support to Portenta_H7, using either WiFi or Vision-shield Ethernet

17 Sep 07:31
2bfd39d
Compare
Choose a tag to compare

Major Release v1.5.0

  1. Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
  2. Add examples with new features

v1.4.0 to add support to QNEthernet Library for Teensy 4.1 built-in Ethernet, Fix bug in non-blocking connection and Add new feature to permit using either server's hostname or IPAddress

05 Sep 19:28
9989fd1
Compare
Choose a tag to compare

Major Release v1.4.0

  1. Add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
  2. Fix bug in non-blocking connection
  3. Add new feature to permit using either server's hostname, such as your_account.duckdns.org, or server's IPAddress, such as IPAddress(192,168,2,112)
  4. Update examples with new features, bug-fixes, etc.

v1.3.1 to fix NativeEthernet examples

31 Aug 15:23
49b73bb
Compare
Choose a tag to compare

Release v1.3.1

  1. Remove unnecessary SPI-bus code in NativeEthernet examples