Releases: DevCycleHQ/dotnet-server-sdk
DotNet Local SDK - 3.0.1 Release
Fixes
- fix: tweaks to logging and updated README by @chris-hoefgen in #112
DotNet Cloud SDK - 2.0.1
Fixes
fix: tweaks to logging and updated README by @chris-hoefgen in #112
DotNet Local SDK - 3.0.0 Release
⚠️ 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
- feat!: update SDK to use DevCycle over DVC for public interfaces. by @jonathannorris in #102
DotNet Cloud SDK - 2.0.0
⚠️ 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
- feat!: update SDK to use DevCycle over DVC for public interfaces. by @jonathannorris in #102
DotNet Local SDK - 2.10.0 Release
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
Testing
- New action to test run local and cloud SDK examples