Releases: mojaloop/finance-portal-backend-service
Releases · mojaloop/finance-portal-backend-service
v8.8.8
Added route `POST /forex/rates/:currencyPair` (#26) * Added route `POST /fxp/rates/:currencyPair` * Propagate request's body to `createFxpRateForCurrencyChannel` * Update to latest finance-portal-lib * Update dependencies * Fixed tests Co-authored-by: Kamuela Franco <kamuela.franco@gmail.com> Co-authored-by: Matt Kingston <mattkingston@gmail.com>
Added route `GET /forex/rates`
Fixed eslint issues; (#25) * Fixed eslint issues; Added eslint as part of the ci/cd pipeline; Removed not needed asynchronous call to `jwt.verify`. * Bumped to 8.8.7 * Simplified `array.some` loop. * Fixed linter run in CICD pipeline. * Use `npm ci` instead of `npm install`; dependency cache on `package-lock.json`.
v8.8.5: Merge pull request #23 from mojaloop/bugfix/reports
Bugfix/reports
Fix settlementWindowId column name in db queries
v8.8.4 change name to settlementWindowId column
Fix db queries
Some fixes to settlement window queries (#21) * Some fixes to settlement window queries * Improved result for settlement window info query * update settlements endpoint in windows model Co-authored-by: Aarón Reynoza <ldaaron38@gmail.com>
v8.8.2
group concat date formats for settlementWindows (#18) * group concat date formats for settlementWindows * Update db.js
v8.8.1
Merge pull request #17 from mojaloop/bugfix/concatenate-aggregate-cur…
Create official release for current sprint 8.8
v8.8.0 Update check for login route in middleware
Fix small dummy query async problem
v0.0.8 fix async failure on dummy query (#15)
Filter out unnecessary files and folders from /secrets
Change jwt injection (#14) * filter out unnecesary files in /secrets directory