Skip to content

Releases: mojaloop/reporting-hub-bop-api-svc

v2.1.0

30 Aug 13:21
b182c14
Compare
Choose a tag to compare

What's Changed

  • fix: fix query used for trx ui graphs by @kleyow in #21

Full Changelog: v2.0.4...v2.1.0

Release v2.0.4

28 Aug 05:34
2d5a52b
Compare
Choose a tag to compare

Fixed an issue with participantCurrencyId

Release v2.0.3

07 Jun 17:08
affb703
Compare
Choose a tag to compare

Changes:

  • Fixed connection URL issue with mongoDB

Release v2.0.2

07 Jun 10:23
bbe3fe0
Compare
Choose a tag to compare

Changes:

  • Fixed broken functionality to encode connection string when supplying special charaters.

v2.0.1

06 Jun 16:40
Compare
Choose a tag to compare

Changes:

  • Fixed broken /health endpoint

v2.0.0

05 Apr 09:25
b66438f
Compare
Choose a tag to compare

Features:

  • Standardised configuration library to Convict
  • Parameterised mysql and mongodb configuration urls
  • Refactored the code to upgrade the deprecatedapollo-graphql-server to @apollo/server
  • Added configuration for CORS whitelisting
  • Added instructions for local deployment and manual testing using ml-core-test-harness

Breaking Changes:

  • The configuration environment variables are changed now because of the change in configuration library. Refer the file src/lib/config.ts for the new environment variables.
  • The mysql and mongodb configuration is changed from a single URL format to multiple parameters like host, port, user, password..etc.

v1.0.31

17 Mar 14:11
e29c53b
Compare
Choose a tag to compare
fix: add code to find proper party in transfer lookup (#14)

* fix: add code to find proper party in transfer lookup

* chore: unsafe-perm=true warning

* chore: audit

* chore: node

v1.0.30

13 Jan 11:52
Compare
Choose a tag to compare

Fix transfer summary query

v1.0.29

11 Jan 10:33
Compare
Choose a tag to compare

Fix transfer summary query

v1.0.28

10 Dec 17:09
Compare
Choose a tag to compare
  • Fix transfer summary query