Skip to content

1.3.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 10:37
· 34 commits to main since this release
1.3.0
3eda963

This release drops support for Python 3.8. The minimum supported version is now Python 3.9.

New Features

  • Recursive sitemaps are detected and will return an InvalidSitemap instead (#74)
  • Known sitemap paths will be skipped if they redirect to a sitemap already found (#77)
  • The reported URL of a sitemap will now be its actual URL after redirects (#74)
  • Log level in CLI can now be changed with the -v or -vv flags, and output to a file with -l (#76)
  • When fetching known sitemap paths, 404 errors are now logged at a lower level (#78)

Bug Fixes

  • Some logging at INFO level has been changed to DEBUG (#76)

API Changes

  • Added AbstractWebClient.url() method to return the actual URL fetched after redirects. Custom web clients will need to implement this method.