Changelog

Changelog

All relevant changes to the Saltra public API are announced in this section: new endpoints, added parameters and fields, deprecations and behaviour changes. Each change has its own page, with its publication date.

Subscription

The changelog is also published as an RSS feed, so you can receive the notices in your reader or your own tooling without visiting the documentation:

https://docs.saltra.es/feed.xml

Feed for the English version:

https://docs.saltra.es/feed.en.xml

Versioning policy

  • The major version of the API is part of the path: /api/v4.
  • Additive changes do not break the contract and may be published at any time: new endpoints, new optional parameters and new fields in responses. Your integration must tolerate unknown fields in JSON responses.
  • Breaking changes (removing or renaming endpoints or fields, changing types or semantics, tightening validations) are only published in a new major version.
  • When a new major version is published, the previous one remains operational for a minimum overlap period of 6 months, announced in this changelog and in the feed.
  • Deprecations are always announced here in advance, indicating the recommended alternative.