v1.12.2

adbar/trafilaturav1.12.2Sep 10, 2024by adbar

AI Summary

Maintenance release adding SOCKS proxy support and various extraction fixes for tables, images, and spider functionality.

Key Highlights

  • SOCKS proxy support added for downloads
  • Table span ValueError fix
  • Spider prune_xpath parameter added
  • Relaxed strict parameter for link extraction in crawler
  • max_sitemaps parameter added for sitemaps
  • Made compression libraries optional

New Features

  • SOCKS proxy support
  • prune_xpath parameter for spider
  • relax strict parameter for link extraction
  • max_sitemaps parameter
  • Optional compression libraries

Full Release Notes

- downloads: add support for SOCKS proxies with @gremid (#682)
- extraction fix: ValueError in table spans (#685)
- spider: `prune_xpath` parameter added by @felipehertzer (#684)
- spider: relax strict parameter for link extraction (#687)
- sitemaps: `max_sitemaps` parameter added by @felipehertzer (#690)
- maintenance: make compression libraries optional (#691)
- metadata: review and lint code (#694)