Skip to content

Display navigation path to broken URL

Compare
Choose a tag to compare
@ScholliYT ScholliYT released this 15 Dec 20:58
· 46 commits to master since this release
3172f66

This release fixes some bugs and brings new features as listed below.

Features

  • Display the navigation path to the broken URL.
    • Example output: ::error ::ClientError: 400 - http://subpage.testing.test.com/page1. Found by navigating through: http://testing.test.com/ -> http://subpage.testing.test.com/.
    • We store the URLs as a linked list of URL objects

Other

  • Fixed some typos in the Readme
  • Added GitHub CodeQL Action to scan the codebase
  • Added a .dockerignore file to reduce Docker image size
  • Changed maximum allowed line length of 120
  • Mypy
    • Updated mypy to version v0.971
    • Installed aiohttp-retry plugin for mypy
    • Used ClientType from aiohttp-retry instead of ClientSession from aiohttp.