All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
16.8.2 (2026-02-05)
16.8.1 (2026-02-03)
16.8.0 (2026-01-29)
16.7.0 (2026-01-15)
- sbom: update sbom [skip ci] (6de0448)
16.6.5 (2026-01-07)
16.6.4 (2026-01-04)
- sbom: update sbom [skip ci] (4a903b8)
16.6.3 (2025-12-17)
- sbom: update sbom [skip ci] (902bcbb)
16.6.2 (2025-12-10)
- sbom: update sbom [skip ci] (0c2ebf6)
16.6.1 (2025-11-02)
16.6.0 (2025-10-27)
- sbom: update sbom [skip ci] (52168c0)
16.5.11 (2025-10-06)
16.5.10 (2025-09-10)
16.5.9 (2025-07-24)
16.5.8 (2025-07-21)
- sbom: update sbom [skip ci] (c0fb6ed)
16.5.7 (2025-07-17)
16.5.6 (2025-07-11)
16.5.5 (2025-07-11)
- bump deps (#597) (5cda23a)
- sbom: update sbom-v16.5.4.csv [skip ci] (7beee74)
- update dependencies (#598) (ba08fd0)
16.5.4 (2025-07-11)
- update deps (d575192)
16.5.3 (2025-06-16)
16.5.2 (2025-06-15)
16.5.1 (2025-06-10)
16.5.0 (2025-05-29)
16.4.3 (2025-04-15)
16.4.2 (2025-04-01)
16.4.1 (2025-03-27)
16.4.0 (2025-03-26)
16.3.2 (2025-03-13)
16.3.1 (2025-03-07)
16.3.0 (2025-03-06)
16.2.0 (2025-03-03)
16.1.1 (2025-02-25)
16.1.0 (2025-02-21)
16.0.3 (2025-02-04)
16.0.2 (2025-01-28)
16.0.1 (2025-01-20)
16.0.0 (2025-01-18)
- add option to handle iso20022 requests (#564)
- add option to handle iso20022 requests (#564) (2dea0bd), closes mojaloop/#3574
15.0.1 (2025-01-09)
15.0.0 (2024-12-06)
- fx and interscheme implementation (#534)
- fx and interscheme implementation (#534) (b270825), closes mojaloop/#3574
14.0.7 (2024-06-11)
- dependency updates to address security patches (#528) (29a8caa)
- deps: Bump @apidevtools/json-schema-ref-parser from 11.1.0 to 11.6.2 (#526) (035e9b1)
14.0.6 (2024-05-17)
14.0.5 (2023-11-07)
- mojaloop/#3615: upgrade dependencies (#516) (87084d3), closes mojaloop/#3615
14.0.4 (2023-09-04)
14.0.3 (2023-09-04)
14.0.2 (2023-08-28)
- mojaloop/#3470: pull in performance improved central-services-shared (#512) (ca37d10), closes mojaloop/#3470
14.0.1 (2023-08-11)
14.0.0 (2022-05-23)
- mojaloop/#2092: Major version bump for node v16 LTS support, re-structuring of project directories to align to core Mojaloop repositories and docker image now uses
/opt/appinstead of/opt/ml-api-adapterwhich will impact config/secret mounts.
- mojaloop/#2092: upgrade nodeJS version for core services (#501) (bcf0b6d), closes mojaloop/#2092
13.0.0 (2022-03-03)
- mojaloop/#2704: - Config PROTOCOL_VERSIONS.CONTENT has now been modified to support backward compatibility for minor versions (i.e. v1.0 & 1.1) as follows:
"PROTOCOL_VERSIONS": { "CONTENT": "1.1", <-- used when generating messages from the "SWITCH", and validate incoming FSPIOP API requests/callbacks CONTENT-TYPE headers "ACCEPT": { "DEFAULT": "1", <-- used when generating messages from the "SWITCH" "VALIDATELIST": [ <-- used to validate incoming FSPIOP API requests/callbacks ACCEPT headers "1", "1.0", "1.1" ] } },to be consistent with the ACCEPT structure as follows:
"PROTOCOL_VERSIONS": { "CONTENT": { "DEFAULT": "1.1", <-- used when generating messages from the "SWITCH" "VALIDATELIST": [ <-- used to validate incoming FSPIOP API requests/callbacks CONTENT-TYPE headers "1.1", "1.0" ] }, "ACCEPT": { "DEFAULT": "1", <-- used when generating messages from the "SWITCH" "VALIDATELIST": [ <-- used to validate incoming FSPIOP API requests/callbacks ACCEPT headers "1", "1.0", "1.1" ] } },
- mojaloop/#2704: core-services support for non-breaking backward api compatibility (#496) (5928511), closes mojaloop/#2704
12.3.0 (2022-02-25)
12.2.0 (2022-02-22)
- mojaloop/project#2556: implement patch notification for failure scenarios (#492) (026f764), closes mojaloop/project#2556 #2697
12.1.0 (2021-12-14)
- mojaloop/#2608: injected resource versions config for outbound requests (#490) (d46a05b), closes mojaloop/#2608
12.0.0 (2021-11-11)
- mojaloop/#2536: Forcing a major version change for awareness of the config changes. The
LIB_RESOURCE_VERSIONSenv var is now deprecated, and this is now also controlled by the PROTOCOL_VERSIONS config in the default.json. This has been done for consistency between all API services going forward and unifies the config for both inbound and outbound Protocol API validation/transformation features.