Skip to content

v0.6.1

Choose a tag to compare

@benjaminjackson benjaminjackson released this 08 Dec 03:51
· 81 commits to main since this release

Changed

  • Enhanced pretty format output - Replaced JSON.pretty_generate with human-readable text format across all CLI formatters for better readability

Fixed

  • CLI enrichment flags - Removed unused enrichment flags that were causing confusion
  • Webset import/search scope validation - Added proper validation to prevent conflicts between import and search scope parameters
  • CLI formatter test - Fixed enrichment CLI integration test to properly handle pretty format output (text instead of JSON)
  • Test cleanup - Improved webset cleanup in tests to cancel all searches before deletion, preventing concurrent request limit issues