> ## Documentation Index
> Fetch the complete documentation index at: https://docs.instaview.sk/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Track all changes, updates, and improvements to the InstaView API

The Changelog provides a chronological record of all notable changes to the InstaView API, including new features, improvements, bug fixes, and deprecations.

## Changelog 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

<CardGroup cols={2}>
  <Card title="June 2026" icon="calendar" href="/changelog/2026-06">
    View changes from June 2026
  </Card>

  <Card title="May 2026" icon="calendar" href="/changelog/2026-05">
    View changes from May 2026
  </Card>

  <Card title="April 2026" icon="calendar" href="/changelog/2026-04">
    View changes from April 2026
  </Card>

  <Card title="March 2026" icon="calendar" href="/changelog/2026-03">
    View changes from March 2026
  </Card>
</CardGroup>

## How to Use the Changelog

The Changelog 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](https://status.instaview.sk) for real-time updates
* Check this Changelog regularly
* Review our [API Reference](/api-reference) for the latest endpoint documentation

<Note>
  **Breaking Changes**: Breaking changes are clearly marked in the changelog. We
  recommend reviewing these entries carefully and planning your migration
  accordingly.
</Note>
