Skip to content

Release 4.14.0

Compare
Choose a tag to compare
@javierpoloe2y javierpoloe2y released this 11 Jul 16:28
· 17 commits to main since this release

⚙️ Improvements

This release provides the following improvements:

  • Added startup checks to test if the configuration of Mirakl (custom fields and documents) is compatible with the running version of HMC.
    • If the documents or custom field schema is incompatible with the current version of HMC, the HMC will shut down to avoid potential errors. The startup check report can be seen in the logs when HMC is starting.
    • The documents and custom fields checked, depends on the value of the PAYPAL_HYPERWALLET_KYC_AUTOMATED variable. For example, when is false no documents are required.
  • Added a new check to test if there is connectivity with Mirakl API. This check is run at HMC startup and can be seen in the logs and is also available at any time in the health check endpoint (/actuator/health).

New properties

The following properties have been added:

  • PAYPAL_HMC_STARTUPCHECKS_EXITONFAIL: controls whether the system should shut down when there are checks that don't pass during the startup checks.
    Default Value: true
    Possible Values: true or false