Skip to content

Commit

Permalink
Merge branch '2024.1' into '2024.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 11, 2024
2 parents bb7914d + 98c70ab commit bff00c0
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/runtime/pages/purge-tool-changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
37 changes: 37 additions & 0 deletions modules/version-update/pages/mtmr-tool.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bff00c0

Please sign in to comment.