MySQL Connector/C++ Release Notes
For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Server has been updated to version 3.0.16. For more information, see OpenSSL 3.0 Series Release Notes and OpenSSL Security Advisory (11th February 2025). (Bug #37618844)
On macOS, when using the JDBC API, loading of the authentication plugins failed due to linking issues with the third-party libraries. (Bug #37094209)
The mysql-concpp module used the
NO_CACHE CMake option, which was not
supported for CMake 3.20 and earlier, making the
find_ methods fail. This patch uses an
explicit command to clear the cached variables instead, before
the calls of the find_ methods. Thanks to
Lenny Wu for contributing the fix.
(Bug #117763, Bug #37734620)