Alipay+ DocsAlipay+ Docs

Release notes

SDK Version 1.2.1.20240506

Release date: 2024-05-06

Enhanced features

Added the ac.route.preset-file-path component property to the Alipay+ MPP Server SDK for customizing the path of the local backup file, which stores the code rules. For more information, see Quick start.

SDK Version 1.2.1.20240206

Release date: 2024-03-01

Enhanced features

  • Added the ability for the SDK to utilize HTTP proxies when making requests to retrieve code rules or perform remote QR code identification. You can configure the HTTP proxy by setting the following parameters:
    • ac.route.http.proxyHost
    • ac.route.http.proxyPort
    • ac.route.http.proxyScheme

For more information, see Quickstart.

  • Added the RemoteIdentify SPI to enable users to customize the process of remote QR code identification. You can refer to the implementation of the DefaultRemoteIdentify SPI as a reference.

SDK Version 1.2.1.20240123

Release date: 2024-01-19

Enhanced features

Supported the recognition of multi-layered EMVCo codes. The upgraded SDK can accurately identify and extract information from the third layer of the QR code, allowing for more precise matching with the code rules.

SDK Version 1.2.1.20240103

Release date: 2024-01-08

Fixed bugs

Fixed a logic flaw in the code that determines whether to perform remote QR code identification based on the SDK version.

SDK Version 1.2.1.20231127

Release date: 2023-12-05

Fixed bugs

  • Fixed integration compatibility issues with Spring framework versions below 5.1.6.RELEASE.
  • Fixed integration compatibility issues with fastjson versions above 2.0.32.

SDK Version 1.2.1.20231010

Release date: 2023-10-09

Enhanced features

  • Added the ability to recognize null values assigned to specific fields within the EMVCo codes.
  • Added the ability to determine whether remote QR code identification should be performed based on the SDK version, allowing for more control and flexibility in the decoding process.
  • Added code rule prioritization, ensuring that the SDK returns results based on higher-priority rules when multiple rules are matched for the same code.
  • Upgraded the SDK's ability to dynamically construct URLs in the Merchant-presented Mode Payment Entry Code scenario.

SDK Version 1.2.0.20230810

Release date: 2023-08-11

Enhanced features

    • ac.route.remote-identify-url
    • ac.route.http.identify.socket-timeout
    • ac.route.http.identify.connect-timeout
    • ac.route.http.identify.connection-request-timeout

For more information, see Quickstart.

  • Added the log keyword [AC_SDK][INVALID_REMOTE_IDENTIFICATION_RESULT] for troubleshooting. For more information, see Troubleshooting.

SDK Version 1.2.1.20230314

Release date: 2023-03-16

N/A