Skip to content

v2.11.2

Choose a tag to compare

@artemo-brd artemo-brd released this 11 Sep 12:57
· 5 commits to main since this release
0cddd56

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 a TypeError.
  • Added offline regression tests for error handling paths.

Full Changelog: v2.11.1...v2.11.2