Skip to content

Releases: meenzen/Streamlabs.SocketClient

v3.0.0

05 Mar 19:17
7882f64

Choose a tag to compare

This is a maintenance release of the Streamlabs.SocketClient library.

Notable Changes 🚀

  • Improved handling of donation and subscription events thanks to @PedroCavaleiro
  • Improved handling of streamlabels and streamlabels.underlying events using JsonExtensionData

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.0

What'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

Full Changelog: v2.0.0...v3.0.0

v2.0.0

22 Feb 15:53
357440f

Choose a tag to compare

This is a maintenance release of the Streamlabs.SocketClient library.

Notable Changes 🚀

  • Improved handling of streamlabels and streamlabels.underlying events thanks to @PedroCavaleiro

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 2.0.0
dotnet add package Streamlabs.SocketClient.Extensions --version 2.0.0

What's Changed

  • chore(deps): update dependency sonaranalyzer.csharp to 10.16.0.128591 by @renovate[bot] in #248
  • chore(deps): update dependency spectre.console.cli to 0.53.1 by @renovate[bot] in #247
  • chore(deps): update dependency sonaranalyzer.csharp to 10.16.1.129956 by @renovate[bot] in #250
  • chore(deps): update dotnet monorepo to 10.0.1 by @renovate[bot] in #251
  • chore(deps): update dependency tunit to 1.5.6 by @renovate[bot] in #249
  • chore(deps): update dependency tunit to 1.5.37 by @renovate[bot] in #252
  • chore(deps): update dependency csharpier to v1.2.2 by @renovate[bot] in #254
  • chore(deps): update dependency tunit to 1.5.53 by @renovate[bot] in #253
  • chore(deps): update dependency tunit to 1.5.60 by @renovate[bot] in #255
  • chore(deps): update dependency roslynator.analyzers to 4.15.0 by @renovate[bot] in #256
  • chore(deps): update dependency csharpier to v1.2.3 by @renovate[bot] in #257
  • chore(deps): update dependency sonaranalyzer.csharp to 10.17.0.131074 by @renovate[bot] in #258
  • chore(deps): update dependency tunit to 1.5.78 by @renovate[bot] in #259
  • chore(deps): update dependency tunit to 1.5.80 by @renovate[bot] in #260
  • chore(deps): update dependency csharpier to v1.2.4 by @renovate[bot] in #262
  • chore(deps): update dependency tunit to 1.6.28 by @renovate[bot] in #261
  • chore(deps): update dependency csharpier to v1.2.5 by @renovate[bot] in #264
  • chore(deps): update dependency tunit to 1.9.2 by @renovate[bot] in #263
  • chore(deps): update dependency sonaranalyzer.csharp to 10.18.0.131500 by @renovate[bot] in #267
  • chore(deps): update dependency microsoft.testing.extensions.codecoverage to 18.3.2 by @renovate[bot] in #265
  • chore(deps): update dependency tunit to 1.9.85 by @renovate[bot] in #266
  • chore(deps): update dotnet monorepo by @renovate[bot] in #269
  • chore(deps): update dependency tunit to 1.11.28 by @renovate[bot] in #268
  • chore(deps): update dependency tunit to 1.12.3 by @renovate[bot] in #270
  • chore(deps): update dependency tunit to 1.12.65 by @renovate[bot] in #271
  • chore(deps): update dependency microsoft.testing.extensions.codecoverage to 18.4.1 by @renovate[bot] in #275
  • chore(deps): update dependency sonaranalyzer.csharp to 10.19.0.132793 by @renovate[bot] in #273
  • chore(deps): update dependency tunit to 1.12.125 by @renovate[bot] in #272
  • chore(deps): update dependency tunit to 1.12.139 by @renovate[bot] in #277
  • chore(deps): update dependency microsoft.testing.extensions.trxreport to 2.1.0 by @renovate[bot] in #276
  • chore(deps): update dotnet monorepo by @renovate[bot] in #280
  • chore(deps): update dependency csharpier to v1.2.6 by @renovate[bot] in #279
  • chore(deps): update dependency tunit to 1.13.27 by @renovate[bot] in #278
  • chore(deps): update dotnet monorepo to 9.0.13 by @renovate[bot] in #282
  • chore(deps): update dependency tunit to 1.15.0 - autoclosed by @renovate[bot] in #281
  • chore(deps): update dependency tunit to 1.15.11 by @renovate[bot] in #284
  • chore(deps): update dependency awesomeassertions to 9.4.0 by @renovate[bot] in #285
  • chore(deps): update dependency tunit to 1.16.4 by @renovate[bot] in #286
  • chore(deps): update dependency tunit to 1.17.0 by @renovate[bot] in #287
  • chore(deps): update dependency tunit to 1.17.4 by @renovate[bot] in #288
  • fix: handle more streamlabels event variations by @PedroCavaleiro in #289

Full Changelog: v1.3.0...v2.0.0

v1.3.0

22 Nov 15:35
081134b

Choose a tag to compare

