Skip to content

Releases: mojaloop/account-lookup-service

v6.1.1-snapshot

13 May 13:30
6daf311
Compare
Choose a tag to compare
v6.1.1-snapshot Pre-release
Pre-release

Change log for this release:

  • moved requests to models
  • cleaning up unused code
  • removal of hardcoded value to enum
  • fixes for aligning ALS with correct flow for sending HTTP requests as well as refactoring and reworking code to be more maintainable. also removed broken code for batch participants. moved endpoint cache to models folders. tried to comment more
  • version update
  • Admin API functionality added with full CRUD
  • fix for broken test
  • updated dockerfile
  • move npm-run-all to normal dependencies

v6.1.0 Snapshot

13 May 13:08
1599ce3
Compare
Choose a tag to compare
v6.1.0 Snapshot Pre-release
Pre-release

Change Log for this release:

  • Admin API functionality added with full CRUD
  • Fixes for bulk participants creation
  • Refactor code to be more maintainable

v5.5.0 Snapshot

12 Apr 18:32
4ed8825
Compare
Choose a tag to compare

Release notes for this release:

  • First public release, supports following endpoints:
    ----------API---------------
    GET /participants/{Type}/{ID}
    POST /participants/{Type}/{ID}
    POST /participants
    GET /parties/{Type}/{ID}
    PUT /parties/{Type}/{ID}
    GET /health
    --------Admin--------------
    POST /oracles
    GET /health

  • Testing still needs to be much improved on, switched to new testing framework, AVA

  • Includes migration scripts for the database and pre-populated data