v5.0.0
-
Stability improvements:
Redact_folder: Reduce checks for completion to every 10s.
Limit parallel uploads and cache connections.
Retry requests that fail due to connection reasons.
Fix premature closing of http client instance.
Stream download to file instead of to memory. -
Add option for automated deletion of input file to redact-folder.
--auto_delete_input_file deletes the input file after
successful processing -
Add verbose logging option to log more details.
--verbose_logging switch adds datetime to log
and sets level to debug. -
Update dependencies to fix vulnerabilities, this also required
dropping Python 3.6 support. -
Redact_file: Provide additional config options.
-
feature: Fix test-integration to run on mac and windows.
BREAKING CHANGE: Drop Python 3.6 support.