Skip to content

Releases: DevCycleHQ/dotnet-server-sdk

DotNet Local SDK - 3.0.1 Release

15 Sep 18:33
Compare
Choose a tag to compare

Fixes

DotNet Cloud SDK - 2.0.1

15 Sep 18:35
Compare
Choose a tag to compare

Fixes

fix: tweaks to logging and updated README by @chris-hoefgen in #112

DotNet Local SDK - 3.0.0 Release

15 Aug 14:45
Compare
Choose a tag to compare

⚠️ API Changes

In this release API Changes we have updated the SDK to match our revised naming conventions and as such several user-facing classes have been renamed:

DVCLocalClient -> DevCycleLocalClient
DVCLocalClientBuilder -> DevCycleLocalClientBuilder
DVCLocalOptions -> DevCycleLocalOptions
DVCException -> DevCycleException
DVCResponse -> DevCycleResponse
DVCRestClientOptions -> DevCycleRestClientOptions
Event -> DevCycleEvent
User -> DevCycleUser

Features

DotNet Cloud SDK - 2.0.0

15 Aug 14:42
Compare
Choose a tag to compare

⚠️ API Changes

In this release API Changes we have updated the SDK to match our revised naming conventions and as such several user-facing classes have been renamed:

DVCCloudClient -> DevCycleCloudClient
DVCCloudClientBuilder -> DevCycleCloudClientBuilder
DVCCloudOptions -> DevCycleCloudOptions
DVCException -> DevCycleException
DVCResponse -> DevCycleResponse
DVCRestClientOptions -> DevCycleRestClientOptions
Event -> DevCycleEvent
User -> DevCycleUser

Features

DotNet Local SDK - 2.10.0 Release

14 Aug 16:15
Compare
Choose a tag to compare

Feature

  • Upgrade to wasmtime 11.0.1 to add netstandard2.0 support

Testing

  • New action to test run local and cloud SDK examples

DotNet Cloud SDK - 1.12.0

14 Aug 16:16
Compare
Choose a tag to compare

Testing

  • New action to test run local and cloud SDK examples