From d7f2d1971cc90948e52b8d6fe942552253d979ea Mon Sep 17 00:00:00 2001 From: John Vajda Date: Wed, 10 Apr 2024 16:46:45 -0600 Subject: [PATCH] adds section on backwards compatability --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7fe094be..85b2ffce 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Official JavaScript SDK for [Deepgram](https://www.deepgram.com/). Power your ap - [Get On-Prem credentials](#get-on-prem-credentials) - [Create On-Prem credentials](#create-on-prem-credentials) - [Delete On-Prem credentials](#delete-on-prem-credentials) +- [Backwards Compatibility](#backwards-compatibility) - [Development and Contributing](#development-and-contributing) - [Debugging and making changes locally](#debugging-and-making-changes-locally) - [Getting Help](#getting-help) @@ -557,6 +558,10 @@ const { result, error } = await deepgram.onprem.createCredentials(projectId, opt const { result, error } = await deepgram.onprem.deleteCredentials(projectId, credentialId); ``` +# Backwards Compatibility + +Older SDK versions will receive Priority 1 (P1) bug support only. Security issues, both in our code and dependencies, are promptly addressed. Significant bugs without clear workarounds are also given priority attention. + # Development and Contributing Interested in contributing? We ❤️ pull requests!