Skip to content

API Versioning

Geir Arne Rødde edited this page Aug 5, 2020 · 2 revisions

API Versioning

The API versioning is following a [major.minor] schema. A major release includes breaking changes from the previous release. Examples of breaking changes are typical:

  • A deprecated API functionality
  • New required query parameters
  • Changes in URIs
  • Changes in field names

When a major version is released, the previous one will automatically be set to deprecated which means the previous version will be available for 12 months before its being shut down.

Minor releases have no breaking changes, but customers are recommended to look into the changes as soon as possible. Examples of minor changes are typical:

  • New fields added in the response
  • New optional query parameters
  • New API functionality
  • Non-breaking bug fixes

Timeseries API changelog, link.

Clone this wiki locally