Skip to content

Commit 2d53bc5

Browse files
author
mojaloopci
committed
ci(release): 1.16.0 [skip ci]
1 parent 3fd705f commit 2d53bc5

File tree

3 files changed

+119
-3
lines changed

3 files changed

+119
-3
lines changed

CHANGELOG.md

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,122 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## 1.16.0 (2025-02-05)
6+
7+
8+
### Features
9+
10+
* added auth and kyc ([93f09ca](https://github.com/mojaloop/ml-reference-connectors/commit/93f09ca78216622c735e7d655a73f7b06a01a6ed))
11+
* added boilerplate code for outgoing payments ([0902506](https://github.com/mojaloop/ml-reference-connectors/commit/0902506d5f4aed99c39bc9d03aa3de5b20216b38))
12+
* added callback endpoint and request handler function ([8e1f100](https://github.com/mojaloop/ml-reference-connectors/commit/8e1f100c03233de75fc6de22b0e081fbb2fe0a88))
13+
* added collectMoney function and refactored aggregate ([9132392](https://github.com/mojaloop/ml-reference-connectors/commit/91323925847239cf75ffdc6606cc68266a742352))
14+
* added iso kyc features and implemented new designs for merchant payments ([cf28dc3](https://github.com/mojaloop/ml-reference-connectors/commit/cf28dc3245862bb02011cf8cd3a8702d038a2597))
15+
* added logging for errors ([d8899bf](https://github.com/mojaloop/ml-reference-connectors/commit/d8899bf5ae621af62fa66573897e8f487a80d660))
16+
* added logging of request and respone bodies ([60a7e03](https://github.com/mojaloop/ml-reference-connectors/commit/60a7e036a10a31278c01220ff26c5f1d8414610d))
17+
* added merchant payments ([9a7ed9f](https://github.com/mojaloop/ml-reference-connectors/commit/9a7ed9f8a1121eb3f0a8ddb8674f8e84782d5808))
18+
* added merchant payments and tests ([ba25f70](https://github.com/mojaloop/ml-reference-connectors/commit/ba25f705777584a78a68f2999f4d3c5b4ca00141))
19+
* Added mock test and types for NBM ([34caa9b](https://github.com/mojaloop/ml-reference-connectors/commit/34caa9ba55e2efa42d21eb75f8e249f378046692))
20+
* added property attribute to data object in getCustomer method in CBSclient ([2b410c4](https://github.com/mojaloop/ml-reference-connectors/commit/2b410c4e9e6c882e34b12950679da952afa919b3))
21+
* added quote checking functions ([a1c9679](https://github.com/mojaloop/ml-reference-connectors/commit/a1c9679421afc992d874f914cb916e2fecf9154c))
22+
* added quote validation logic for incoming payments ([5b1ce67](https://github.com/mojaloop/ml-reference-connectors/commit/5b1ce67be3c25431b514c573068014b3e07833fc))
23+
* added refund function to tnm client ([c1b6183](https://github.com/mojaloop/ml-reference-connectors/commit/c1b6183b05d71e095a97316fc417da5701306f46))
24+
* added route handler for PATCH notification ([349ffb7](https://github.com/mojaloop/ml-reference-connectors/commit/349ffb7ea4c488ae0bdf00cef424ea8d06de42e1))
25+
* added sequence diagrams for merchant payments ([89c207a](https://github.com/mojaloop/ml-reference-connectors/commit/89c207a58e0b18bfacb1e95f9a68bf0521d4a8cd))
26+
* added type for extensionList entry ([0fa095c](https://github.com/mojaloop/ml-reference-connectors/commit/0fa095c3478493c983433ef6a252405705937254))
27+
* change callback req method to post for tnm ([db3180e](https://github.com/mojaloop/ml-reference-connectors/commit/db3180eae26e0f8a456bcfe78a612e14e6b4eb93))
28+
* create new connector for mtn ug ([651ac79](https://github.com/mojaloop/ml-reference-connectors/commit/651ac79fcf57b4c1f6c21ade8ae9b4c81d67130d))
29+
* fdh core connector and tnm quote request function ([e87fdf0](https://github.com/mojaloop/ml-reference-connectors/commit/e87fdf024d891f916e5ded7265e810b8a0fe813b))
30+
* fixed MTN Client to support integration ([089a13c](https://github.com/mojaloop/ml-reference-connectors/commit/089a13c281dd0ff926c6dd8e59cb8a8b7dc16c8f))
31+
* handle error responses properly ([f5af785](https://github.com/mojaloop/ml-reference-connectors/commit/f5af785c22fdc57ee88ed729623f13db39f49a91))
32+
* implement callback functionality ([db356f5](https://github.com/mojaloop/ml-reference-connectors/commit/db356f59f0523dac1272e0e99e526d76646621a3))
33+
* implement ISO requirements in connector template ([9b27926](https://github.com/mojaloop/ml-reference-connectors/commit/9b279264f92b4ec7be4bf58776d00104322e8108))
34+
* implemented functions for incoming transactions ([96c3644](https://github.com/mojaloop/ml-reference-connectors/commit/96c364477372bd937559ea7880714b0e45bbb6f5))
35+
* implemented get transaction enquirey ([a043d6f](https://github.com/mojaloop/ml-reference-connectors/commit/a043d6f1d88c5871da7338e030063f2e59a88cb6))
36+
* implemented merchant payments ([141e414](https://github.com/mojaloop/ml-reference-connectors/commit/141e4144be0f71161ecba4b3731800f44e802f92))
37+
* Implemented mocks tests ([5513c21](https://github.com/mojaloop/ml-reference-connectors/commit/5513c2136e88b746550b9a128cb3690d03a5c847))
38+
* implemented mtn kyc data mapping iso fields and merchant payment implementation ([9a0f631](https://github.com/mojaloop/ml-reference-connectors/commit/9a0f63107dac6f45cbc1ee581f7864acbbc8c133))
39+
* implemented outgoing payments functionality ([2e64944](https://github.com/mojaloop/ml-reference-connectors/commit/2e649443416e27ccc44f4958c588a34c44cfea19))
40+
* implemented recieve transfers ([4c0c2aa](https://github.com/mojaloop/ml-reference-connectors/commit/4c0c2aac058972bd12cf00802e9fb2a1bab9bcbd))
41+
* implemented tests and fixed issues from testing in connector template ([0536561](https://github.com/mojaloop/ml-reference-connectors/commit/0536561e5099e15c429ed40800d6be5de7a4399d))
42+
* implemented validateQuote function ([f1e4646](https://github.com/mojaloop/ml-reference-connectors/commit/f1e4646614937feb2634946a30aac76fc6fbce6e))
43+
* put http protocol for cbs in env var ([bd188dd](https://github.com/mojaloop/ml-reference-connectors/commit/bd188dd55413bf175e1b6de93228cdb9d3538581))
44+
* read ISO returned name and configure http timeout ([05fb823](https://github.com/mojaloop/ml-reference-connectors/commit/05fb823e671c18afcbdd9c88b55575b901e692b4))
45+
* refactored aggregate and added callback handler ([dfd0bdd](https://github.com/mojaloop/ml-reference-connectors/commit/dfd0bdd943300c09d0c62e9d4b0ce654155d811b))
46+
* refactored the sequence of handling of currentState for an outgoing payment ([ca76733](https://github.com/mojaloop/ml-reference-connectors/commit/ca767337518f04bb41ddf98017a18a6a80f5a0d1))
47+
* return errors from SDK properly ([5408d34](https://github.com/mojaloop/ml-reference-connectors/commit/5408d345c67adf7d5b164daaa0c3530a33997df7))
48+
* set default values for extensionLists that may be undefined ([29c6388](https://github.com/mojaloop/ml-reference-connectors/commit/29c638813ffd970050c54d99b8dd1459a53a5592))
49+
* set default values for extensionLists that may be undefined ([72af519](https://github.com/mojaloop/ml-reference-connectors/commit/72af519e9ad865cbee87dbf8e054019fd506dc12))
50+
* set default values in extensionLists for outbound post transers ([ec2e623](https://github.com/mojaloop/ml-reference-connectors/commit/ec2e62378d960b7f7a91e61c74a142ea415e4aa7))
51+
* Unit and Integrations tests added ([0943618](https://github.com/mojaloop/ml-reference-connectors/commit/0943618a8bfa1eaaebb1d1d9a605639a00290b02))
52+
* update sdk client for tnm to return all sdk responses ([ef1663a](https://github.com/mojaloop/ml-reference-connectors/commit/ef1663abbf2976d3d5aa1290cf9d31302ddc9a84))
53+
* updated api documentation ([82a0435](https://github.com/mojaloop/ml-reference-connectors/commit/82a0435188179bf5d2337cf26a7fa4aafaab53b6))
54+
* updated readme doc in root folder ([0589704](https://github.com/mojaloop/ml-reference-connectors/commit/058970451cd935e670ec6370df74f3e14c98eec1))
55+
* warn for missing extensionlists and return supportedCurrenceis ([cc745b2](https://github.com/mojaloop/ml-reference-connectors/commit/cc745b2d17327c099938196d6645f3978df1256e))
56+
* Writing mock tests ([9923398](https://github.com/mojaloop/ml-reference-connectors/commit/99233988399cbfe1fb0246bdfcbd502633f95778))
57+
58+
59+
### Bug Fixes
60+
61+
* added await on refund handler ([7ba561f](https://github.com/mojaloop/ml-reference-connectors/commit/7ba561f7278258e7f63fc431d713efbcee55e418))
62+
* added await on refund handler ([7a496af](https://github.com/mojaloop/ml-reference-connectors/commit/7a496af77335c8415c7d60fc6a1cc52a1828a607))
63+
* added changes from update-payer send money ([a5cc399](https://github.com/mojaloop/ml-reference-connectors/commit/a5cc3991164d491edb9c5d1f6f3c4243c175b594))
64+
* ffixed ailed transfer test ([fe5a550](https://github.com/mojaloop/ml-reference-connectors/commit/fe5a55076693d6075761e88c34c685c8c9d8ba89))
65+
* fix failing tests ([0c1f6d6](https://github.com/mojaloop/ml-reference-connectors/commit/0c1f6d625997101970eb6a64cb8f3603b463fd27))
66+
* fix linting errors ([c845b56](https://github.com/mojaloop/ml-reference-connectors/commit/c845b56068d949c507fef087d52ba6a659205bcd))
67+
* fix the operationId being referenced in dfsp routes ([c0ed2d2](https://github.com/mojaloop/ml-reference-connectors/commit/c0ed2d29bc3a8c3c91be467ff57e2f48ef37df6c))
68+
* fixed env file name and removed integration tests from pipeline run ([853f26a](https://github.com/mojaloop/ml-reference-connectors/commit/853f26ae7a4e73e93290ea7aa87395ed4b7cba15))
69+
* fixed eslint errors ([fddad62](https://github.com/mojaloop/ml-reference-connectors/commit/fddad62df7bcf15749833bdcdf1ce622ba7974b6))
70+
* fixed failing callback test ([fd8844c](https://github.com/mojaloop/ml-reference-connectors/commit/fd8844c7e7f8cb1c41381f076367a007ffc4b632))
71+
* fixed failing ci jobs ([1f1bd2f](https://github.com/mojaloop/ml-reference-connectors/commit/1f1bd2f5d20e5bf93f7cf35f2f83b0fa9a1b1d81))
72+
* fixed failing integration tests ([e338c28](https://github.com/mojaloop/ml-reference-connectors/commit/e338c281112da0784c74372a77838a3d90737395))
73+
* fixed failing test for quoterequests ([cdb33aa](https://github.com/mojaloop/ml-reference-connectors/commit/cdb33aa1772f8f36f77500217edf5f76e35b9292))
74+
* fixed failing tests ([f83eb21](https://github.com/mojaloop/ml-reference-connectors/commit/f83eb218427464295b53da80a9c9e3c9741eabae))
75+
* fixed failing tests ([4f00035](https://github.com/mojaloop/ml-reference-connectors/commit/4f00035f222be92c49d828aaf995c18d5a8099b0))
76+
* fixed failing tests ([4e85c44](https://github.com/mojaloop/ml-reference-connectors/commit/4e85c4463935996cd6eee0f53dafea74d239399e))
77+
* fixed failing tests ([5276cf5](https://github.com/mojaloop/ml-reference-connectors/commit/5276cf5fc64c28083ed9fb7505ae025c2ed5df6e))
78+
* fixed failing tests in mtn-ug-core-connector ([87240f9](https://github.com/mojaloop/ml-reference-connectors/commit/87240f95753c7fa4114da01b2c8c4a1fa0998234))
79+
* fixed failing tests in mtn-ug-core-connector ([932b714](https://github.com/mojaloop/ml-reference-connectors/commit/932b71443cbccbbdf3ecda8b12ab83c5f47d8c65))
80+
* fixed failing tests in the mtn-ug and mtn-zm connector ([b863499](https://github.com/mojaloop/ml-reference-connectors/commit/b8634996790577788e236c0859e8bf36420e1be0))
81+
* Fixed failing unit test ([61bdbcd](https://github.com/mojaloop/ml-reference-connectors/commit/61bdbcd640e09890379fa92949efa0e884780d34))
82+
* fixed failing unit tests ([432d150](https://github.com/mojaloop/ml-reference-connectors/commit/432d15012d6e86f63f162f853cbfa73149d8ac87))
83+
* fixed failling quote request unit test ([44f2273](https://github.com/mojaloop/ml-reference-connectors/commit/44f22739167b682e95ba353ebe33aac92a65c193))
84+
* fixed liniting errors and tests in airtel-zm connector ([c2a4dff](https://github.com/mojaloop/ml-reference-connectors/commit/c2a4dff0b96119f89823bdbfe568bb27aaf02757))
85+
* fixed linting ([c57dba8](https://github.com/mojaloop/ml-reference-connectors/commit/c57dba89a53534213b69b74dae570331b472eeef))
86+
* fixed linting errors ([2a11833](https://github.com/mojaloop/ml-reference-connectors/commit/2a11833e37f4d29b24dbaaa20f0f5e3b0ffbb39d))
87+
* fixed linting errors ([0ea2af8](https://github.com/mojaloop/ml-reference-connectors/commit/0ea2af89349e273fb5eb96ee3759a315bb46f399))
88+
* fixed linting errors ([163dbee](https://github.com/mojaloop/ml-reference-connectors/commit/163dbeedb9d2cd741744931ac474d414338f8567))
89+
* fixed linting errors and fixed failing tests in ci ([0839177](https://github.com/mojaloop/ml-reference-connectors/commit/08391772959d050ec631284e3a004f3a538a54f3))
90+
* fixed middleName return in getParties call ([a1b7bd0](https://github.com/mojaloop/ml-reference-connectors/commit/a1b7bd0683197ab3fbb0bca2f3b5ee42d37f650e))
91+
* fixed parameter name in api spce ([f785f2c](https://github.com/mojaloop/ml-reference-connectors/commit/f785f2cda3832cc11db4c1ba1275bc0b7ef179ad))
92+
* fixed parameter names on get parties ([3b9abcb](https://github.com/mojaloop/ml-reference-connectors/commit/3b9abcb008ed7bab84d406b3cdac6857b9303511))
93+
* fixed quote validation functions ([c04f729](https://github.com/mojaloop/ml-reference-connectors/commit/c04f72932298b1b7ed85763f527053ad361ea3de))
94+
* fixed sdk logging of response body from sdk ([6ed676d](https://github.com/mojaloop/ml-reference-connectors/commit/6ed676de2b16a8976cb952b4bd1d06cb546dfcb2))
95+
* fixed the core connector agg functions ([9f05cf3](https://github.com/mojaloop/ml-reference-connectors/commit/9f05cf3bb86ed8e2c60a728e6f9b52e5c8847635))
96+
* fixed typo in name of api spec file ([888dddf](https://github.com/mojaloop/ml-reference-connectors/commit/888dddf96f186fbf137d602aebfaec2582e3cd3a))
97+
* fixed typo in name of api spec file ([a74e6a5](https://github.com/mojaloop/ml-reference-connectors/commit/a74e6a51659e87049ca20e68c4e832af1ccc69b4))
98+
* fixed typo in name of api spec file ([06c06dd](https://github.com/mojaloop/ml-reference-connectors/commit/06c06dd06bb318293b454094fabddaae7b135aec))
99+
* fixing linting errors and environmental variables ([b27ee08](https://github.com/mojaloop/ml-reference-connectors/commit/b27ee089a1ab707292dbdf6d35a9ad065db9102c))
100+
* implemented changes to fix failing tests ([a05a85b](https://github.com/mojaloop/ml-reference-connectors/commit/a05a85bd3ab08ec0d1180eb3cb5cd9be8b071428))
101+
* implemented new pre-push functionality for git hooks ([c0e1b37](https://github.com/mojaloop/ml-reference-connectors/commit/c0e1b3724aaf3a13830add3abe23824770787bfa))
102+
* **isi 576:** fixed changes found in tnm connector ([a6d8039](https://github.com/mojaloop/ml-reference-connectors/commit/a6d80398bec585ca8b4e113f6ccd69dc6727bebd))
103+
* **isi 576:** fixed changes found in tnm connector ([beccde1](https://github.com/mojaloop/ml-reference-connectors/commit/beccde1cf51f1543a20d1d372052fa5520f5d446))
104+
* **isi 576:** fixed issues found in airtel zambia connector ([f7ad320](https://github.com/mojaloop/ml-reference-connectors/commit/f7ad320d4e9c4cddb50797072aadc192277f9623))
105+
* **isi 576:** fixed issues found in mtn ug connector ([8503b56](https://github.com/mojaloop/ml-reference-connectors/commit/8503b56f87047b09ddb5fd13409d67dad6a54900))
106+
* **isi 576:** fixed issues found in the connector template ([4872847](https://github.com/mojaloop/ml-reference-connectors/commit/4872847e82be99fe2f6988896d9b23e2bcf0c849))
107+
* put check in place to prevent exceptions ([27e5315](https://github.com/mojaloop/ml-reference-connectors/commit/27e5315c0ee18677da7aa2cb7eaf78daad7becf7))
108+
* put default values if return value from mojaloop connector is undefined ([803c705](https://github.com/mojaloop/ml-reference-connectors/commit/803c7052ac6ed446aecdcbacf62d44b3c055afcc))
109+
* refactored code and uncommented updateSentTransfer in agg ([0b33a83](https://github.com/mojaloop/ml-reference-connectors/commit/0b33a83d9dc1e6d0cfe50e576c9cfe671e5a777a))
110+
* refactored interface and git hooks scripts ([40e67ac](https://github.com/mojaloop/ml-reference-connectors/commit/40e67ac0dd6918f631bd1ebf0a22ae9b8acd2df7))
111+
* refined the merchant payment functions ([1e952e6](https://github.com/mojaloop/ml-reference-connectors/commit/1e952e6c7fc38099325d0f639a42ab169efd1757))
112+
* refined the merchant payment unit tests ([3ae3073](https://github.com/mojaloop/ml-reference-connectors/commit/3ae3073b77fe8984ff7e93366ebdf0fe87dd771d))
113+
* removed unused vars to fix linting errrors ([e2d5e6f](https://github.com/mojaloop/ml-reference-connectors/commit/e2d5e6fc944ea962ac9c67c51697a3e90eb074f5))
114+
* Restored missing implementations for merchant pay ([32214cf](https://github.com/mojaloop/ml-reference-connectors/commit/32214cfd0045ed76c6e5018d98e774f3605745f6))
115+
* synchronize lock file ([1d0f557](https://github.com/mojaloop/ml-reference-connectors/commit/1d0f5574f91945929a1809b01011e5c264eea638))
116+
* unit tests for the merchant payment functions ([f06fa79](https://github.com/mojaloop/ml-reference-connectors/commit/f06fa797adc41b1db6ab1487e28137404bfc7ce2))
117+
* unit tests for the merchant payment functions ([c135e4c](https://github.com/mojaloop/ml-reference-connectors/commit/c135e4c3ad219f54ad4143abe8473fb31ac9d666))
118+
* unit tests for the merchant payment functions ([03a7942](https://github.com/mojaloop/ml-reference-connectors/commit/03a79429fa4c7587ea96e79056579f06cd779ca5))
119+
* Update send money fix ([7910f56](https://github.com/mojaloop/ml-reference-connectors/commit/7910f562205a297e520e88caffa5c6ed984fc256))
120+
5121
## 1.15.0 (2025-01-30)
6122

7123

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-reference-connectors",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "Collection of reference mojaloop connectors",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)