Releases: mojaloop/finance-portal-backend-service
Releases · mojaloop/finance-portal-backend-service
v15.4.1
What's Changed
- fix: hotfix for tmf url by @mdebarros in #86
New Contributors
- @mdebarros made their first contribution in #86
Full Changelog: v15.4.0...v15.4.1
v15.4.0
What's Changed
- feat: added external settlement endpoint by @shashi165 in #85
Full Changelog: v15.3.2...v15.4.0
v15.3.2
fix: fix transfer search filtering issues (#83) * fix transfer search filtering issues * remove debug console log
v15.3.1
v15.3.0
feat: add userinfo route (#80) * Factor cookie extraction out for use elsewhere * Remove dead code * Remove dead code * Refactor constants onto app context * Add userinfo route * Improved logging of health check failure * Bugfix * Tests. Version. * Route handler test * Use jsonwebtoken instead of jwt-decode * Return userinfo from login route * Set Path correctly when clearing token cookie on logout
v15.2.2
v15.2.1
v15.2.0
fix: logging error (#75) * Fix logging error. Disable auth bypass to prevent similar in future. Added error stack to array in logger. * Test fixes * Lint
v15.1.1
fix: handle central settlement 400 response indicating lack of existi…
v15.1.0
feat: improve logging (quite a bit) (#73) * Improve logging * Bump package ver. Improve README slightly. * Package versions, vuln fixes * Some minor fixes