From 4767ab0fdd5a2ccab308bad34ce2d1ae22febb18 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Sun, 15 Jun 2014 12:09:10 -0700 Subject: [PATCH] Update CHANGES.rst to 4.5 --- CHANGES.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 260e607d..38728846 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,19 @@ -pywb 0.4.1 changelist +pywb 0.4.5 changelist +~~~~~~~~~~~~~~~~~~~~~ + +* Support for framed or non-framed mode replay, toggleable via the ``framed_replay`` flag in the config.yaml + +* Cookie rewriter: remove Max-Age to use ensure session-expiry instead of long-term cookie (experimental). + +* Live Rewrite: proxy all headers, instead of a whitelist. + +* Fixes to ```` tag handling, now correctly rewriting remainder of urls with the set base. + +* ``cdx-indexer`` options for resolving POST requests, and indexing request records. (``-p`` and ``-a``) + +* Improved `POST request replay `_, allowing for improved replay of many captures relying on POST requests. + +pywb 0.4.0 changelist ~~~~~~~~~~~~~~~~~~~~~ * Improved test coverage throughout the project.