Release Notes / Version 12.2412.0
Table Of ContentsSupport MySQL 8.4.
We now also support MySQL 8.4. No code change was required.
MySQL 8.4 replaces MySQL 8.0 as default for the Blueprint docker
compose setup in the global/deployment/docker.
mysql-connector-j has also been updated to the
latest version (9.2.0).
Support for MySQL 8.0 will be removed in future versions.
Please see https://dev.mysql.com/doc/refman/8.4/en/mysql-nutshell.html and https://dev.mysql.com/doc/refman/8.4/en/upgrading.html for more information on changes and upgrading.
(CMS-27308)
Support PostgreSQL 16
We now also support PostgreSQL 16. No code change was required.
org.postgresql:postgresql has also been updated to
the latest version (42.7.5).
Support for PostgreSQL 13 will be removed in future versions.
Please see https://www.postgresql.org/support/versioning/ for more information about versions and upgrading.
(CMS-27299)
Smart Validation for Segment in Commerce Pages
In commerce-related page types (Augmented Category, Augmented Product and Augmented Page) the segment is typically not used, at least when it is a commerce-led scenario. In such a case the segment is not used to build an URL (but it is a Storefront URL). Therefore, the segment does not need to be validated. Only in a hybrid scenario (when the settings "livecontext.policy.commerce-category-links", "livecontext.policy.commerce-product-links" or "livecontext.policy.commerce-page-links" are "true") the validation is done for these page types.
(CMS-18494)


