Releases: iovation/launchkey-dotnet
Releases · iovation/launchkey-dotnet
v5.0.0
5.0.0
- Dropped support for everything below .NET 6 since .NET Core 2 and .NET Core 3 are EOL
- Dropped support for everything below .NET Framework 4.6.2
- Added pragma compiler suppression for .NET 6 warning us to move to HttpClient instead of WebRequest / WebResponse because we have to support
.NET Framework 4.6.2 and some of the API changes are not backported through Nuget packages
v4.1.1
Updated Newtonsoft.Json to remediate CWE-755: handle improper handling of exceptional conditions
v4.1.0
v4.0.0
4.0.0
Removed support for .NET 4.0 and bumped minimum to 4.5.0
Added SDK version tracking user agent
3.7.1
Fixed bug where cache-control headers were not properly compared due to limitation in System.Web.HttpWebResponse
v3.7.1.81
v3.7.0.78
v3.6.0.74
- Added new Policy objects
- MethodAmountPolicy
- FactorsPolicy
- LegacyPolicy
- ConditionalGeofencePolicy
- Added new Fence objects:
- TerritoryFence
- GeoCircleFence
- Added new client methods:
- SetAdvancedServicePolicy
- GetAdvancedServicePolicy
- GetAdvancedAuthorizationResponse
- Added new Webhook method:
- GetAdvancedWebhook
- Bugfix concerning LaunchKey API key rotation
- Deprecated:
- ServicePolicy
- SetServicePolicy
- GetServicePolicy
- GetWebhook
- Location
v3.5.0.67 Release
-
Added Authorization Request Cancel functionality to the Service client
-
- Returns auth method state at the time of authorization
- Returns the auth policy at the time of authorization
-
Added Device Link Completion Webhook
- Added webhookUrl to UpdateDirectory method
- Added HandleWebhook to directory client
- Added DeviceLinkCompletionResponse
-
Added device integration testing
-
Refactored Example CLI app to handle webhooks
-
Deprecated HandleWebhook method with two params in directory and service clients
-
Added TraceListener for runtime warnings for client implementors
v3.3.0.57
Request Behavior Mods Release:
- Added dynamic auth TTL and title functionality
- Added dynamic auth push message body and title functionality
- Added auth busy signal error handling
- Added new auth response format
- Added auth denial context functionality