From 51bb54e869c7030246db8d2add5a524cfe77a086 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 4 May 2021 13:12:25 -0700 Subject: [PATCH] add CHANGES.md for 0.3.1 release! --- CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..c866b9d4 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,13 @@ +## CHANGES + +v0.3.1 +- Improved shutdown wait: Instead of waiting for 5 secs, wait until all pending requests are written to WARCs +- Bug fix: Use async APIs for combine WARC to avoid spurrious issues with multiple crawls +- Behaviors Update to Behaviors to 0.2.1, with support for facebook pages + + +v0.3.0 +- WARC Combining: `--combineWARC` and `--rolloverSize` flags for generating combined WARC at end of crawl, each WARC upto specified rolloverSize +- Profiles: Support for creating reusable browser profiles, stored as tarballs, and running crawl with a login profile (see README for more info) +- Behaviors: Switch to Browsertrix Behaviors v0.1.1 for in-page behaviors +- Logging: Customizable logging options via `--logging`, including behavior log, behavior debug log, pywb log and crawl stats (default)