All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
17.0.3 (2025-01-28)
17.0.2 (2025-01-27)
17.0.1 (2025-01-20)
17.0.0 (2025-01-19)
- add iso20022 compatibility (#518)
16.0.2 (2025-01-07)
16.0.1 (2024-12-20)
16.0.0 (2024-12-11)
- fx and interscheme implementation (#492)
15.3.4 (2024-06-11)
15.3.3 (2024-06-11)
15.3.2 (2024-06-11)
15.3.1 (2024-06-07)
15.3.0 (2024-05-28)
15.2.5 (2024-05-17)
15.2.4 (2024-04-23)
- excessive span logging (#474) (c51b7de)
- mojaloop#/3829: added jwsSigner defining to PUT /participants callback (#472) (92908a4)
15.2.3 (2024-03-07)
- mojaloop/#3759: update central shared (#470) (3f6b233), closes mojaloop/#3759
15.2.2 (2024-03-01)
15.2.1 (2023-12-20)
15.2.0 (2023-11-28)
- mojaloop/#3427: add oracle endpoint db caching and oracle request caching (#467) (42e93d0), closes mojaloop/#3427
15.1.0 (2023-11-24)
15.0.0 (2023-11-07)
- mojaloop/#3615: update dependencies (#464) (f6a544c), closes mojaloop/#3615
14.2.5 (2023-09-12)
- mojaloop/#3435: nodejs upgrade (#462) (cea1fae), closes mojaloop/#3435
14.2.3 (2023-07-27)
14.2.2 (2023-07-12)
14.2.1 (2023-07-12)
14.2.0 (2023-07-11)
- mojaloop/#3396: added missing metrics (#457) (eb82101), closes mojaloop/#3396
14.1.0 (2022-11-25)
- mojaloop/#2740: add testing currency codes and update codeowners (#450) (7cec9f2), closes mojaloop/#2740
14.0.0 (2022-06-20)
- 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/account-lookup-service
which will impact config mounts. Also, take note of the knexfile.js defined in the Helm charts which have hard-coded directories which should also be changed to reflect this change.
- mojaloop/#2092: upgrade nodeJS version for core services (#445) (67d9a0e), closes mojaloop/#2092
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 (#436) (5900e52), closes mojaloop/#2704
12.1.0 (2021-12-14)
- mojaloop/#2608: injected resource versions config for outbound requests (#432) (9df1d88), closes mojaloop/#2608
12.0.0 (2021-11-05)
- mojaloop/#2534: 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/#2534: fspiop api version negotiation not handled by account lookup service (#430) (f1cf4a3), closes mojaloop/#2534
11.8.0 (2021-09-28)
- mojaloop/#2505: als-subid-error-callback-endpoint-not-implemented (#429) (6051259), closes mojaloop/#2505
11.7.7 (2021-09-10)
- mojaloop/#2470: central-services-shared streamingprotocol encode/decode functionality fix (#428) (2f5d26a), closes mojaloop/#2470
11.7.6 (2021-09-09)
11.7.5 (2021-09-09)
- expand unit tests for myanmar characters (#426) (d21176c), closes /github.com/mojaloop/project/issues/2358#issuecomment-916031483
11.7.4 (2021-08-17)
- #2358-2: firstname, middlename and lastname regex not supporting myanmar script unicode strings (#425) (7a61510), closes #2358-2 mojaloop/#2374
11.7.3 (2021-08-16)
- mojaloop/#2374: ALS is sending out multiple requests to participants for both Oracle records that match non-subId and subId result set (#424) (3639ddc), closes mojaloop/#2374
11.7.2 (2021-08-11)
- #2358: firstname, middlename and lastname regex not supporting myanmar script unicode strings (#423) (049ce8a), closes #2358 #2358
11.7.0 (2021-07-22)
11.5.6 (2021-07-14)
11.5.5 (2021-07-14)
11.5.4 (2021-07-14)
11.5.3 (2021-06-11)
- mojaloop/project#2246: updated dependency version (#415) (2c63093), closes mojaloop/project#2246