Skip to content

Browsertrix Crawler v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 16:30
· 51 commits to main since this release

What's Changed

  • Use isolated Python venv for dependencies installation by @benoit74 in #591
  • Adds warning about crawling with basic auth by @Shrinks99 in #669
  • Disable behaviors entirely if --behaviors array is empty by @tw4l in #672
  • SOCKS5 over SSH Tunnel Support by @ikreymer in #671
  • Streaming in-place WACZ creation + CDXJ indexing by @ikreymer in #673
  • fix for direct fetch timeouts by @ikreymer in #677
  • WARC writer + incremental indexing fixes by @ikreymer in #679
  • Additional direct fetch improvements by @ikreymer in #678
  • crawler args typing by @ikreymer in #680
  • bump browser to 1.69.162 by @ikreymer in #681
  • cleanup: remove old config files from pywb by @ikreymer in #682
  • eslint: add strict await checking: by @ikreymer in #684
  • update current crawl size in redis on each healthcheck call by @ikreymer in #685
  • exit codes: exit with error code 10 if interrupt is caused by unexpected browser exit by @ikreymer in #686

Full Changelog: v1.2.8...v1.3.0