Releases: mojaloop/sdk-scheme-adapter
Releases · mojaloop/sdk-scheme-adapter
v9.4.10
Merge pull request #150 from mojaloop/bump-package-json-version
Update package.json
v9.4.9
Bug fixes:
- Add config option to start TestServer conditionally.
v9.4.8
Fix docker build issues causing failure to start containers
v9.4.7
Tweak to proxy implementation to allow better path traversal on peer endpoint if config has a base path set.
Adding support for payee initiated payments
strip any base path off peerEndpoint config when proxying (#145)
* strip any base path off peerEndpoint config setting when proxying requests
* move stripping of base path from proxy constructor to instantiation.
* move comment block
* revert this file
v9.4.5
Adding unit tests and debug logging enhancement
v9.4.4
- Implemented Proxy for communicating with DFSP specific (non-standard) REST API.
v9.4.3
Fix outbound error path handling of extension list.
v9.4.2
Implemented GET /transfers API on inbound and outbound interfaces
v9.4.1
Add config option to map extensionList error code to backend API error statusCode property.