Skip to content

Commit

Permalink
Merge branch '2024.3' into feat/uib_interact_bonita
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromecambon authored Jun 11, 2024
2 parents 5bb295f + 2ab0c85 commit 6776b87
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions modules/runtime/pages/purge-tool-changelog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,32 @@ 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.8 - June 5, 2024

Now the tool **MUST** be run from the **root folder** by calling:

```shell
bin/bonita-purge-tool[.sh/.bat]
```
It cannot be run from the **bin/** folder anymore.

Fixes:

- fix(config): config file not taken into account

Others:

- deps: update PostgreSQL driver
- build: update build and GH Actions
- build: update push to GDrive action

== 1.0.7 - Dec 11, 2023
- deps: update Springboot version
- deps: update MySQL connector
- build: use standard GH runners to build & release
- deps: update snakeyaml

== 1.0.6 - Oct 10, 2023
- Use the latest version of Springboot 2.7.x

Expand Down

0 comments on commit 6776b87

Please sign in to comment.