Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.10 Release (Beta 0) #53

Merged
merged 5 commits into from
Nov 28, 2021
Merged

2.10 Release (Beta 0) #53

merged 5 commits into from
Nov 28, 2021

Conversation

ikreymer
Copy link
Member

This beta release combines several new features/fixes:

  • request parsing has been moved to ArchiveRequest object
  • support for loading collections via a separate web worker is fixed
  • httploader: support for retry in case of 429 errors when loading blocks over http
  • update to warcio 1.5.0 for faster warc record parsing
  • progress update: support for including WARC record count in progress update
  • proxy origin mode: support for experimental 'proxy mode' where wabac.js does no rewriting, and rewrites relative URLs to a designated proxy origin (currently works mostly for single domain sites without external embeds).
  • update to wombat.js 3.3.5 to fix potentially location assignment error

loading fix: ensure WorkerLoader init and loading via is working
warcloader progress update: send update on total number of records loaded, support extra message from progress update
depdencies: update to warcio 1.5.0, faster loading
bump to 2.10.0
…cation that is a local var, supported via wombat 3.3.5

- add 'let arguments;' to top-level override if used in top-level scope. partial fix related to issue in webrecorder/pywb#684
…Mode' and root collection are set, the service worker operates in proxy mode

on a single origin, without rewriting and loading from root collection. Relative URLs on current origin are rewritten to absolute urls using the 'extraConfig.proxyOrigin' setting, which must be provided for the root collection.
Allows hosting a web archive on an existing URL (experimental)

set version to 2.10-beta.0
@ikreymer ikreymer merged commit 880fa53 into main Nov 28, 2021
@ikreymer ikreymer deleted the 2.10-work branch March 11, 2022 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant