Skip to content

Release v0.0.1.49

Choose a tag to compare

@gnongsie gnongsie released this 19 Oct 13:10
· 6 commits to master since this release
ce09d7e

CyberSource.Authentication.NetStandard v0.0.1.19

  • Exposed new settings for developers to control the connection pool, such as MaxConnectionPoolSize, KeepAliveTime.
  • Default values related to TimeOut, MaxConnectionPoolSize, and KeepAliveTime have been added.
  • Added new dependency StandardSocketsHttpHandler to be able to affect configuration of various socket options (TCP Keepalive, etc.)

CyberSource.Rest.Client.NetStandard v0.0.1.49

  • Addition of new API in Token Management API family

    • /tms/v2/tokenized-cards/{tokenizedCardId}/issuer-life-cycle-event-simulations - POST
  • Addition of new APIs in Merchant Defined Fields API family

    • /invoicing/v2/{referenceType}/merchantDefinedFields - GET, POST
    • /invoicing/v2/{referenceType}/merchantDefinedFields/{id} - PUT, DELETE
  • Addition of new API in Visa Bank Account Validation API family

    • /bavs/v1/account-validations - POST
  • Updates in Payments API family

  • Updates in Token Management API family

  • Updates in Bin Lookup API family

  • Updates in Transaction Details API family

  • Updates in Invoicing API family

  • Updates in Merchant Boarding API family

  • Updates in Unified Checkout API family

  • Implemented Factory design pattern for creating HttpClient instances

  • Enabled Connection Pooling, configurable by setting MaxServicePointIdleTime, KeepAliveTime, TimeOut

  • Enhanced Multithreading Support