Skip to content

Commit

Permalink
adds section on backwards compatability
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvajda committed Apr 10, 2024
1 parent 9b4830a commit 9f183c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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!
Expand Down

0 comments on commit 9f183c5

Please sign in to comment.