# Changelog (/data-api/changelog)

Release notes and versioning updates for the Fiskil Data API.



All changes to the Data API are listed here. For changes made before the new
versioning model, see the [Legacy Changelog](/data-api/changelog/legacy).

For how version selection works — the `X-Fiskil-Version` header, Console pinning, and what
counts as a breaking change — see [API Versioning](/data-api/guides/core-concepts/versioning).

<ChangelogLayout>
  v2.0.0 [#v200]

  07-04-2026 (v2.0.0) [#07-04-2026-v200]

  Initial release of major version `v2`.

  This release introduces breaking changes for:

  * Identity: `GET /common/identity`
  * Banking: `GET /banking/transactions`
  * Banking: `GET /banking/products/{product_id}`
  * Banking: `GET /banking/accounts`

  See the [v1 -> v2 upgrade guide](/data-api/changelog/upgrade-guide) for the exact
  response schema changes.

  ***

  v1.0.0 [#v100]

  07-04-2026 (v1.0.0) [#07-04-2026-v100]

  Baseline major version at the start of the new versioning model.

  No breaking changes were introduced in `v1.0.0`. It keeps the same response
  shapes as the pre-versioning API endpoints below and all existing customers were
  pinned to it by default.

  * Core Resources: Institutions, Consents, End Users
  * Banking APIs: Accounts, Transactions, Balances
  * Energy APIs: Service Points, Usage
  * Webhook integrations for data sync events
</ChangelogLayout>
