v1.12.1

lm-sys/RouteLLMv1.12.1Aug 20, 2024by adbar

AI Summary

Maintenance release focusing on spider navigation improvements, CLI code review, and bug fixes for element deletion and table handling.

Key Highlights

  • Spider search restricted to URL path sections.
  • CLI code review with added parameter classes and types (breaking change).
  • Fix for AttributeError in element deletion.
  • Fix for MemoryError in table header columns.

Breaking Changes

  • crawler: add parameter class and types, **breaking change** for undocumented functions (#675)

New Features

  • spider: restrict search to sections containing URL path (#673)
  • crawler: add parameter class and types
  • maintenance: simplify link discovery and extend tests (#674)
  • CLI: review code, add types and tests (#677)
  • fix AttributeError in element deletion (#668)
  • fix MemoryError in table header columns (#665)

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