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

Update CHANGES for 2.0.3

This commit is contained in:
Ilya Kreymer 2018-04-03 19:10:08 -07:00 committed by GitHub
parent 3101e567f3
commit 33cca0bc02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,13 @@
pywb 2.0.3 changelist
~~~~~~~~~~~~~~~~~~~~~
* Fixes for Memento Aggregation when no timeout specified (#310)
* Fix HEAD request for replay (#309)
* Redis Index: always decode to native string format (decode_respones=True)
* Test fixes: Support latest fakeredis, more consistent tests (#313)
* Fix typo in rewrite_amf.py (#308)
* Miscelaneous fixes:
- Fixes for Memento Aggregation when no timeout specified (#310)
- Fix HEAD request for replay (#309)
- Redis Index: always decode to native string format (decode_respones=True)
- Test fixes: Support latest fakeredis, more consistent tests (#313)
- Support forcing scheme via ``force_scheme: https`` config option (#314)
- Fix typo in rewrite_amf.py (#308)
* Documentation improvements:
- Add docs for nginx deployment (#314)