Skip to content

Releases: mojaloop/simulator

v12.2.0 Release

26 Jun 12:02
Compare
Choose a tag to compare

12.2.0 (2024-06-26)

Features

v12.1.0 Release

20 Dec 07:08
Compare
Choose a tag to compare

12.1.0 (2023-12-20)

Features

v12.0.0 Release

12 Jul 13:43
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

12.0.0 (2022-07-12)

⚠ 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/simulator which will impact config mounts.

Features

v11.1.3 Release

16 Aug 16:36
f203633
Compare
Choose a tag to compare

fix(mojaloop/#2373): Mojaloop Oracle Simulator is not correctly filtering results when SubId request param is provided:

  • Fixed getParticipantsByTypeId not correctly filtering out query param SubId
  • Updated dependencies
  • Bump to patch version
  • Fixes for audit-resolve
--------------------------------------------------
 yargs-parser needs your attention.

[ low ] Prototype Pollution
 vulnerable versions <13.1.2 || >=14.0.0 <15.0.1 || >=16.0.0 <18.1.2 found in:
 - dependencies: @mojaloop/central-services-shared>widdershins>yargs>yargs-parser

Outcome: Fixed
Impact: None

--------------------------------------------------
 sanitize-html needs your attention.

[ moderate ] Improper Input Validation
 vulnerable versions <2.3.1 found in:
 - dependencies: @mojaloop/central-services-shared>shins>sanitize-html
[ moderate ] Improper Input Validation
 vulnerable versions <2.3.2 found in:
 - dependencies: @mojaloop/central-services-shared>shins>sanitize-html

Outcome: Ignored for a week
Impact: Minimal as the dependencies are used for the Developer Documentation end-point

v11.1.2

04 Jun 16:50
b06ad0e
Compare
Choose a tag to compare

Change-log for this release

  • fix(2151): helm-release-v12.1.0 (#223)
    • Fixes for central-services-metrics dependency updated, /metrics end-point fixed.

v11.1.1 Release

04 Jun 12:49
6076ff1
Compare
Choose a tag to compare

Change-logs for this release:

  • feat(2151): helm-release-v12.1.0 (#222)
    • Updated dependencies
    • Bump to patch version
    • Fixes to audit resolve

v11.1.0 Release

09 Feb 16:30
8f7e389
Compare
Choose a tag to compare

Summary

  1. Made the structure of the result of request GET oracle/participants/{Type}/{ID}?partySubIdOrType={SubId} to be consistent with the result of GET oracle/participants/{Type}/{ID}
    i.e.
{ 
  partyList: [ { fspId: 'testfsp2', currency: 'XOF', partySubIdOrType: undefined } ] 
} 

AND

{ 
   partyList: [ 
     { fspId: 'testfsp1', currency: 'XOF', partySubIdOrType: '10' }, 
     { fspId: 'testfsp1', currency: 'XOF', partySubIdOrType: '20' }, 
     { fspId: 'testfsp1', currency: 'XOF', partySubIdOrType: '30' }, 
     { fspId: 'testfsp1', currency: 'XOF', partySubIdOrType: '40' } 
   ] 
 } 

  1. Modified POST oracle/participants/{Type}/{ID} to allow multiple records to be created based on different partySubIdOrType. Earlier it was allowing to create only 1 record per {Type} and {ID} ignoring partySubIdOrType

v11.0.3 Release

09 Feb 08:54
6750218
Compare
Choose a tag to compare

Change-log for this release:

  • chore: update license file (PR #210)
  • [Security] Bump ini from 1.3.5 to 1.3.8 (PR #212)
  • [Security] Bump axios from 0.20.0 to 0.21.1 (PR #213)
  • feat(ci/cd): add pr title check (PR #214)
  • chore: maintenance - deps, vulns updates (PR #216)

v11.0.2 Release

02 Oct 09:58
203821a
Compare
Choose a tag to compare

Changelog:

  • Updated dependencies for helm 11 release

v11.0.1 Release

31 Aug 11:46
ec885ac
Compare
Choose a tag to compare

Changelog:

  • Fix issues where error object extensionList is getting returned as an array