Releases: mojaloop/account-lookup-service
Releases · mojaloop/account-lookup-service
v7.4.2-snapshot
Change Log for this release:
- Enhancement: Added headers validation; (Contains new header validation plugin): #49
v7.4.1-snapshot
Change Log for this release:
- Fix for mojaloop/project#884 ALS PUT /parties/MSISDN/{ID}/error gives a 400 Bad request for a valid request
v7.4.0-snapshot release
Fixes in this release:
- Fixed destination header not being set for certain requests as well as all error requests
- Updated all dependencies
- Currency as a query parameter only passed for GET requests
- Updated tests
v7.3.1-snapshot
Change Log for this release:
- Updated dependencies to remove security vulnerabilities
v7.3.0-snapshot
Change Log for this release:
- Fixes for getParticipantsByTypeId test failing. now functioning properly
removed validator file as it isn't used may be required in MSISDN oracle as it validated mobile number formats - Fixes for stubbing issues for testing
- Fix for bug mojaloop/project#797
- Fixes for sonarQube code sanity i.e removing function names that aren't needed, changing let to const, reordering functions in file
- Changed unique constraint on oracleEndpoint which is now working correctly
- fix for only retrieving default entries return undefined for currency when it is not available
- fix for returning null for valid oracle lookup
- removal of isOracle for header validation
- Initial code changes for the implementing the shared and error libraries
- all requests got through the shared library
- all errors use the new error handling framework
- added jws authentication for the hapi server
- all endpoints and cache use the shared library
- all enums use the shared library
- standard code adjustment
- Fixes for get endpoints to work
- Fixes for ALS error by type and id
- Added new health endpoint
- Fixing tests for ava using new shared library and error framework
- Updated code to use the raw payload plugin
- Updated domain functions to accept correct parameters not the request object
- Decode payload for put parties functions
- Fix for missing destination header on post participants callback
- Updated readme to highlight the Note field regarding PUT /parties endpoints
- Validation for invalid ID and Type passed in URI Parameter
- Fix for incorrect error getting created, error messages still do not align but error thrown is correct
v6.2.4-snapshot
Change Log for this release:
- Added fix for oracle not found and logging error and handling it correctly
- Cater for currency option in batch participants process
- added isDefault to primary key
- Fix for header validation done on simulator
v6.2.3-snapshot
Change Log for this release:
- Fixes for incorrect template population for the POST /participants/{Type}/{ID} endpoint where requestId was set instead of partyIdType and partyIdentifier
- Fixes for redeployment of the Admin API failing because the seeds to populate the database where breaking
Change made to align seeds with other APIs where we do not delete values from the tables as they are used by other tables as foreign keys. - Changed Inert to @Hapi/Inert as it was deprecated and moved
v6.2.2-snapshot
Change Log for this release:
- Fixes for incorrect template population for the POST /participants/{Type}/{ID} endpoint where requestId was set instead of partyIdType and partyIdentifier
v6.2.1-snapshot
Change Log for this release:
- Fix for being able to add multiple oracles with the same parameters and not handling errors for the admin api with the correct error format
- Fixes for endpoints handling the correct payloads and responding according to the API Definition
- Fixes for post /participants/{Type}/{ID} - validations against incoming payload
- Fixes for post /participants (Batch) - added new error object function to align to the correct responses
v6.2.0-snapshot
Change Log for this release:
- Fixes for parties templates not populating and documentation fixes