v1.6.4

adbar/trafilaturav1.6.4Jan 8, 2024by adbar

AI Summary

A maintenance release fixing MacOS setup issues and improving navigation robustness. It introduces a redirect limit configuration and fixes feed detection.

Key Highlights

  • MacOS setup fixes, htmldate updates, and added tests.
  • Introduced `MAX_REDIRECTS` config setting for redirect handling.
  • Improved feed detection capabilities.

New Features

  • MacOS setup fixes
  • New `MAX_REDIRECTS` config setting
  • Improved feed detection
  • Drop invalid XML element attributes
  • Remove cyclic imports

Full Release Notes

Maintenance:
- MacOS: fix setup, update htmldate and add tests (#460)
- drop invalid XML element attributes with @vbarbaresi in #462
- remove cyclic imports (#458)

Navigation:
- introduce `MAX_REDIRECTS` config setting and fix urllib3 redirect handling by @vbarbaresi in #461
- improve feed detection (#457)

Documentation:
- enhancements to documentation and testing with @Maddesea in #456