v1.12.1
useautumn/autumnv1.12.1Aug 20, 2024by adbar
AI Summary
A patch release focusing on navigation improvements, adding type hints, and fixing bugs in element deletion and table headers.
Key Highlights
- Restricts search to URL path sections
- Added parameter class and types to crawler
- Fixes `AttributeError` in element deletion
- Fixes `MemoryError` in table header columns
Breaking Changes
- Added parameter class and types to crawler (breaking undocumented functions)
New Features
- Type hints for crawler
- Simplified link discovery
- Improved CLI types and tests
Full Release Notes
Navigation: - spider: restrict search to sections containing URL path (#673) - crawler: add parameter class and types, **breaking change** for undocumented functions (#675) - maintenance: simplify link discovery and extend tests (#674) - CLI: review code, add types and tests (#677) Bugfixes: - fix `AttributeError` in element deletion (#668) - fix `MemoryError` in table header columns (#665) Docs: - docs: fix variable name for extract_metadata in quickstart by @jpigla in #678