diff --git a/modules/runtime/pages/purge-tool-changelog.adoc b/modules/runtime/pages/purge-tool-changelog.adoc index f13586eb94..798a353249 100644 --- a/modules/runtime/pages/purge-tool-changelog.adoc +++ b/modules/runtime/pages/purge-tool-changelog.adoc @@ -7,6 +7,14 @@ This is the changelog of the purge tool. The purge tool is used to remove data from bonita archive tables. It is useful for big production environments. +== 1.0.9 - June 11, 2024 + +Fixes: + +- robustness: prevent the tool from being launched from bin folder. + Tool must be run from **root folder** by launching `bin/bonita-purge-tool`. If not, the tool will exit with a specific error message. + + == 1.0.8 - June 5, 2024 Now the tool **MUST** be run from the **root folder** by calling: diff --git a/modules/version-update/pages/mtmr-tool.adoc b/modules/version-update/pages/mtmr-tool.adoc index 3a249c77ce..014f5fad31 100644 --- a/modules/version-update/pages/mtmr-tool.adoc +++ b/modules/version-update/pages/mtmr-tool.adoc @@ -522,3 +522,40 @@ The tests were done on a technically generated database. *Results:* Execution completed in 1973144 ms (32 Minutes 53 Seconds) Overall really good performance on Oracle. + + + +== Release notes + + +=== 1.1.0 - June 11, 2024 + +==== Highlights + +* Robustness: Prevent the tool from being launched from bin folder. + Tool must be run from **root folder** by launching `bin/multitenant-to-multiruntime-tool` +* Scaling: Deletion queries are now executed by batch for better scaling on big environments + +==== What's Changed + +* feat(runner): prevent tool from being launched from bin folder +* feat(robustness): ensure mandatory properties are present in application.properties file +* feat(scaling): execute delete queries by batch +* chore(dependencies): update postgresql driver version +* chore(dependencies): update Springboot to latest 2.6.x version +* chore(dependencies): update MySQL connector +* test(mysql): update sqlserver image to 2022-CU4 +* test(mysql): update mysql image to 8.0.33 +* test(postgres): update postgres image to 15.3 + +==== Internal tech improvements + +* chore(release): update gdrive action +* chore(build): improve GH workflow +* chore(CI): use non-self-hosted GH runners +* tr(gh-action): replace deprecated github action create-release + + +=== 1.0.0 - Oct 5, 2022 + +Initial revision \ No newline at end of file