What's Changed * Drop Python 3.7 * Add ability to install certs * Avoid potentially leaking secret keys via rr * Enable rss_limit_heap_profile for ASan and TSan * Order minidump files by last modified date * Gracefully handle launch failure due to missing libraries * Do not set *SAN_OPTIONS max_allocation_size_mb * Handle PermissionError in bootstrapper * Use system assigned port instead of random during bootstrap * Use Job Object on Windows to limit browser memory usage * Speed up running with Valgrind * Increase stability of files_in_use() on Windows * Add --version
What's Changed * Reduce the shutdown wait after a crash * Fix --xvfb on Wayland * Only set max_allocation_size_mb and soft_rss_limit_mb for ASan and TSan * Add `__iter__`, `__len__` and `__str__` to SanitizerOptions
- Add support for built in browser headless mode - Increase soft_rss_limit_mb to 12GB - Set max_allocation_size_mb to 12GB - Improved detection of browser processes - Improved forced browser shutdown - Improved handling of crash logs - Improved stability in low system memory situations
0.9.0
- Update minidump parsing to support [minidump-stackwalk](https://github.com/mozilla-services/minidump-stackwalk) re-write - Retry when a connection fails in `Bootstrapper.wait()` - Remove hack to avoid connection failures during bootstrap - Avoid closing logs early when running with a debugger