Deepgram .NET SDK v4.0.0-alpha.2
Pre-release
Pre-release
davidvonthenen
released this
21 Feb 16:56
·
128 commits
to main
since this release
!!This is in Pre-release Status!!
Accessing the Pre-Release:
https://www.nuget.org/packages/Deepgram.Unstable.SDK.Builds/4.0.0-alpha.2
Since this is a Pre-release:
- Interfaces will change! I guarantee they will! (Please see
Release Guarantees
section below) - This is not production-worthy code. Do so at your own risk.
- This allows you to move and develop your apps alongside the releases and doesn't leave you with a big lift in your code at the end!
TODOs:
Please check the project milestone to both track the release and also see what work needs to be done.
https://github.com/deepgram/deepgram-dotnet-sdk/milestone/1
Release Guarantees:
- Going between
v3
->v4
by SemVer definition will contain breaking interface changes that will need to be reflected in your code! Alpha
andBeta
releases still reserve the right to change the interfaces anytime! Interfaces will be changing!Release Candidate (RC)
will freeze all interface changes and attempt to preserve interface changes going forward. Breaking interface changes will be done only as a last resort.
The Details...
Things to note:
- We are starting to stabilize the interfaces
- There are examples at the root of the repo working for PreRecorded and Streaming
- More examples are coming!
What's Changed
- Do Not Publish Pre-Release Builds in Official Releases in Nuget by @dvonthenen in #236
- Refactor and Simplify Live Client by @dvonthenen in #237
Full Changelog: 4.0.0-alpha.1...4.0.0-alpha.2