Skip to content

Releases: webrecorder/pywb

pywb 0.32.0

16 Sep 05:14
Compare
Choose a tag to compare

Support for cross-domain framed replay, where content (inner) frame and banner (outer) frame can be served from different domains, for security and avoiding cookie issues.

No rewriting of relative urls, many additional server and client side rewriting improvements.

See CHANGES.rst for full changelist.

pywb 0.11.4

21 Mar 20:13
Compare
Choose a tag to compare

uWSGI+gevent working correctly.. explicitly monkey-patching for gevent when running uwsgi uwsgi.ini

Better replay with additional overrides of window.crypto.getRandomValues()

Various bug fixes since 0.11.0.

See CHANGES.rst for full changelist.

pywb 0.11.0

13 Dec 15:40
Compare
Choose a tag to compare

Proxy mode improvements, client side rewrite improvements, especially for Safari/IE/Edge, beginning of client side testing suite, and more.

See CHANGES.rst for full changelist.

pywb 0.10.10

22 Oct 22:43
Compare
Choose a tag to compare

Support for customized loaders, additional rewriting bug fixes.

See CHANGES.rst for full changelist.

pywb 0.10.9.1

13 Oct 05:29
Compare
Choose a tag to compare

Proxy Mode improvements: including simple fixed-IP collection and timestamp resolver (useful for Docker container deployments), improved proxy mode video and client rewriting in proxy, better proxy config with use_wombat and use_client_rewrite options.

Time-bounded calendar and CDX query support, eg. /2010-2015/<url>, /2010-/<url>, /-2015/<url>

Edge-case client-side rewriting improvements.

Fixes scheme-relative rewrite url fix from 0.10.9, and should be used instead.

See CHANGES.rst for full changelist.

pywb 0.10.9

12 Oct 07:36
Compare
Choose a tag to compare

Proxy Mode improvements: including simple fixed-IP collection and timestamp resolver (useful for Docker container deployments), improved proxy mode video and client rewriting in proxy, better proxy config with use_wombat and use_client_rewrite options.

Time-bounded calendar and CDX query support, eg. /2010-2015/<url>, /2010-/<url>, /-2015/<url>

Edge-case client-side rewriting improvements.

See CHANGES.rst for full changelist.

pywb 0.10.8

11 Sep 01:59
Compare
Choose a tag to compare

Various rewriting improvements, especially client side.. Almost all live leaks eliminated (except Flash, Websocket, or other plugins)

See CHANGES.rst for full changelist.

pywb 0.10.5

31 Jul 19:58
Compare
Choose a tag to compare

Another wombat overhaul for most accurate rewriting replay yet! Improvements to to <iframe> handling, postMessage and document.write

HTTPS proxy mode should work again where there were issues in earlier 0.10.x with wayback (using wsgiref by default as waitress did not support proxy at all).

New 'host scope' cookie rewriter, which rewrites domain cookies to current rewritten url host to avoid cookie leakage.

See CHANGES.rst for full changelist.

pywb 0.10.1

29 Jun 04:44
Compare
Choose a tag to compare

Significant improvements to wombat.js and various stability bug fixes..

See CHANGES.rst for full changelist.

pywb 0.9.5

17 Apr 19:59
Compare
Choose a tag to compare

Numerous improvements and bug fixes, including:

  • Better support for embedding through shared Jinja environment and support for custom context params.
  • Support for client-side customizations of wombat.js
  • Support for root collection, serving from localhost:8080/
  • Support for loading archives and indexes form s3:// urls.

See CHANGES.rst for full changelist.