Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: webrecorder/browsertrix-crawler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.2
Choose a base ref
...
head repository: webrecorder/browsertrix-crawler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.3
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Jun 16, 2025

  1. content-type compare for rewriting: use case-insensitive check (#849)

    update to wabac.js 2.23.3 for HLS rewriting fixes
    part of capture fix for webrecorder/replayweb.page#433
    ikreymer authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    da953b6 View commit details
    Browse the repository at this point in the history
  2. Disable disk utilization check by default (#850)

    Related to #848
    
    Several users have had issues with disk utilization checks, including
    the values reported by `df` inside the crawler container having
    unexpected results for mounted volumes. The commonly recommended
    solution to this is to use `docker system ps`, but that is of course not
    available within the Docker container itself.
    
    This PR changes disk utilization checks to be an opt-in feature by
    setting the default value to `0` (disabled).
    tw4l authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    e09d10c View commit details
    Browse the repository at this point in the history
  3. cleanup: remove dead pywb code from argparser and docs (#847)

    The value of `--dedupPolicy` was once passed to pywb (see
    https://pywb.readthedocs.io/en/latest/manual/configuring.html#dedup-options-for-recording).
    Now that pywb has been dropped, there is no need to keep this option
    around.
    
    In fact, I know multiple users that have been confused by the mention of
    this option in the docs (myself included).
    
    (for historical context, see
    #332)
    rien333 authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    fa26f05 View commit details
    Browse the repository at this point in the history
  4. version: bump to 1.6.3 (#851)

    cli: regen cli docs to update from #850
    ikreymer authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    d2a6aa9 View commit details
    Browse the repository at this point in the history
Loading