Change Log Format
Each changelog entry is organized by date (year-month) and includes the following categories:- Added - New features, endpoints, or capabilities
- Changed - Changes to existing functionality, behavior, or parameters
- Fixed - Bug fixes and issue resolutions
- Deprecated - Features that are still available but will be removed in a future version
- Removed - Features that have been removed from the API
- Security - Security improvements and vulnerability fixes
Recent Updates
How to Use the Change Log
The Change Log helps you:- Stay Updated: Keep track of new features and improvements
- Plan Migrations: Identify deprecated features before they’re removed
- Debug Issues: Check if a bug you encountered has been fixed
- Understand Breaking Changes: Review changes that might affect your integration
Versioning
The InstaView API uses semantic versioning. Major version changes are indicated in the changelog and may include breaking changes. Minor and patch versions include backward-compatible changes and bug fixes.Getting Notifications
To stay informed about API changes:- Subscribe to our status page for real-time updates
- Check this Change Log regularly
- Review our API Reference for the latest endpoint documentation
Breaking Changes: Breaking changes are clearly marked in the changelog. We recommend reviewing these entries carefully and planning your migration accordingly.