Skip to content

Releases: mojaloop/finance-portal-backend-service

v15.4.1

14 Jan 14:47
f537e2e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v15.4.0...v15.4.1

v15.4.0

12 Jan 13:00
965673b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v15.3.2...v15.4.0

v15.3.2

09 Sep 20:05
06d3392
Compare
Choose a tag to compare
fix: fix transfer search filtering issues (#83)

* fix transfer search filtering issues

* remove debug console log

v15.3.1

09 Sep 10:54
eaed864
Compare
Choose a tag to compare
fix: refactor transfer search query to find transfers with no quote r…

…ather than opposite (#81)

* refactor transfer search query to find transfers with no quote rather than quotes with no transfer

* fix lint errors

v15.3.0

08 Sep 09:52
45afa83
Compare
Choose a tag to compare
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

01 Sep 12:54
9ddc3af
Compare
Choose a tag to compare

Adding routes to support transfer search in the v2 portal. Temporary until other services are developed in the reporting BC.

v15.2.1

26 Aug 13:15
06caa0f
Compare
Choose a tag to compare

v15.2.0

15 Jul 10:29
524ede1
Compare
Choose a tag to compare
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

30 Jun 09:19
ff49d03
Compare
Choose a tag to compare
fix: handle central settlement 400 response indicating lack of existi…

…ng settlements (#74)

* Handle central settlement 400 response indicating lack of existing settlements

* Hopefully fix up package lockfile

v15.1.0

29 Jun 12:53
56a4567
Compare
Choose a tag to compare
feat: improve logging (quite a bit) (#73)

* Improve logging

* Bump package ver. Improve README slightly.

* Package versions, vuln fixes

* Some minor fixes