Releases: CyberSource/cybersource-rest-client-dotnetstandard
Releases · CyberSource/cybersource-rest-client-dotnetstandard
Release v0.0.1.12
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
Cybersource.Authentication.NetStandard ( v0.0.1.5 )
- Fix for #22
CyberSource.Rest.Client.NetStandard
- Enhancements to Payment API and Reporting API
Release v0.0.1.10
- Enhancements to Payments and Risk APIs
Release v0.0.1.9
- Enhancements to Payment APIs - Added
pausedRequestId
toClientReferenceInformation
class. - Removed length validation at the SDK level.
Release v0.0.1.8
- Enhanced Payments API by adding IBAN field.
Release v0.0.1.7
- 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
- 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
- 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
- Enhanced Payments API, PayerAuthentication API and Risk API with additional fields.
Release v0.0.1.2
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