- 16: Remove catched exception and fix the real bug: Input timestamps too old have been rejected.
1.3.2
Fixed
- 17: Remove singleton to fix the real bug
1.3.1
Fixed
- 17: Optimize multithreading via singleton for serialized data. - 16: A non-catched exception for a non-timestamp token in python 3.10.15 - 15: Fix Dockerfile and requirements update by oddnetwork
1.3.0
Added
- 13: Optimization of the detection of hashed timestamps via multithreading. - 12: Progress bar for detection of hashed timestamps with `--progress` option. - 11 (suggested by Aituglo): Custom MAC for UUID sandwich attack with `--alternative-tokens` option.
1.2.0
Added
- 4: Add argument `--version` in cli to print current version.
Fixed
- 9: Bug with uniqid if the timestamp contains a zero as last decimal digit. - 8: Bug with nanosecond in timestamp. - 7: Error when running the example code provided in the blog post with docker environment.