This is a maintenance release of the Streamlabs.SocketClient library.
Notable Changes 🚀
- Improved handling of
donationandsubscriptionevents thanks to @PedroCavaleiro - Improved handling of
streamlabelsandstreamlabels.underlyingevents usingJsonExtensionData
Known missing event types 🚧
None.
There might still be some really rare event types that are unsupported. If you find any errors, please open an issue and provide the raw JSON payload that is attached to the error message.
NuGet Packages 📦
dotnet add package Streamlabs.SocketClient --version 3.0.0
dotnet add package Streamlabs.SocketClient.Extensions --version 3.0.0What's Changed
- chore(deps): update dependency microsoft.net.test.sdk to 18.3.0 by @renovate[bot] in #291
- chore(deps): update dependency tunit to 1.17.11 by @renovate[bot] in #290
- chore(deps): update dependency sonaranalyzer.csharp to 10.20.0.135146 by @renovate[bot] in #292
- chore(deps): update dependency tunit to 1.17.29 by @renovate[bot] in #293
- chore(deps): update dependency microsoft.testing.extensions.codecoverage to 18.5.2 by @renovate[bot] in #295
- Fixes issue #296 by @PedroCavaleiro in #297
- chore(deps): update dependency tunit to 1.18.21 - autoclosed by @renovate[bot] in #294
New Contributors
- @PedroCavaleiro made their first contribution in #297
Full Changelog: v2.0.0...v3.0.0