All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
14.3.1 (2024-10-01)
14.3.0 (2024-09-25)
14.2.0 (2024-06-26)
14.1.3 (2024-06-12)
14.1.2 (2023-11-07)
- mojalooop/#3615: upgrade dependencies (#98) (6fb099b), closes mojalooop/#3615
14.1.1 (2023-09-14)
- mojaloop/#3439: nodejs upgrade (#97) (a51ea79), closes mojaloop/#3439
14.1.0 (2022-11-28)
- mojaloop/#2740: add test currencies to api (#92) (1742336), closes mojaloop/#2740
14.0.1 (2022-07-14)
14.0.0 (2022-07-13)
- upgrade node to lts, ci, image, packages, audit (#90)
13.0.0 (2022-03-04)
- 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 (#85) (974c66d), closes mojaloop/#2704
12.0.1 (2021-11-05)
- mojaloop/#2537: fspiop api version negotiation not handled (#81) (32b899e), closes mojaloop/#2537
12.0.0 (2021-11-03)
- mojaloop/#2537: 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.
- mojaloop/#2537: fspiop api version negotiation not handled (#80) (7109cf9), closes mojaloop/#2537