Releases: mojaloop/bulk-api-adapter
Releases · mojaloop/bulk-api-adapter
v15.0.1 Release
15.0.1 (2023-03-29)
Bug Fixes
- mojaloop/#3255: mongoDB connection uRI failing when auth details contain special chars (#96) (5ceb464), closes mojaloop/#3255
v15.0.0 Release
15.0.0 (2023-02-22)
⚠ BREAKING CHANGES
- mojaloop/#3131: seperate mongo uri config (#95)
Features
- mojaloop/#3131: seperate mongo uri config (#95) (5ae3f18), closes mojaloop/#3131
v14.2.0 Release
v14.1.1 Release
v14.1.0 Release
14.1.0 (2022-08-12)
Features
- mojaloop/#2796: duplicate transaction not getting callback for post /bulkTransfers (#86) (fcc7799), closes mojaloop/#2796
- mojaloop/#2704: core-services support for non-breaking backward api compatibility (#74) (62afc4e), closes mojaloop/#2704
- mojaloop/#2608: injected resource versions config for outbound requests (#70) (a2c6a91), closes mojaloop/#2608
- release v13.1.0 (#69) (5464a62), closes mojaloop/#2584
- mojaloop/#2538: fspiop api version negotiation not handled (#67) (416293a), closes mojaloop/#2538
v14.0.2 Release
v14.0.1 Release
v14.0.0 Release
v13.0.1 Release
v13.0.0 Release
13.0.0 (2022-03-04)
⚠ BREAKING CHANGES
- 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" ] } },
Features
- mojaloop/#2704: core-services support for non-breaking backward api compatibility (#74) (62afc4e), closes mojaloop/#2704 mojaloop/#2704