All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
17.1.1 (2024-09-18)
17.1.0 (2024-06-26)
17.0.2 (2024-06-14)
17.0.1 (2024-06-12)
- dependency updates and minor maintenance (#107) (b9ed50a)
- deps: bump express from 4.18.2 to 4.19.2 (#104) (115e80d)
- deps: bump follow-redirects from 1.15.2 to 1.15.6 (#105) (8b7a834)
17.0.0 (2023-11-06)
- mojaloop/#3615: update dependencies (#103) (326dbd0), closes mojaloop/#3615
16.0.1 (2023-10-20)
16.0.0 (2023-09-14)
15.0.4 (2023-09-12)
- mojaloop/#3447: nodejs upgrade (#99) (b8de756), closes mojaloop/#3447
15.0.3 (2023-03-30)
- mojaloop/#3260: incoming requests are failing with argument stream failure (#98 (64960c5), closes mojaloop/#3260
15.0.2 (2023-03-29)
15.0.1 (2023-03-29)
- mojaloop/#3255: mongoDB connection uRI failing when auth details contain special chars (#96) (5ceb464), closes mojaloop/#3255
15.0.0 (2023-02-22)
- mojaloop/#3131: seperate mongo uri config (#95)
- mojaloop/#3131: seperate mongo uri config (#95) (5ae3f18), closes mojaloop/#3131
14.2.0 (2022-11-11)
14.1.1 (2022-08-18)
14.1.0 (2022-08-12)
- mojaloop/#2796: duplicate transaction not getting callback for post /bulkTransfers (#86) (fcc7799), closes mojaloop/#2796
14.0.2 (2022-08-11)
14.0.1 (2022-08-01)
14.0.0 (2022-07-07)
- upgrade ci, image, packages, audit (#82)
13.0.1 (2022-03-07)
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 (#74) (62afc4e), closes mojaloop/#2704
12.1.0 (2021-12-14)
- mojaloop/#2608: injected resource versions config for outbound requests (#70) (a2c6a91), closes mojaloop/#2608
12.0.2 (2021-11-22)
- release v13.1.0 (#69) (5464a62), closes mojaloop/#2584
12.0.1 (2021-11-18)
12.0.0 (2021-11-17)
- mojaloop/#2538: 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/#2538: fspiop api version negotiation not handled (#67) (416293a), closes mojaloop/#2538