From 9f183c5dac25c8162d6c21c14c23118c3500b722 Mon Sep 17 00:00:00 2001 From: John Vajda Date: Wed, 10 Apr 2024 16:20:03 -0600 Subject: [PATCH 1/3] adds section on backwards compatability --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b1a23633..998d6422 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Official .NET SDK for [Deepgram](https://www.deepgram.com/). Power your apps wit - [Logging](#logging) - [Development and Contributing](#development-and-contributing) - [Getting Help](#getting-help) +- [Backwards Compatability](#backwards-compatibility) # Documentation @@ -210,6 +211,10 @@ To increase the logging output/verbosity for debug or troubleshooting purposes, Library.Initialize(LogLevel.Debug); ``` +# 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! From 1f0c981f43d06bbfa7341e4c8cc162c0b04ae41b Mon Sep 17 00:00:00 2001 From: John Vajda Date: Wed, 10 Apr 2024 16:23:44 -0600 Subject: [PATCH 2/3] moves TOC listing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 998d6422..28badb38 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Official .NET SDK for [Deepgram](https://www.deepgram.com/). Power your apps wit - [Live Audio Transcription Quickstart](#live-audio-transcription-quickstart) - [Example Code](#example-code) - [Logging](#logging) +- [Backwards Compatability](#backwards-compatibility) - [Development and Contributing](#development-and-contributing) - [Getting Help](#getting-help) - [Backwards Compatability](#backwards-compatibility) From bb1c799814f5c2da8cc1851001b8f950edb3bcee Mon Sep 17 00:00:00 2001 From: John Vajda Date: Wed, 10 Apr 2024 16:26:10 -0600 Subject: [PATCH 3/3] fixes typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28badb38..70df8bc5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Official .NET SDK for [Deepgram](https://www.deepgram.com/). Power your apps wit - [Backwards Compatability](#backwards-compatibility) - [Development and Contributing](#development-and-contributing) - [Getting Help](#getting-help) -- [Backwards Compatability](#backwards-compatibility) +- [Backwards Compatibility](#backwards-compatibility) # Documentation