Skip to content

Releases: iovation/launchkey-dotnet

v5.0.0

07 Dec 20:24
v5.0.0
Compare
Choose a tag to compare

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

23 Aug 23:33
v4.1.1
Compare
Choose a tag to compare

Updated Newtonsoft.Json to remediate CWE-755: handle improper handling of exceptional conditions

v4.1.0

14 Dec 19:07
v4.1.0
Compare
Choose a tag to compare
  • Added PublicKey Key Types for differentiating between keys that can encrypt, sign or perform both actions.
  • Added the capability for separate Encryption and Signature keys for entities as an enabler for FIPS 140-3
  • Added totp functionality

v4.0.0

22 Sep 21:44
7e87f69
Compare
Choose a tag to compare

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

18 Jun 15:58
v3.7.1
Compare
Choose a tag to compare

Change Notes:

  • Bugfix release that properly parses cache-control headers from the LaunchKey API

Docs

Nuget

v3.7.0.78

08 Jan 01:09
v3.7.0
Compare
Choose a tag to compare
  • Added support for Device IDs returned by API in creating Authorization Requests. This will assist 3rd party push implementations.

  • Bugfix: License file url added for Nuget

v3.6.0.74

02 Dec 23:17
v3.6.0
Compare
Choose a tag to compare
  • 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

13 Jun 23:02
v3.5.0.67
Compare
Choose a tag to compare
  • Added dynamic linking code TTL functionality

  • Added Authorization Request Cancel functionality to the Service client

  • Added Auth Method Insight

    • 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

11 Jan 19:24
Compare
Choose a tag to compare

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