Skip to content

v5.0.0

Compare
Choose a tag to compare
@pkern90 pkern90 released this 10 Aug 13:18
· 51 commits to main since this release
efd2b5f
  • 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.