Releases: fyndalf/redo-log-parser
Release v0.3.0
With this release, it's now possible to:
- specify a date format pattern when the redo log's timestamps differ from the one we expect by default 🗓️
- create multiple redo logs for the different root classes after one another, without having to parse the whole log again and again ♻️
Release v0.2.2
This release introduces
- a more graceful exit of the program when the log file can't be read 👓
- a way of asking for re-entry of the root class if it can't be found in the schema (i.e., was entered incorrectly) 🔍
Release v0.2.1
This release
- improves timestamp serialization 📆⌚
- makes our XES logs conforming to the XES standard 🏁
Release v0.2.0
With this release, the option to perform stronger primary key checks based on very up-to-date scientific literature with a --strict flag, as well as enabling or disabling the creation of detailed events out of update statements with a --includeUpdateValues flag, has been added.
This release contains a compiled standalone binary that only requires a working Java 11 installation.
It can be executed via java -jar redo-log-parser-refs.tags.v0.2.0.jar "path_to_log.txt".
Release v0.1.1
Add action for release
Final Submission
This is the final submission for the seminar Data Extraction for Process Mining 🍾
It contains a compiled standalone binary that only requires a working Java 11 installation.
It can be executed via java -jar redo-log-parser-assembly-0.1.0.jar "path_to_log.txt".