v2.11.2
What's Changed
- Improved error handling across all tools — failures are now
reported as clean, sanitized message strings. scrape_batch: failed entries return a plain error message
instead of a serialized error object. Order, partial success and
successful entries are unchanged. If you parse the output:reason
is now a string rather than an object.- Fixed a broken string concatenation in the usage-limit error
message that caused aTypeError. - Added offline regression tests for error handling paths.
Full Changelog: v2.11.1...v2.11.2