Releases: webrecorder/pywb
pywb 0.32.0
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
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
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
Support for customized loaders, additional rewriting bug fixes.
See CHANGES.rst for full changelist.
pywb 0.10.9.1
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
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
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
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
Significant improvements to wombat.js and various stability bug fixes..
See CHANGES.rst for full changelist.
pywb 0.9.5
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.