Skip to content

v9.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ahmetoz ahmetoz released this 13 Sep 09:42
· 405 commits to master since this release

v9.0.3

Improvements

  • Migrated from dependabot to renovate for automated dependency management which works with batch updates rather than a single update for all dependency udpates (#780) (#799).
  • Migrated the node version of docker base image from 14.15.5-alpine -> 14.17.4-alpine(#790).
  • Document minimum required scopes for the modules (#803).
  • Document the legacyApiBaseUrl as required for live environment. (#805)

Fixes:

  • Fix the error logging on notification module as the exception details were not logged before (#816).
  • Fix the removeSensitiveData setting as it was not working as expected (#817).
  • Fix the amountInMakePaymentRequest check on validator-builder.js as it should be convert to Number before checking (#806).