This is a maintenance release of the Streamlabs.SocketClient library.

Notable Changes 🚀

  • Support new alert payloads

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 1.3.0
dotnet add package Streamlabs.SocketClient.Extensions --version 1.3.0

What's Changed

  • chore(deps): update dependency tunit to 1.2.11 by @renovate[bot] in #245
  • chore(deps): update actions/checkout action to v6 by @renovate[bot] in #246

Full Changelog: v1.2.2...v1.3.0

v1.2.2

18 Nov 13:57
1437a8a

Choose a tag to compare

This is a maintenance release of the Streamlabs.SocketClient library.

Notable Changes 🚀

  • .NET 10 Support

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 1.2.2
dotnet add package Streamlabs.SocketClient.Extensions --version 1.2.2

What's Changed

  • chore(deps): update dependency microsoft.visualstudio.threading.analyzers to 17.12.19 by @renovate[bot] in #149
  • chore(deps): update codecov/codecov-action action to v5 by @renovate[bot] in #150
  • chore(deps): update dotnet monorepo by @renovate[bot] in #148
  • chore(deps): update dependency csharpier to 0.30.2 by @renovate[bot] in #151
  • chore(deps): update dependency microsoft.net.test.sdk to 17.12.0 - autoclosed by @renovate[bot] in #152
  • chore(deps): update dependency polysharp to 1.15.0 by @renovate[bot] in #153
  • chore(deps): update dependency fluentassertions to v7 by @renovate[bot] in #155
  • chore(deps): update dependency sonaranalyzer.csharp to v10 by @renovate[bot] in #154
  • chore(deps): update dependency husky to 0.7.2 by @renovate[bot] in #156
  • chore(deps): update dependency csharpier to 0.30.3 by @renovate[bot] in #157
  • chore(deps): update nerdbank.gitversioning to 3.7.112 by @renovate[bot] in #158
  • chore(deps): update dependency xunit.runner.visualstudio to v3 by @renovate[bot] in #159
  • chore(deps): update dependency roslynator.analyzers to 4.12.10 by @renovate[bot] in #160
  • chore(deps): update dependency sonaranalyzer.csharp to 10.4.0.108396 by @renovate[bot] in #161
  • chore(deps): update dependency csharpier to 0.30.5 by @renovate[bot] in #162
  • chore(deps): update dependency coverlet.collector to 6.0.3 by @renovate[bot] in #163
  • chore(deps): update dependency coverlet.msbuild to 6.0.3 - autoclosed by @renovate[bot] in #164
  • chore(deps): update dependency xunit to 2.9.3 by @renovate[bot] in #165
  • chore(deps): update dependency xunit.runner.visualstudio to 3.0.1 by @renovate[bot] in #166
  • chore(deps): update dependency csharpier to 0.30.6 by @renovate[bot] in #167
  • chore(deps): update dependency sonaranalyzer.csharp to 10.5.0.109200 by @renovate[bot] in #168
  • chore(deps): update nerdbank.gitversioning to 3.7.115 by @renovate[bot] in #169
  • chore(deps): replace dependency fluentassertions with awesomeassertions 7.0.0 by @renovate[bot] in #172
  • chore(deps): update dotnet monorepo to 9.0.1 by @renovate[bot] in #171
  • chore(deps): update dependency awesomeassertions to 7.1.0 by @renovate[bot] in #173
  • chore(deps): update dependency coverlet.collector to 6.0.4 by @renovate[bot] in #174
  • chore(deps): update dependency coverlet.msbuild to 6.0.4 by @renovate[bot] in #175
  • chore(deps): update dependency awesomeassertions to v8 by @renovate[bot] in #176
  • chore(deps): update dependency sonaranalyzer.csharp to 10.6.0.109712 by @renovate[bot] in #178
  • chore(deps): update dependency roslynator.analyzers to 4.12.11 by @renovate[bot] in #177
  • chore(deps): update dependency xunit.runner.visualstudio to 3.0.2 by @renovate[bot] in #179
  • chore(deps): update dependency roslynator.analyzers to 4.13.0 by @renovate[bot] in #181
  • chore(deps): update dependency microsoft.net.test.sdk to 17.13.0 by @renovate[bot] in #180
  • chore(deps): update dotnet monorepo by @renovate[bot] in #182
  • chore(deps): update dependency microsoft.visualstudio.threading.analyzers to 17.13.2 - autoclosed by @renovate[bot] in #183
  • chore(deps): update dependency awesomeassertions to 8.0.1 by @renovate[bot] in #184
  • chore(deps): update dependency roslynator.analyzers to 4.13.1 by @renovate[bot] in #185
  • chore(deps): update dependency sonaranalyzer.csharp to 10.7.0.110445 by @renovate[bot] in #186
  • chore(deps): update dependency awesomeassertions to 8.0.2 by @renovate[bot] in #187
  • chore(deps): update dotnet monorepo to 9.0.3 by @renovate[bot] in #188
  • chore(deps): update dependency microsoft.visualstudio.threading.analyzers to 17.13.61 by @renovate[bot] in #189
  • chore(deps): update dotnet monorepo to 9.0.4 by @renovate[bot] in #193
  • chore(deps): update dependency sonaranalyzer.csharp to 10.8.0.113526 - autoclosed by @renovate[bot] in #191
  • chore(deps): update dependency awesomeassertions to 8.1.0 by @renovate[bot] in #190
  • chore(deps): update dependency spectre.console.cli to 0.50.0 by @renovate[bot] in #192
  • chore(deps): update dependency csharpier to 1.0.1 by @renovate[bot] in #194
  • chore(deps): update dependency xunit.runner.visualstudio to 3.1.0 by @renovate[bot] in #196
  • chore(deps): update dependency sonaranalyzer.csharp to 10.9.0.115408 by @renovate[bot] in #195
  • chore(deps): update dependency awesomeassertions to 8.2.0 by @renovate[bot] in #197
  • chore(deps): update dependency microsoft.visualstudio.threading.analyzers to 17.14.15 by @renovate[bot] in #199
  • chore(deps): update dotnet monorepo to 9.0.5 by @renovate[bot] in #198
  • chore(deps): update dependency sonaranalyzer.csharp to 10.10.0.116381 by @renovate[bot] in #200
  • chore(deps): update dependency microsoft.net.test.sdk to 17.14.0 by @renovate[bot] in #201
  • chore(deps): update dependency csharpier to 1.0.2 by @renovate[bot] in #202
  • chore(deps): update dependency microsoft.net.test.sdk to 17.14.1 by @renovate[bot] in #204
  • chore(deps): update dependency xunit.runner.visualstudio to 3.1.1 by @renovate[bot] in #206
  • chore(deps): update dependency sonaranalyzer.csharp to 10.11.0.117924 by @renovate[bot] in #205
  • chore(deps): update dotnet monorepo to 9.0.6 by @renovate[bot] in #207
  • chore(deps): update dependency sonaranalyzer.csharp to 10.12.0.118525 by @renovate[bot] in #208
  • chore(deps): update dotnet monorepo by @renovate[bot] in #210
  • chore(deps): update dependency csharpier to 1.0.3 - autoclosed by @renovate[bot] in #209
  • chore(deps): update dependency sonaranalyzer.csharp to 10.13.0.120203 by @renovate[bot] in #211
  • chore(deps): update dependency xunit.runner.visualstudio to 3.1.2 by @renovate[bot] in #213
  • chore(deps): update dependency awesomeassertions to 9.1.0 by @renovate[bot] in #212
  • chore(deps): update dependency xunit.runner.visualstudio to 3.1.3 by @renovate[bot] in #215
  • chore(d...
Read more

v1.1.1

12 Nov 21:03
519aa54

Choose a tag to compare

This is a maintenance release of the Streamlabs.SocketClient library.

Changes 🚀

  • .NET 9 Support

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 1.1.1
dotnet add package Streamlabs.SocketClient.Extensions --version 1.1.1

Full Changelog: v1.0.0...v1.1.1

v1.0.0

27 Oct 01:06
f0c67eb

Choose a tag to compare

This is the first stable release of the Streamlabs.SocketClient library.

Changes 🚀

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 1.0.0
dotnet add package Streamlabs.SocketClient.Extensions --version 1.0.0

Full Changelog: v0.2.28...v1.0.0

Streamlabs.SocketClient v0.2.28

20 Apr 16:09
b2d8433

Choose a tag to compare

This is a bugfix release for the Streamlabs.SocketClient library.

Changes 🚀

  • Support muteVolume event
  • Fix subMysteryGift event

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 0.2.28
dotnet add package Streamlabs.SocketClient.Extensions --version 0.2.28

Full Changelog: v0.2.26...v0.2.28

Streamlabs.SocketClient v0.2.26

20 Apr 12:11
de69c15

Choose a tag to compare

This is a bugfix release for the Streamlabs.SocketClient library.

Changes 🚀

  • Fix FollowAlertPlaying event
  • Upgrade dependencies

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 0.2.26
dotnet add package Streamlabs.SocketClient.Extensions --version 0.2.26

Full Changelog: v0.2.16...v0.2.26

Streamlabs.SocketClient v0.2.16

30 Mar 20:28
a810caf

Choose a tag to compare

This is a bugfix for the Streamlabs.SocketClient library.

Changes 🚀

  • Fix bits event

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 0.2.16
dotnet add package Streamlabs.SocketClient.Extensions --version 0.2.15

Full Changelog: v0.2.15...v0.2.16

Streamlabs.SocketClient v0.2.15

30 Mar 19:15
b792ecd

Choose a tag to compare

This is a bugfix for the Streamlabs.SocketClient library.

Changes 🚀

  • Fix streamlabels.underlying event
  • Upgrade dependencies

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 0.2.15
dotnet add package Streamlabs.SocketClient.Extensions --version 0.2.15

Full Changelog: v0.2.0...v0.2.15