Releases: mojaloop/reporting-hub-bop-api-svc
Releases · mojaloop/reporting-hub-bop-api-svc
Release v2.0.3
Changes:
- Fixed connection URL issue with mongoDB
Release v2.0.2
Changes:
- Fixed broken functionality to encode connection string when supplying special charaters.
v2.0.1
v2.0.0
Features:
- Standardised configuration library to Convict
- Parameterised mysql and mongodb configuration urls
- Refactored the code to upgrade the deprecated
apollo-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.