Releases: mojaloop/simulator
v7.1.0 Release
Changes to simulator;
FSPIOP-Source
header was hardcoded topayeefsp
in some recent changes. This caused issues with the central-ledger not being able to find registered participants, which was causing integration tests to fail oncentral-settlement
.- Optimized the Dockerfile to allow for better layer caching.
- Upgraded dependencies
v6.3.3 Release
Change log for this release:
- Made quotes related fixes for testfsp1-4
v6.3.2 Release
Change log for this release:
- Includes updates to add FSPs needed for settlement testing
v6.3.1 Release
Changes for this release:
- fix logger for postQuotes to print the quoteId in the log
- fixed logger for get /payer/correlationid printing the incorrect URI which includes '/error'
v6.3.0 Release
-
changed logging for all requests, health and metrics now log.debug so that logs aren't polluted on kubernetes
-
removed accept header on GET /payeefsp/parties/{type}/{id}
-
updated version to align with new sprint
v6.2.6 Release
Added logic for schema validation for incoming messages
v6.2.5 Release
Added PUT /payeefsp/participants/{type}/{id} to the simulator so that the payeefsp can add participants
v6.2.4 Release
Hotfix for incorrect cache being deleted for batch oracle POST request
v6.2.3 Release
Hotfix for the API Swagger documentation name
v6.2.2 Release
hotfix for metric label issue on oracle operations:
- Updated metric initialise for each of the Oracle operations to include the "fsp" label.
This resolves the following error -> 2019-05-22T08:49:10.137Z - error: Added label "fsp" is not included in initial labelset: [ 'success', 'operation', 'source', 'destination' ]