From d95b79a8abb1609a60789d82b2e8d4471c94a022 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Wed, 9 Jun 2021 12:18:45 -0700 Subject: [PATCH] CHANGES: update changelist for 2.6.0b0 bump version to 2.6.0b0 --- CHANGES.rst | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 89a58a0e..2d915169 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,55 @@ +pywb 2.6.0b0 changelist +~~~~~~~~~~~~~~~~~~~~~~~ + +Documentation Updates: + +* `Embargo + ACL system updates `_ + +* `New ACL header configuration `_ + + +Access Control Improvements: + +* Support for Embargo System for date-based embargo, overridable via ACL ``allow_ignore_embargo`` `#642 `_ + +* Support for custom ACL 'user' specified via ``X-pywb-ACL-User`` header passed from frontend proxies. + +* Fixes for exact rule matching `#629 `_ + +* Fixes for ACL for auto-collections `#620 `_ + + +Rewriting Improvements: + +* Updated YT rewriting rules `#635 `_ + +* POST-to-get rewriting consistent with cdxj-indexer, wabac.js/replayweb.page `#636 `_ + +* Improved fuzzy matching to ensure non-POST requests handled via fuzzy matching. + +* Live web: never truncate when reading POST request to avoid hung requests! (Apply limit only on indexing + + +CDX Server / API Compatibility Fixes: + +* XmlQuery: set WARC record length field, if available `#633 `_ + +* ZipNum: Don't count pages with filter `#631 `_ + +* Better handle of CDX Server HTTP status `#624 `_ + +* Better handling of errors from CDX Server API with 400 `#623 `_, `#625 `_, `#626 `_, `#630 `_ + +* Backwards compatibility of ``fl`` param `#621 `_ + + +Recording Redis Dedup mode: + +* Fix dedup index config loading `#617 `_ + +* Add recording size counter to track any in-flight requests `#637 `_ + + pywb 2.5.0 changelist ~~~~~~~~~~~~~~~~~~~~~