Skip to content

Releases: mojaloop/sdk-scheme-adapter

v9.4.10

29 Apr 16:56
91c2a72
Compare
Choose a tag to compare
Merge pull request #150 from mojaloop/bump-package-json-version

Update package.json

v9.4.9

21 Apr 14:58
035ccdd
Compare
Choose a tag to compare

Bug fixes:

  • Add config option to start TestServer conditionally.

v9.4.8

20 Apr 19:49
58570e6
Compare
Choose a tag to compare

Fix docker build issues causing failure to start containers

v9.4.7

17 Apr 17:49
7cc3259
Compare
Choose a tag to compare

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

17 Apr 16:52
39f9d89
Compare
Choose a tag to compare
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

09 Apr 16:08
1156d7b
Compare
Choose a tag to compare

Adding unit tests and debug logging enhancement

v9.4.4

02 Apr 15:11
5569d5b
Compare
Choose a tag to compare
  • Implemented Proxy for communicating with DFSP specific (non-standard) REST API.

v9.4.3

30 Mar 10:52
641199a
Compare
Choose a tag to compare

Fix outbound error path handling of extension list.

v9.4.2

27 Mar 20:07
dff6d05
Compare
Choose a tag to compare

Implemented GET /transfers API on inbound and outbound interfaces

v9.4.1

24 Mar 20:09
65e1948
Compare
Choose a tag to compare

Add config option to map extensionList error code to backend API error statusCode property.