Skip to content

v14.0.0 Release

Compare
Choose a tag to compare
@mojaloopci mojaloopci released this 20 Jun 14:12

14.0.0 (2022-06-20)

⚠ BREAKING CHANGES

  • mojaloop/#2092: Major version bump for node v16 LTS support, re-structuring of project directories to align to core Mojaloop repositories and docker image now uses /opt/app instead of /opt/account-lookup-service which will impact config mounts. Also, take note of the knexfile.js defined in the Helm charts which have hard-coded directories which should also be changed to reflect this change.

Features

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#443) (812671e)
  • mojaloop/#2704: core-services support for non-breaking backward api compatibility (#436) (5900e52), closes mojaloop/#2704
  • mojaloop/#2608: injected resource versions config for outbound requests (#432) (9df1d88), closes mojaloop/#2608
  • mojaloop/#2534: fspiop api version negotiation not handled by account lookup service (#430) (f1cf4a3), closes mojaloop/#2534
  • mojaloop/#2505: als-subid-error-callback-endpoint-not-implemented (#429) (6051259), closes mojaloop/#2505
  • mojaloop/#2470: central-services-shared streamingprotocol encode/decode functionality fix (#428) (2f5d26a), closes mojaloop/#2470
  • #2358-2: firstname, middlename and lastname regex not supporting myanmar script unicode strings (#425) (7a61510), closes #2358-2 mojaloop/#2374
  • mojaloop/#2374: ALS is sending out multiple requests to participants for both Oracle records that match non-subId and subId result set (#424) (3639ddc), closes mojaloop/#2374