diff --git a/docs/documentation/upgrading/topics/changes/changes-26_6_0.adoc b/docs/documentation/upgrading/topics/changes/changes-26_6_0.adoc new file mode 100644 index 00000000000..c952461f3a7 --- /dev/null +++ b/docs/documentation/upgrading/topics/changes/changes-26_6_0.adoc @@ -0,0 +1,35 @@ +// ------------------------ Breaking changes ------------------------ // +== Breaking changes + +Breaking changes are identified as those that might require changes for existing users to their configurations or applications. +In minor or patch releases, {project_name} will only introduce breaking changes to fix bugs. + +=== + +// ------------------------ Notable changes ------------------------ // +== Notable changes + +Notable changes may include internal behavior changes that prevent common misconfigurations, bugs that are fixed, or changes to simplify running {project_name}. +It also lists significant changes to internal APIs. + +=== New database indexes on the `BROKER_LINK` table + +The `BROKER_LINK` table now contains two additional indexes `IDX_BROKER_LINK_USER_ID` and `IDX_BROKER_LINK_IDENTITY_PROVIDER` to improve performance. + +If the table contains more than 300000 entries, {project_name} will skip the index creation by default during the automatic schema migration and instead log the SQL statement on the console during migration to be applied manually after {project_name}'s startup. +See the link:{upgradingguide_link}[{upgradingguide_name}] for details on how to configure a different limit. + +// ------------------------ Deprecated features ------------------------ // +== Deprecated features + +The following sections provide details on deprecated features. + +=== + +// ------------------------ Removed features ------------------------ // +== Removed features + +The following features have been removed from this release. + +=== + diff --git a/docs/documentation/upgrading/topics/changes/changes.adoc b/docs/documentation/upgrading/topics/changes/changes.adoc index 6ce4e127381..8b52a89f507 100644 --- a/docs/documentation/upgrading/topics/changes/changes.adoc +++ b/docs/documentation/upgrading/topics/changes/changes.adoc @@ -1,6 +1,10 @@ [[migration-changes]] == Migration Changes +=== Migrating to 26.6.0 + +include::changes-26_6_0.adoc[leveloffset=2] + === Migrating to 26.5.0 include::changes-26_5_0.adoc[leveloffset=2] diff --git a/model/jpa/src/main/resources/META-INF/jpa-changelog-26.6.0.xml b/model/jpa/src/main/resources/META-INF/jpa-changelog-26.6.0.xml new file mode 100644 index 00000000000..1ab0b80bf08 --- /dev/null +++ b/model/jpa/src/main/resources/META-INF/jpa-changelog-26.6.0.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/model/jpa/src/main/resources/META-INF/jpa-changelog-master.xml b/model/jpa/src/main/resources/META-INF/jpa-changelog-master.xml index a645be77349..95c784e495d 100755 --- a/model/jpa/src/main/resources/META-INF/jpa-changelog-master.xml +++ b/model/jpa/src/main/resources/META-INF/jpa-changelog-master.xml @@ -90,5 +90,6 @@ +