Releases: mojaloop/simulator
Releases · mojaloop/simulator
v12.2.1 Release
12.2.1 (2024-11-14)
v12.2.0 Release
v12.1.0 Release
v12.0.0 Release
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
- mojaloop/#2092: upgrade nodeJS version for core services (#243) (bd054c6), closes mojaloop/#2092
v11.1.3 Release
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
v11.1.1 Release
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
Summary
- Made the structure of the result of request
GET oracle/participants/{Type}/{ID}?partySubIdOrType={SubId}
to be consistent with the result ofGET 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' }
]
}
- Modified
POST oracle/participants/{Type}/{ID}
to allow multiple records to be created based on differentpartySubIdOrType
. Earlier it was allowing to create only 1 record per{Type}
and{ID}
ignoringpartySubIdOrType
v11.0.3 Release
v11.0.2 Release
Changelog:
- Updated dependencies for helm 11 release