Release 0.2022.04.06.1939
Changes Since Last Release
History between 0.2021.05.20.1444
and 0.2022.04.06.1939
Issues Closed
- #760 Allow custom port specification for replay
- #752 Move to use port 2016 as the default instead of port 5000
- #756, #754, #746, #744, #736, #732 Update go-ipfs in tests to latest version
- #753 Update to latest Flask
- #750 Fix the broken link to the PDF in the README
- #748 Update tests to Python 3.10
- #743 Add tests for TimeMap retrieval via replay endpoint
- #741 Fixes issue of CDXJ TimeMaps returning embedded SURTed URI-Rs in URI-Ms
- #739 Update http (not s) refs to IETF URI to use https
- #739 Patch in a modification of the CDXJ for the expected tests to pull
- #730 Conform to snake style in code
Contributors
- Mat Kelly (34 commits)
- Sawood Alam (1 commits)
Changed Files
.github/workflows/test.yml | 15 +++---
.travis.yml | 2 +-
Dockerfile | 2 +-
README.md | 14 ++---
ipwb/__init__.py | 2 +-
ipwb/__main__.py | 83 +++++++++++++++++-------------
ipwb/indexer.py | 74 +++++++++++++-------------
ipwb/replay.py | 74 +++++++++++++-------------
ipwb/util.py | 2 +-
requirements.txt | 2 +-
samples/indexes/5mementos.cdxj | 11 ++++
samples/indexes/5mementos.link | 9 ++++
samples/indexes/froggie_badHeaderHash.cdxj | 2 +-
samples/indexes/salam-home.cdxj | 2 +-
setup.py | 6 ++-
tests/test_backends.py | 8 +--
tests/test_memento.py | 4 +-
tests/test_replay.py | 27 ++++++++--
18 files changed, 196 insertions(+), 143 deletions(-)