Skip to content

Commit da01f10

Browse files
committed
Update CHANGES for 0.11.0
1 parent 79b35a6 commit da01f10

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGES.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
pywb 0.11.0 changelist
2+
~~~~~~~~~~~~~~~~~~~~~~
3+
4+
* New client-side test system for Wombat.js in place using Karma and SauceLabs with initial set of tests and travis integration.
5+
6+
* Wombat Improvements:
7+
- Better Safari/IE support: accessors overriden only when actually supported in browser, override gracefully skipped otherwise
8+
- Use getOwnPropertyDescriptor() to get properties in addition to __lookupGetter__, __lookupSetter__
9+
- baseURI overriden on correct prototype
10+
- CSSStyleSheet.href override
11+
- HTMLAnchorElement.toString() override
12+
- Avoid making <base>.href read-only
13+
14+
* Proxy Mode Improvements:
15+
- 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)
16+
- Rewriter: Scheme-only rewriter converts embedded urls to http or https to match the scheme of containing page.
17+
- IP Resolver: Supports IP cache in Redis
18+
- Default resolver set to cookie resolver, collection/datetime switching options removed from UI in auth or ip resolvers.
19+
20+
Encoding: Use webencoding lib to better encode head-insert to match page encoding
21+
22+
Live Proxy: Support for explicit 'recording' mode, decoupled from using http/https proxy. (Before using proxy implied recording)
23+
24+
Rewriting: Convert relative urls for `rel=canonical` to absolute urls, even if not rewriting to ensure correct url.
25+
26+
UI: Use custom webkit scrollbars to minimize scrollbar-in-iframe issues that sometimes occur in Chrome.
27+
28+
Memento Improvements:
29+
- Add /collinfo.json endpoint which by default returns a JSON spec for all collections as Memento endpoints, in a format compatible with MemGator.
30+
- /collinfo.json endpoint customizable via `templates/collinfo.json` and must be enabled with `enable_coll_info: true`
31+
- 'Not Found' error for timemap query returns empty timemap instead of standard HTML 404.
32+
33+
WARC Indexing:
34+
- Better detection of content-length < payload, skip to next record boundary and warn, if possible.
35+
- Use ujson if proper version (without forward-slash escaping) is available when writing CDXJ
36+
37+
138
pywb 0.10.10 changelist
239
~~~~~~~~~~~~~~~~~~~~~~
340

@@ -15,6 +52,8 @@ pywb 0.10.10 changelist
1552

1653
* tests: refactor integration tests to run signficantly faster.
1754

55+
* cdx-indexer
56+
1857

1958
pywb 0.10.9.1 changelist
2059
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)