Skip to content

Releases: fyndalf/redo-log-parser

Release v0.3.0

08 Feb 09:43
6a53c6d

Choose a tag to compare

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

08 Jan 09:22
caa7607

Choose a tag to compare

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

05 Jan 22:26
9e8c7f1

Choose a tag to compare

This release

  • improves timestamp serialization 📆⌚
  • makes our XES logs conforming to the XES standard 🏁

Release v0.2.0

04 Jan 20:18
13152e4

Choose a tag to compare

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

17 Nov 17:05

Choose a tag to compare

Add action for release

Final Submission

31 Aug 09:28

Choose a tag to compare

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".