Releases: mojaloop/mojaloop-simulator
Releases · mojaloop/mojaloop-simulator
v11.4.2
fix: moved cors handler after logger handler (#96) * Moved CORS handler after logger handler * Fix lint * Add some response logging * Reverted most of the package-lock.json changes
v11.4.1 Release
v11.4.0 Release
v11.3.0 Release
Summary
- Added new column
subIdValue
toparty
andpartyExtension
tables in simulator database - Added unique index on
party
andpartyExtension
tables to avoid duplicates - Added following endpoints for
subIdValue
in test-api
a.GET /repository/parties/{idType}/{idValue}/{subIdValue}
b.PUT /repository/parties/{idType}/{idValue}/{subIdValue}
c.DELETE /repository/parties/{idType}/{idValue}/{subIdValue}
- Updated
POST /repository/parties
to includesubIdValue
in the body - Added following endpoints for
subIdValue
in simulator api
a.GET /participants/{idType}/{idValue}/{subIdValue}
b.GET /parties/{idType}/{idValue}/{subIdValue}
v11.2.1
Improved Model.init doc. Fixed bug with server start. Bumped version.…
v11.2.0
Environment variable configuration of parties (#77) * Initial work- parties addable, but no tests, no functionality * Added test for preconfigured parties * Added config unit test * Update src/config.js * Update src/config.js * Updated config correctly. Duh. * Bumped version
v11.1.0
v11.0.3
Fixed onboard-hub-accounts Dockerfile error, bumped versions (#71)
v11.0.2
Bump versions (#70)
v11.0.1
Modified to reflect changes in dependency (#68) * Modified to reflect changes in dependency * Modified package version more * version stuff * Version bump * Version bump