v1.1.0
What's Changed
- Added GitHub Workflow to Validate Code Styles by @akenion in #28
- Made PcrePattern objects serializable by @akenion in #30
- Prevented column headers from being written to output multiple times by @akenion in #33
- Adjusted time handling and ensured final progress update is always sent at end of scan by @akenion in #34
- Improved exception handling in child processes by @akenion in #35
- Added detection for recursive symlinks by @akenion in #36
- Print errors after resetting terminal from progress output by @akenion in #43
- Display final results line again after exiting progress display by @akenion in #44
- Display cursor in progress output once scanning is complete by @akenion in #45
- Flush input prior to awaiting keypress at end of progress output by @akenion in #46
- Made progress output support dynamic terminal resizing by @akenion in #47
- Added user-friendly messaging when terminal size is too small for progress output and improved process termination by @akenion in #48
- Passed NocClient timeout through to requests library by @akenion in #53
- Made IO errors fatal when reading files during scan by @akenion in #54
- Wrapped log output in progress UI by @akenion in #55
- Adjusted metric box rendering to ensure characters displayed for earlier metrics are overwritten by @akenion in #57
- Added --allow-io-errors flag to allow scanning to continue despite IO errors by @akenion in #58
- Required at least one line for displaying log output in progress UI by @akenion in #59
- Allowed log output to be written to stderr in addition to progress output when stderr is not a TTY by @akenion in #61
- Release v1.1.0 (exploring-elk) by @akenion in #49
Full Changelog: v1.0.1...v1.1.0