Upgrades
Tracking breaking changes between versions​
We regularly update the Nabla Core API with new features, some of which require additional inputs in our APIs. To ensure these updates don’t impact existing integrations, we manage them carefully through API versioning.
Your API version determines the API behavior you experience—such as which properties appear in responses and which parameters are accepted in requests.
Whenever a breaking change is made to the Nabla Core API, a new version is released with a corresponding date, but your existing API calls remain unaffected unless you choose to update the version you’re using (see Targeting a specific version).
Below is a list of all available Core API versions, along with their associated breaking changes. For a full overview of additions and updates, visit our Changelog page.
2024-11-08​
- Fixed case for server-to-client frames in Transcribe Websocket. It is now
SCREAMING_SNAKE_CASE
for all the frames, e.g.transcript_item
becomesTRANSCRIPT_ITEM
.
2024-10-01​
Major release with many new features and changes. Check the Migration guide if you are still on older version.
Archived versions​
Versions prior to 2024-10-01
are deprecated and their documentation is archived.