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

Commit 651a22b

Browse files
authored
v1.6.0 to fix memory leak bugs, etc.
### Release v1.6.0 1. Fix memory leak bugs. Check [memory leak on 'server_version' #17](#17) and [memory leak on MySQL_Connection.MySQL_Packet.buffer #18](#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](https://github.com/arduino/ArduinoCore-mbed) as [arduino-pico rp2040 core](https://github.com/earlephilhower/arduino-pico) 4. Update `Packages' Patches`
1 parent 4866106 commit 651a22b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1929,9 +1929,11 @@ Submit issues to: [MySQL_MariaDB_Generic issues](https://github.com/khoih-prog/M
19291929
1. Based on and modified from [Dr. Charles Bell's MySQL_Connector_Arduino Library](https://github.com/ChuckBell/MySQL_Connector_Arduino)
19301930
2. Thanks to good work of [Miguel Alexandre Wisintainer](https://github.com/tcpipchip) for initiating, inspriring, working with, developing, debugging and testing.
19311931
3. Thanks to [graham999au](https://github.com/graham999au) for the enhanement request [**NativeEthernet support for Teensy 4.1** #8](https://github.com/khoih-prog/MySQL_MariaDB_Generic/issues/8), and help testing, leading to new version v1.3.0
1932-
4. Thanks to [Pablo Martikian](https://github.com/pabloandresm) to report issues
1932+
4. Thanks to [Pablo Martikian](https://github.com/pabloandresm) to report issues:
1933+
19331934
- [memory leak on 'server_version' #17](https://github.com/khoih-prog/MySQL_MariaDB_Generic/issues/17)
19341935
- [memory leak on MySQL_Connection.MySQL_Packet.buffer #18](https://github.com/khoih-prog/MySQL_MariaDB_Generic/issues/18)
1936+
19351937
leading to version v1.6.0 to fix memory leak bugs.
19361938

19371939
<table>

0 commit comments

Comments
 (0)