Skip to content

Releases: wallee-payment/ruby-sdk

6.4.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 03 Feb 13:06

Changes:

  • Introduced a new ExpressCheckoutService
  • Added a new metaData field in several entities
  • Changes in SubscriptionUpdateRequest entity

6.3.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 11 Dec 14:07

Changes:

  • Added ApiExceptionErrorCodes and SdkExceptionErrorCodes classes for more convenient error handling.
  • New PaymentTerminalTransactionSummariesService for operations related to transaction summaries.

6.2.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 01 Dec 08:05

Feature

  • PaymentTerminalLocation now has new filed: productionMerchantId

Python

  • Fixed __init__ files for correct module recognition

Minor changes

  • Small technical adjustments in SDK internal components

6.1.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 12 Nov 13:25

Feature

  • Analytics queries now require ExternalId to be submitted
  • Existing operations in AnalyticsQueriesService can now be performed with either QueryToken or ExternalId

6.0.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 29 Oct 12:59

Introducing API v2 Support (Breaking Changes)

This is a major milestone release for the SDK! New version has been completely rewritten to support our new, more powerful REST API v2.

This update brings significant improvements in performance, security, and features. Due to the foundational changes in the API, this version is not backward-compatible with previous versions of the SDK.

BREAKING CHANGES

Before upgrading, please be aware of the following:

  • REST API v1 Is No Longer Supported: This SDK version works only with REST API v2. To continue using API v1, you must remain on the previous versions of this package.

  • Complete Method Rewrite: All client methods have been renamed and restructured to align with the new API v2 endpoints.

  • New Authentication: The client initialization and authentication process has been updated to match API v2 requirements.

  • Updated Error Handling: Error responses now follow the new API v2 error schema.

  • Model/Type Changes: All request and response models have been replaced with new ones based on the API v2 specification.

What's New

  • Full REST API v2 Support: All new endpoints are now available.

  • Improved Performance: Optimized request handling for faster and more reliable communication.

  • Enhanced Security: Implements the latest authentication and signing mechanisms required by API v2.

Authentication Guide

We strongly recommend reading the Authentication Guide before upgrading.

Documentation

For full details on the new API, please see the official API v2 documentation:
https://app-wallee.com/en-us/doc/api/web-service

5.2.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 15 Oct 07:37

SDK alignment with latest REST API v1 changes

4.5.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 12 Feb 14:01

Feature

  • Refactor Unit Tests

4.4.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 19 Jan 14:32

BugFix

  • Fixed publishing to the RubyGems pipeline

4.2.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 19 Jan 11:58

Features

  • Validate Webhook signature
  • Update of supported Ruby version to 3.0.0+

3.3.0

Choose a tag to compare

@wallee-deployment-user wallee-deployment-user released this 23 Jan 13:58

Feature

  • Enable the configuration of the HTTP connection timeout