Skip to content

Releases: CyberSource/cybersource-rest-client-dotnetstandard

Release v0.0.1.12

03 Mar 13:20
ea54432
Compare
Choose a tag to compare
Release v0.0.1.12 Pre-release
Pre-release

Cybersource.Authentication.NetStandard ( v0.0.1.6 )

    • Fix for cache issue
    • The first certificate that is cached is always reused, without option to add more certificates. Also, the certificate fetched from cache is never matched to the certificate that is required.
      Solution : Adding certificate based on name of the certificate file. If the certificate has not been seen before, the certificate is added to the cache. If the certificate already exists in the cache, it is returned from the cache.

CyberSource.Rest.Client.NetStandard

  • Updates to Transaction Search and Details API
  • Carries fix for cache issue from Cybersource.Authentication.NetStandard SDK

Release v0.0.1.11

25 Jan 19:47
Compare
Choose a tag to compare
Release v0.0.1.11 Pre-release
Pre-release

Cybersource.Authentication.NetStandard ( v0.0.1.5 )

CyberSource.Rest.Client.NetStandard

  • Enhancements to Payment API and Reporting API

Release v0.0.1.10

01 Dec 10:23
ff3dd0b
Compare
Choose a tag to compare
Release v0.0.1.10 Pre-release
Pre-release
  • Enhancements to Payments and Risk APIs

Release v0.0.1.9

28 Oct 17:52
Compare
Choose a tag to compare
Release v0.0.1.9 Pre-release
Pre-release
  • Enhancements to Payment APIs - Added pausedRequestId to ClientReferenceInformation class.
  • Removed length validation at the SDK level.

Release v0.0.1.8

24 Sep 09:12
c400cc1
Compare
Choose a tag to compare
Release v0.0.1.8 Pre-release
Pre-release
  • Enhanced Payments API by adding IBAN field.

Release v0.0.1.7

09 Sep 06:36
Compare
Choose a tag to compare
Release v0.0.1.7 Pre-release
Pre-release
  • Enhanced Payments API with additional fields and update in existing field definition.
  • Enhanced Transaction search API with additional fields.
  • providerTransactionId is removed from payment and transaction response as this field is not in use.
  • Logging Framework overhaul for DotNet Standard SDK
  • Upgraded Auth SDK to v0.0.1.4

Release v0.0.1.6

16 Aug 07:29
6509a4b
Compare
Choose a tag to compare
Release v0.0.1.6 Pre-release
Pre-release
  • Enhanced Payments API with additional fields and update in existing field definition.
  • pinEntryCapability is removed as this is supported under field terminalCapability.
  • Enhanced Transaction search and invoicing API with additional fields.

Release v0.0.1.5

16 Aug 07:28
6509a4b
Compare
Choose a tag to compare
Release v0.0.1.5 Pre-release
Pre-release
  • Miscellaneous updates to Payments API and Risk API
  • Enhanced 3DS fields in Payments API
  • Added support for auxiliary fields in Risk API
  • RunEnvironment configurations have been deprecated.
    Moving forward, only direct hostnames will be supported. Please refer the Sample Code README file

Release v0.0.1.4

29 Apr 06:23
a07364e
Compare
Choose a tag to compare
Release v0.0.1.4 Pre-release
Pre-release
  • Enhanced Payments API, PayerAuthentication API and Risk API with additional fields.

Release v0.0.1.2

08 Mar 06:40
759ed12
Compare
Choose a tag to compare
Release v0.0.1.2 Pre-release
Pre-release

Cybersource.Authentication.NetStandard

  • Support for OAuth Authentication

CyberSource.Rest.Client.NetStandard

  • Changes to Reason Code in Payer Authentication API
  • Support for API Consumer to include fields – developerId, solutionId & comments in clientReferenceInformation in the request
  • Support for Behavioral Biometrics data in Payments and Decision Manager API Response
  • Support for OAuth Authentication
  • Miscellaneous Bug Fixes