Skip to content

Tags: webrecorder/browsertrix-crawler

Tags

v1.4.2

Toggle v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dependency Update for 1.4.2 (#737)

v1.5.0-beta.1

Toggle v1.5.0-beta.1's commit message
fix unloading, fix hardcoding to be added to list

bump to 1.5.0-beta.1

v1.5.0-beta.0

Toggle v1.5.0-beta.0's commit message
hard-code autoclick for now

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
package: pin @novnc/novnc to 1.4.0 to prevent accidental upgrades (#727)

- novnc 1.5.0 not compatible with current configuration)
- fixes #726
- bump to 1.4.1

v1.4.0

Toggle v1.4.0's commit message
version: bump to 1.4.0

v1.4.0-beta.1

Toggle v1.4.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dependency Update (#725)

- update yarn packages
- update RWP to 2.2.4
- update base image to brave 1.73.91
- fix typing issue
- bump to 1.4.0-beta.1

v1.4.0-beta.0

Toggle v1.4.0-beta.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensure partial responses are not written (#721)

various fixes for streaming, especially related to range requests
- follow up to #709
- fix: prefer streaming current response via takeStream, not only when
size is unknown
- don't serialize async responses prematurely
- don't serialize 206 responses if there is size mismatch

v1.3.5

Toggle v1.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix cookie not being passed to replay regression

- for now, add x-wabac-preset-cookie header for quick fix (same as AWP)
- more permanent fix will involve fixing warcio.js indexing to include the header
- fix replay of X captures and other pages requiring cookies

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
various edge-case loading optimizations: (#709)

- rework 'should stream' logic:
* ensure 206 responses (or any response) greater than 25M are streamed
* response between 5M and 25M are read into memory if text/css/js as they may be rewritten
* responses <5M are read into memory
* responses with unknown size are streamed if a 2xx, otherwise read into memory, assuming error code responses may lack status codes but otherwise are small
- likely fix for issues in #706
- if too many range requests for same URL are being made, try
skipping/failing right away to reduce load
- assume main browser context is used not just for service workers,
always enable
- check false positive 'net-aborted' error that may actually be ok for
media, as well as documents
- improve logging
- interrupt any pending requests (that may be loading via browser
context) after page timeout, log dropped requests
---------

Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>

v1.3.3

Toggle v1.3.3's commit message
version: bump to 1.3.3