Skip to content

✨ v0.22.2

Choose a tag to compare

@github-actions github-actions released this 07 Jan 03:19
· 167 commits to main since this release

Vizzly CLI v0.22.2

What's Changed

Changed

  • Performance optimization for screenshot type detection: The client SDK now explicitly specifies the image data type ('base64' or 'file-path'), allowing the server to skip expensive regex validation on every screenshot. This eliminates O(n) processing for large base64 strings and significantly speeds up processing for content-heavy pages.

  • Reduced CLI bundle size: Removed unused static-site SDK dependency from CLI package dependencies.

Fixed

  • File path detection false positives: Fixed looksLikeFilePath utility to correctly distinguish between JPEG base64 data (which starts with /9j/) and actual file paths.

Backwards Compatibility

All changes are fully backwards compatible. The server gracefully falls back to type detection for client SDKs that don't yet provide the explicit type field.

Full Changelog: v0.22.1...v0.22.2