Skip to content

Commit

Permalink
Merge pull request #261 from deepgram/readme-updates
Browse files Browse the repository at this point in the history
adds section on backwards compatability
  • Loading branch information
dvonthenen authored Apr 11, 2024
2 parents 279ad76 + d7f2d19 commit d2ade7b
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 @@ -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)
Expand Down Expand Up @@ -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!
Expand Down

0 comments on commit d2ade7b

Please sign in to comment.