Deprecations
Nothing is deprecated today. Here is the policy for when something is.
#Currently deprecated
Note
Nothing on the Vedika API is currently deprecated. When something is scheduled for removal it will be listed here, with the replacement path and the support window, ahead of the change.
#Deprecation policy
- Breaking changes ship behind the
versionparameter (for example"2"vs"2.5"on the standard path), so an existing integration keeps its current behaviour until it opts in. - Deprecations get advance notice through the changelog and by email to registered account contacts — not a silent removal.
- A pinned version stays available for the duration of its stated support window, not just until the next release.
#Pin your version
If a build is going to run unattended for a while, pin version explicitly instead of relying on the default, and keep an eye on the changelog for when a newer version is worth adopting.
{
"question": "...",
"birthDetails": { "...": "..." },
"speed": "standard",
"version": "2"
}