Skip to content

Releases: mojaloop/mojaloop-simulator

v11.4.2

28 Apr 18:08
8ac06a6
Compare
Choose a tag to compare
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

31 Mar 14:24
b44d196
Compare
Choose a tag to compare

v11.4.0 Release

26 Mar 10:23
8c6a788
Compare
Choose a tag to compare

v11.3.0 Release

10 Dec 16:25
9525923
Compare
Choose a tag to compare

Summary

  1. Added new column subIdValue to party and partyExtension tables in simulator database
  2. Added unique index on party and partyExtension tables to avoid duplicates
  3. 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}
  4. Updated POST /repository/parties to include subIdValue in the body
  5. Added following endpoints for subIdValue in simulator api
    a. GET /participants/{idType}/{idValue}/{subIdValue}
    b. GET /parties/{idType}/{idValue}/{subIdValue}

v11.2.1

03 Sep 19:42
f3e9a1f
Compare
Choose a tag to compare
Improved Model.init doc. Fixed bug with server start. Bumped version.…

v11.2.0

03 Sep 18:35
900e19c
Compare
Choose a tag to compare
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

20 Aug 14:42
dab8b8e
Compare
Choose a tag to compare

Added handling of PUT /transfer/{id} to add notification for committed transfer for the payee

v11.0.3

28 Jul 16:27
fd99d16
Compare
Choose a tag to compare
Fixed onboard-hub-accounts Dockerfile error, bumped versions (#71)

v11.0.2

28 Jul 14:18
bd8a3a2
Compare
Choose a tag to compare
Bump versions (#70)

v11.0.1

28 Jul 11:54
7a17587
Compare
Choose a tag to compare
Modified to reflect changes in dependency (#68)

* Modified to reflect changes in dependency

* Modified package version more

* version stuff

* Version bump

* Version bump