v1.12.1

punkpeye/fastmcpv1.12.1Aug 20, 2024by adbar

AI Summary

A maintenance release for the trafilatura library focusing on navigation improvements, code simplification, and bug fixes.

Key Highlights

  • Spider navigation restricted to URL path sections
  • Crawler parameter additions and type hints (breaking change)
  • Fixed `AttributeError` in element deletion
  • Fixed `MemoryError` in table header columns
  • Maintenance: simplified link discovery and extended tests

Breaking Changes

  • crawler: add parameter class and types, breaking change for undocumented functions

New Features

  • CLI review with added types and tests
  • Simplified link discovery

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