MySQL Cluster Manager 8.0 Release Notes  /  Changes in MySQL Cluster Manager 8.0.34 (2023-07-18, General Availability)

Changes in MySQL Cluster Manager 8.0.34 (2023-07-18, General Availability)

Functionality Added or Changed

  • Important Change: For platforms on which OpenSSL libraries are bundled, the linked OpenSSL library for MySQL Cluster Manager has been updated from OpenSSL 1.1.1 to OpenSSL 3.0. The exact version is now 3.0.9. More information on changes from 1.1.1 to 3.0 can be found at https://www.openssl.org/docs/man3.0/man7/migration_guide. html. (Bug #35386681)

Bugs Fixed

  • Agent: mcmd could not be run as a service on a Linux platform unless a PID file was configured in the DEFAULT section in the mcmd configuration file, which should not be necessary. (Bug #35396661)

  • Client: Users did not receive a warning message when packages supported on an experimental basis were added (for example, when the package added was of an NDB version that was ahead of the MCM version being used). A warning is now issued in the situation. (Bug #35457886)

  • Client: Setting the mysqld system variable audit_log_format to the value JSON using the mcm client resulted in an error and the complaint that the value was illegal. (Bug #35367868)

  • Client: Client authentication failed for mcm with "(using password: NO)" in the error message if a password was supplied and the option --default-auth was set to a method other than caching_sha2_password. (Bug #35233284)