Skip to content

Releases: mojaloop/simulator

v8.7.2

06 Jan 13:51
0d2a77b
Compare
Choose a tag to compare

Changelog of this release

  • added support for traceparent and tracestate headers

v8.7.1 Release

12 Dec 14:32
5e7bbaf
Compare
Choose a tag to compare

Change log for this release:

  • Bugfix: GP tests on 'GET /parties/{TYPE}/{ID}' failing on interim helm release (unpublished) (#1118)
  • Dependencies update

v8.3.1 Release

30 Oct 12:09
fba2d4c
Compare
Choose a tag to compare

Change log for this release

  • Hotfix: sendRequest method not returning http response (PR #87)
  • Feature: mojaloop/project#1028 Implement GET /quotes on the simulator to support event framework testing / demos on quoting-service (PR #89)

v8.1.1 Release

26 Sep 11:49
f33d623
Compare
Choose a tag to compare

Change log for this release:

  • Reverted traceparent headers to undefined
  • Added common request function to clean empty headers and have same style logging

v7.5.0 Release

03 Sep 13:14
Compare
Choose a tag to compare

Change log for this release:

  • BugFix: mojaloop/project#935 - Ensure no 'Accept' header is sent in 'PUT' requests, as per mojaloop specification (PR #51)
    • Replace 'node-fetch' with 'axios'. Add docker-componse.yml for easier startup in dev.
    • Add 'acceptheaderpayeefsp' for negative testing of FSP sending unwanted 'Accept' header in 'PUT' requests.
  • BugFix: mojaloop/project#884 - Fix for /payerfsp/parties/{type}/{id}/error (#52)
    • Updated route validation to accept type
  • Hotfix/Upgrade Dependencies (PR #58)
    • Fixing issue with central-services-error-handling-7.4.1.tgz NOT FOUND

v7.4.1 Release

27 Aug 17:39
91853f1
Compare
Choose a tag to compare

Changes in this release:

  • mojaloop/project#929 - Changes the name of the workdir to be consistent with other projects (docker image name and workdir name should be the same)
  • Updating bulkTransferState enum values #43 to align to bulk implementation
  • CI/CD fix to generate proper json output for the audit checks.
  • Added support for W3C tracing headers

v7.2.1 Release

31 Jul 13:31
Compare
Choose a tag to compare

Change log for this release:

  • Updated PUT /parties error endpoint to include {type} (#35 )

v7.2.0 Release

25 Jul 09:05
0ceeca9
Compare
Choose a tag to compare
  • Added bulkTransfers and transactionRequests endpoints

  • fix for incorrect cache getting deleted

  • added PUT /payeefsp/participants/{type}/{id} to the simulator so that the payeefsp can add participants

  • 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

  • transactions requests handler

  • Added endpoints for bulk transfers

  • Updated dependencies

  • Standard library fixes

  • updated to allow correct payloads for bulkTransfers

v7.1.0 Release

17 Jul 09:52
d7cb01a
Compare
Choose a tag to compare

Changes to simulator;

  • FSPIOP-Source header was hardcoded to payeefsp 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 on central-settlement.
  • Optimized the Dockerfile to allow for better layer caching.
  • Upgraded dependencies

v6.3.3 Release

29 May 22:48
Compare
Choose a tag to compare

Change log for this release:

  • Made quotes related fixes for testfsp1-4