Changelog
Latest updates and improvements to the SDK.
v1.2.0
Latest
January 10, 2026Introducing video analysis support and improved error handling for large payloads.
🚀 New Features
• Added analyzeVideo() endpoint for processing video files up to 50MB.
• New onProgress callback for file uploads.
🐛 Bug Fixes
• Fixed a memory leak in the WebSocket connection handler.
• Resolved an issue where PNG transparency was lost during compression.
v1.1.0
December 25, 2025Christmas update bringing React hooks and TypeScript improvements.
Improvements
- Added
useCogniVisionhook for easier React integration. - Exported full TypeScript interfaces for all API response types.
- Reduced bundle size by 15%.
v1.0.0
December 01, 2025Initial public release.
Features
- Basic image analysis API.
- Support for JPEG, PNG, and WebP.
- Simple authentication via API Key.