Release 0.2022.09.29.1638
Changes Since Last Release
History between 0.2022.04.06.1939
and 0.2022.09.29.1638
Issues Closed
- #631 Implement binary search in replay
- #764 #771 #774 #777 Update go-ipfs (now kubo) to latest version for tests
- #767 Remove TravisCI cruft (no longer used for testing)
Contributors
- Mat Kelly (69 commits)
- Sawood Alam (6 commits)
- Christian Clauss (2 commits)
Changed Files
.github/workflows/build.yml | 2 +-
.github/workflows/codeql.yml | 6 +--
.github/workflows/lint.yml | 4 +-
.github/workflows/test.yml | 6 +--
.travis.yml | 23 ----------
Dockerfile | 10 ++---
ipwb/__init__.py | 2 +-
ipwb/replay.py | 105 +++++++++++++++++++++++++++++++++++++++++++
ipwb/util.py | 9 ++++
test-requirements.txt | 4 +-
tests/test_memento.py | 1 +
11 files changed, 132 insertions(+), 40 deletions(-)