All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
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/app
instead of/opt/ml-api-adapter
which 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_VERSIONS
env 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.