All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
18.14.2 (2024-12-20)
18.14.1 (2024-12-12)
18.14.0 (2024-12-11)
18.13.0 (2024-12-10)
18.12.1 (2024-12-02)
18.12.0 (2024-11-29)
18.11.3 (2024-11-26)
18.11.2 (2024-11-21)
18.11.1 (2024-11-13)
18.11.0 (2024-10-24)
- add generic redis get/set cache (#403) (365f2d4), closes #405
- csi-106: added iso-20022 headers support (#402) (290cad3)
18.10.0 (2024-10-14)
18.9.0 (2024-09-18)
18.8.0 (2024-09-17)
18.7.6 (2024-09-12)
18.7.5 (2024-09-12)
18.7.4 (2024-09-11)
18.7.3 (2024-08-27)
18.7.2 (2024-08-22)
18.7.1 (2024-08-20)
18.7.0 (2024-07-26)
18.6.3 (2024-07-12)
18.6.2 (2024-07-08)
18.6.1 (2024-07-08)
18.6.0 (2024-07-05)
18.5.2 (2024-07-04)
18.5.1 (2024-06-28)
- mojaloop/#3984: add type definition for HeaderValidation (#386) (3f79b90), closes mojaloop/#3984
18.5.0 (2024-06-25)
18.4.0 (2024-06-20)
- add shared resources for fx functionality (#384) (8bec55c), closes mojaloop/#3689
18.3.8 (2024-06-11)
18.3.7 (2024-06-07)
18.3.6 (2024-05-24)
18.3.5 (2024-04-23)
- excessive logging of agent internals (0073c37)
18.3.4 (2024-04-09)
18.3.3 (2024-04-05)
18.3.2 (2024-04-05)
18.3.1 (2024-04-04)
- deps: bump express from 4.18.2 to 4.19.2 (#363) (248bad2)
- deps: bump follow-redirects from 1.15.5 to 1.15.6 (#364) (eed3eeb)
18.3.0 (2024-03-07)
18.2.0 (2023-11-23)
- mojaloop/#3426: add participant request caching, axios override and metrics (#357) (c5329a2), closes mojaloop/#3426
18.1.3 (2023-11-02)
- mojaloop/#3604: update dependencies (#356) (b626266), closes mojaloop/#3604
18.1.2 (2023-09-18)
18.1.1 (2023-09-12)
18.1.0 (2023-09-06)
- mojaloop/#3519: add topic name override to proceed and produce message (#351) (305566b), closes mojaloop/#3519
18.0.0 (2023-08-31)
-
mojaloop/#3498: refactor message keying logic in proceed function (#350)
-
mojaloop/#3498: refactor message keying logic in proceed function (#350) (664f454), closes mojaloop/#3498
17.6.3 (2023-08-29)
17.6.2 (2023-08-24)
17.6.1 (2023-08-17)
17.6.0 (2023-08-17)
17.5.3 (2023-08-17)
17.5.2 (2023-08-16)
- mojaloop/#3480: change performance impacting log statements to debug (#343) (20c2fdb), closes mojaloop/#3480
17.5.1 (2023-02-23)
17.5.0 (2023-01-16)
17.4.0 (2023-01-13)
17.3.1 (2022-09-29)
17.3.0 (2022-08-15)
- mojaloop/#2801: add ABORTING bulk transfer state (#333) (8b26635), closes mojaloop/#2801
17.2.1 (2022-08-15)
- mojaloop/#2814: added bulk quotes to header validation (#334) (ab6c3f6), closes mojaloop/#2814
17.2.0 (2022-08-11)
- mojaloop/#2796: duplicate transaction not getting callback for post /bulkTransfers (#332) (5427a53), closes mojaloop/#2796
17.1.0 (2022-08-05)
- mojaloop/#2796: duplicate transaction not getting callback for post /bulkTransfers (#331) (b7f6ba6), closes mojaloop/#2796
17.0.2 (2022-05-19)
- updated peerDependencies as NPM v7+ handles their resolution for us (968da97)
17.0.1 (2022-05-19)
- removed typescript build from ci config (cc75c8a)
17.0.0 (2022-05-19)
- mojaloop/#2092: major version bump for node v16 LTS support, and re-structuring of project directories to align to core Mojaloop repositories!
- mojaloop/#2092: upgrade nodeJS version for core services (#330) (4778864), closes mojaloop/#2092
16.0.0 (2022-03-03)
- mojaloop/#2704: - headerValidation.FSPIOPHeaderValidation now expects the
supportedProtocolContentVersions
options argument to be a list, the same assupportedProtocolAcceptVersions
- mojaloop/#2704: core-services support for non-breaking backward api compatibility (#325) (cb81f7e), closes mojaloop/#2704
15.3.0 (2022-02-07)
- mojaloop/project#2556: implement patch notification for failure scenarios (following v1.1 update) (#321) (92015a7), closes mojaloop/project#2556
15.2.0 (2021-12-13)
- mojaloop/#2608: injected resource versions config for outbound requests (#319) (13a3d9d), closes mojaloop/#2608
15.1.0 (2021-11-17)
15.0.1 (2021-11-08)
- #2557: error notification to payer fsp, header for source having wrong value (#316) (d4b95b6), closes #2557
15.0.0 (2021-10-18)
- mojaloop/#2536: split options config for supportedProtocolVersions to supportedProtocolVersions & supportedProtocolAcceptVersions of HeaderValidation Hapi Plugin. It should be backward compatible, but forcing a major version bump to reflect this new functionality.
- mojaloop/#2536: fspiop api version negotiation not handled by transfers service (#315) (e3a8748), closes mojaloop/#2536
14.0.0 (2021-09-10)
- mojaloop/#2470: Adding this for a major bump. The change of encoding should not impact anyone, but I want users of this library to be aware of a potential issue with regard to how the messages are encoded/decoded!
- mojaloop/#2470: central-services-shared streamingprotocol encode/decode functionality fix (#313) (cedc359), closes mojaloop/#2470
13.4.1 (2021-08-25)
13.4.0 (2021-08-25)
- ci: automate releases (#311) (3ec7998)
- enums: add enums for /tpr/authorizations and /tpr/verifications (#310) (332869b)
13.3.0 (2021-08-25)
- add verification eventType (d7efe85)
- ci: adding automated release support, removing dependency check, as it's now covered by dependabot (7f52097)
- enums: add enums for /tpr/authorizations and /tpr/verifications (95ec42e)
- enums: add enums for /tpr/authorizations and /tpr/verifications (#310) (332869b)
- vulns: run npm audit, fix and ignore unfixable and unused (501f683)
13.2.0 (2021-08-25)
- add verification eventType (d7efe85)
- ci: adding automated release support, removing dependency check, as it's now covered by dependabot (7f52097)
- enums: add enums for /tpr/authorizations and /tpr/verifications (95ec42e)
- enums: add enums for /tpr/authorizations and /tpr/verifications (#310) (332869b)
- vulns: run npm audit, fix and ignore unfixable and unused (501f683)
13.1.0 (2021-08-25)
- add verification eventType (d7efe85)
- enums: add enums for /tpr/authorizations and /tpr/verifications (95ec42e)
- vulns: run npm audit, fix and ignore unfixable and unused (501f683)