This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Releases: khoih-prog/MySQL_MariaDB_Generic
Releases · khoih-prog/MySQL_MariaDB_Generic
v1.7.2 to fix missing paragraph in `library.properties` resulting in Arduino IDE's invalid library complaint
v1.7.2 to fix missing paragraph in `library.properties` resulting in Arduino IDE's invalid library complaint
Latest
Release v1.7.2
- 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.
Release v1.7.1
- Use new Ethernet_Generic library as default for W5x00.
- Support SPI2 for ESP32
- Add support to SPI1 for RP2040 using arduino-pico core
- Use new function
waitForLink()
for Teensy 4.1 QNEthernet library v0.14.0+ - Rewrite all the examples to support those new features
- Update
Packages' Patches
v1.7.0 to convert to `h-only` style and to add `multiFileProject` examples to demo for multiple-file projects
Releases v1.7.0
- Convert to
h-only
style - 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
Release v1.6.1
- Fix memory management bugs. Check corrupt heap at MySQL_Connection destructor #19 and malloc server_version result not correctly handled may lead to memory corruption #20
- Add support to SAMD21/SAMD51 boards using Fab_SAM_Arduino core
- Add support to RP2040 boards using
Seeed RP2040 core
- Add
Packages' Patches
for Fab_SAM_Arduino core
v1.6.0 to fix memory leak bugs, Optimize library code by using reference-passing instead of value-passing, etc.
Release v1.6.0
- Fix memory leak bugs. Check memory leak on 'server_version' #17 and memory leak on MySQL_Connection.MySQL_Packet.buffer #18
- Optimize library code by using
reference-passing
instead ofvalue-passing
- Update RP2040 Ethernet-related examples to use the same SS/CS pin GP17 for ArduinoCore-mbed mbed_rp2040 core as arduino-pico rp2040 core
- Update
Packages' Patches
v1.5.2 to autodetect ESP32 core version, to fix bug in examples for WT32_ETH01 and to update `Packages' Patches`
Release v1.5.2
- Auto detect ESP32 core version.
- Fix bug in examples for WT32_ETH01
- Update
Packages' Patches
v1.5.1 to update `platform.ini` and `library.json`
Release v1.5.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
v1.5.0 to add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
Major Release v1.5.0
- Add support to Portenta_H7, using either WiFi or Vision-shield Ethernet
- 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
Major Release v1.4.0
- Add support to QNEthernet Library for Teensy 4.1 built-in Ethernet
- Fix bug in non-blocking connection
- Add new feature to permit using either server's hostname, such as
your_account.duckdns.org
, or server's IPAddress, such asIPAddress(192,168,2,112)
- Update examples with new features, bug-fixes, etc.
v1.3.1 to fix NativeEthernet examples
Release v1.3.1
- Remove unnecessary SPI-bus code in NativeEthernet examples