Skip to content

Releases: mojaloop/sdk-scheme-adapter

v8.6.0-perf.1 Release

02 Dec 14:55
493f57d
Compare
Choose a tag to compare
v8.6.0-perf.1 Release Pre-release
Pre-release

Temporarily disabled the Trace Header injections to test end-to-end master spans on the Mojaloop switch.

v8.6.0

29 Nov 11:02
a0544ee
Compare
Choose a tag to compare

Change log for this release:

  • Feature: Receive transfers without a previous quote by configuring the following variable
    ALLOW_TRANSFER_WITHOUT_QUOTE. The incoming transfer request should consist of an ILP packet and a matching condition in this case. The fulfilment will be generated from the provided ILP packet, and must hash to the provided condition.
  • Store quoteId in state before sending quote request. Prevents loss of quoteId if error occurs during send.
  • Fix typo in WSO2_BEARER_TOKEN config name.

v8.5.6-perf.7 performance snapshot

28 Nov 13:15
7532e34
Compare
Choose a tag to compare
Pre-release

Changelog for this release:

  • Added tracing middleware for the Inbound API
  • Updated Backend requests to . use spans and update headers
  • Fix for incorrect URI being used to locate handlers

v8.5.6-perf.6 performance

26 Nov 18:39
b5ba378
Compare
Choose a tag to compare
Pre-release

Changelog for this release:

  • Added tracing middleware for the Koa server to create and finish traces
  • Added metrics endpoint and functionality to Inbound and Outbound servers for prometheus
  • Created child traces for resolvePayee, requestQuote and executeTransfer

v8.5.6-perf.5 snapshot

26 Nov 18:24
d79ab12
Compare
Choose a tag to compare
Pre-release

Changelog for this release:

  • Added tracing middleware for the Koa server to create and finish traces
  • Added metrics endpoint and functionality to Inbound and Outbound servers for prometheus
  • Created child traces for resolvePayee, requestQuote and executeTransfer

v8.5.6-perf.3

25 Nov 21:06
966b797
Compare
Choose a tag to compare
v8.5.6-perf.3 Pre-release
Pre-release

Refactored the code for transfers without quotes

v8.5.7

22 Nov 15:23
efd44d1
Compare
Choose a tag to compare

MP-728, MOWDEV-3218: Use transfer amount and currency from quote response rather than original request. Fixes issue in forex usecase where amountType is set to RECEIVE.

v8.5.6

20 Nov 12:36
74cb246
Compare
Choose a tag to compare

Rollup of recent commits.

v8.5.6-perf.1

20 Nov 17:59
5281834
Compare
Choose a tag to compare
v8.5.6-perf.1 Pre-release
Pre-release
  • Added functionality to allow transfer without a previous quote request. (To be used for testing in performance environment) based on the values from the environment
    • TEST_ALLOW_TRANSFER_WITHOUT_QUOTE
    • TEST_ALLOW_TRANSFER_WITHOUT_QUOTE_FULFILMENT

v8.5.5

19 Nov 12:07
aaee4cc
Compare
Choose a tag to compare

Add partySubIdIOrType to account creation outbound method