Skip to content

Release of Python SDK v0.0.70

Choose a tag to compare

@gnongsie gnongsie released this 17 Oct 12:24
· 16 commits to master since this release
b85c4c0
  • 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

  • Dependency urllib3 has been replaced by urllib3-future to leverage the library's enhanced keep-alive features.

  • Implemented Factory design pattern to manage the reuse of PoolManager objects from the urllib3-future library.

  • New user configurations have been exposed to control connection pooling and multithreading, like max_num_idle_connections, max_pool_size, max_keep_alive_delay, max_keep_alive_idle_window

  • Some missing configurations have now been added for enhanced networking, such as ssl_verify, use_proxy, proxy_username, proxy_password