1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Update CHANGES for 0.11.0

This commit is contained in:
Ilya Kreymer 2015-12-13 00:31:38 -08:00
parent 79b35a64b3
commit da01f107c7

View File

@ -1,3 +1,40 @@
pywb 0.11.0 changelist
~~~~~~~~~~~~~~~~~~~~~~
* New client-side test system for Wombat.js in place using Karma and SauceLabs with initial set of tests and travis integration.
* Wombat Improvements:
- Better Safari/IE support: accessors overriden only when actually supported in browser, override gracefully skipped otherwise
- Use getOwnPropertyDescriptor() to get properties in addition to __lookupGetter__, __lookupSetter__
- baseURI overriden on correct prototype
- CSSStyleSheet.href override
- HTMLAnchorElement.toString() override
- Avoid making <base>.href read-only
* Proxy Mode Improvements:
- To avoid breaking HTTPS envelope, if no content-length provided, chunked encoding is used (HTTP/1.1) or response is buffered and content-length is computed (HTTP/1.0)
- Rewriter: Scheme-only rewriter converts embedded urls to http or https to match the scheme of containing page.
- IP Resolver: Supports IP cache in Redis
- Default resolver set to cookie resolver, collection/datetime switching options removed from UI in auth or ip resolvers.
Encoding: Use webencoding lib to better encode head-insert to match page encoding
Live Proxy: Support for explicit 'recording' mode, decoupled from using http/https proxy. (Before using proxy implied recording)
Rewriting: Convert relative urls for `rel=canonical` to absolute urls, even if not rewriting to ensure correct url.
UI: Use custom webkit scrollbars to minimize scrollbar-in-iframe issues that sometimes occur in Chrome.
Memento Improvements:
- Add /collinfo.json endpoint which by default returns a JSON spec for all collections as Memento endpoints, in a format compatible with MemGator.
- /collinfo.json endpoint customizable via `templates/collinfo.json` and must be enabled with `enable_coll_info: true`
- 'Not Found' error for timemap query returns empty timemap instead of standard HTML 404.
WARC Indexing:
- Better detection of content-length < payload, skip to next record boundary and warn, if possible.
- Use ujson if proper version (without forward-slash escaping) is available when writing CDXJ
pywb 0.10.10 changelist
~~~~~~~~~~~~~~~~~~~~~~
@ -15,6 +52,8 @@ pywb 0.10.10 changelist
* tests: refactor integration tests to run signficantly faster.
* cdx-indexer
pywb 0.10.9.1 changelist
~~~~~~~~~~~~~~~~~~~~~~