Releases: mojaloop/mifos-core-connector
Releases · mojaloop/mifos-core-connector
v1.3.0 Release
v1.2.0 Release
1.2.0 (2024-05-27)
Features
- add error definitions and types (dea630d)
- added a base routes class to hold common methods and create a dfsp routes class (c5b14a8)
- added checks for missing payeeFspFee and payeeFspCommission (851b29f)
- added config vars descriptions (f9402c5)
- added configuration variables to be used during service startup (cefd72c)
- added custom error handling logic for failed refunds (37efe3a)
- added process management code to src/index.ts (8eab282)
- added process management code to src/index.ts (5640405)
- added types to support functions (2622086)
- check fineract account allowed to deposit and withdraw (305c63c)
- check fineract account allowed to deposit and withdraw (097d242)
- created api specification for the sdk inbound requests to the core connector (5d2e18b)
- created SDK Scheme Adapter client to support communication with the scheme adapter (c34be0e)
- fixed code formating with prettier (2b63015)
- fixed fineract client to support core connector aggregate (5e71404)
- handle possible failed of getTransactions function during refund (bf6180c)
- implemented confguration for payment Type Id (04dbcf8)
- log service start refactor (e10c60d)
- refactor to allow for better exception handling (c860199)
- refactor to check for account active at quote stage (bf6ce98)
- update aggregate with new functions for payment initiation (af9016f)
- updated domain interfaces with types to support the fineract client and SDK Client (124a498)
- updated environment configuration files (d655f19)
- updated fineract client with funds withdraw functionality (c432031)
- updated request body in PUT /transfers/{transferId} (c1afae1)
Bug Fixes
- added linting in pre-commit and fixed lint errors (b2bcd1c)
- fix dfsp server failing to stop in tests (297ccea)
- fix failing test cases (761aee4)
- fix linting shorten import statement (e257d3e)
- fixed code formatting (6e2b3fa)
- fixed code formatting and environment variable naming (aa1b7d3)
- fixed docker compose build context to current dir (a6f000d)
- fixed errors in core connector aggregate (0ada7af)
- fixed errors in http api svc (1731ec6)
- fixed functional errors in fineract client (ae673b6)
- fixed functional errors in sdk client (adf6ad0)
- fixed import in logger.ts (f7c6cea)
- move fineract test file to integration tests (2a7f0dd)
- remove duplicated code (aa5ffa2)
- remove duplicated logic (bab7116)
- remove uneeded type conversion (48a3a88)
- synchronize api response fixes #15 (b8aafc4)
- synchronize api response schema with actual response codes (255a411)
- update packages in package.json (f1f0dda)
- update packages in package.json (ad39957)
- updated environment examples and added docker compose file (af7d59a)
- updated httpClient to use a new interface (c43d21c)
- use named constants instead of magic numbers (27c8613)
- use named constants instead of magic numbers (c579c6b)