Skip to content

1.25.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 19:31
· 209 commits to master since this release

Added

  • Add *_PART_SIZE, BUCKET_NAME_*, STDOUT_FILEPATH constants
  • Add points_to_fifo, points_to_stdout functions

Changed

  • Mark TempDir as deprecated in favor of tempfile.TemporaryDirectory

Fixed

  • Fix downloading to a non-seekable file, such as /dev/stdout
  • Fix ScanPoliciesManager support for compiled regexes

Infrastructure

  • Fix readthedocs build by updating to v2 configuration schema
  • Fix spellcheck erroring out on LICENSE file
  • Fix snyk reporting vulnerability due to tornado package use in docs generation
  • Deduplicate test_base files in test suite
  • Refactor integration tests for better pytest compatibility & eager bucket cleanup