Skip to content

Releases: mojaloop/quoting-service

v10.2.2

22 May 11:03
1e1cd38
Compare
Choose a tag to compare

The transactionId is null for quoteResponse, so we need to make that column null while we call createQuoteExtensions.

v10.2.1

21 May 09:38
e25fe98
Compare
Choose a tag to compare

Fixed bug with createQuoteExtensions where a required argument wasn't passed to it.

v10.2.1-snapshot

20 May 16:35
Compare
Choose a tag to compare
v10.2.1-snapshot Pre-release
Pre-release

Fixed bug with createQuoteExtensions
This is mowali-specific branch

v10.2.0 Release

19 May 18:38
ffe191a
Compare
Choose a tag to compare

Change-log for this release:

  • Feature: Added jws signing feature (PR #203 )

v10.2.0-snapshot

19 May 18:45
Compare
Choose a tag to compare
v10.2.0-snapshot Pre-release
Pre-release

Release from branch mowdev-3411 sligthly tweaked to the needs of the Mowali implementation.
Aligned with latest version of master branch which currently is on tag v10.2.0

v10.1.1.1-snapshot

12 May 10:40
Compare
Choose a tag to compare
v10.1.1.1-snapshot Pre-release
Pre-release

Release from branch mowdev-3411 sligthly tweaked to the needs of the Mowali implementation.
Aligned with latest version of master branch which currently is on tag v10.1.1

v10.1.1 Release

06 May 11:26
b96cd31
Compare
Choose a tag to compare

Changes in this release:

  • Added async logging support to DockerFile
  • Updated dependencies for Jest
  • Bumped version to v10.1.1

v10.1.0 Release

30 Apr 13:01
52a60f7
Compare
Choose a tag to compare

Changelog for this release:

  • Update dependencies especially central-services-shared/event-sdk to fix event tracing bug.

v9.3.0.2-snapshot

18 Mar 12:42
Compare
Choose a tag to compare
v9.3.0.2-snapshot Pre-release
Pre-release

Modify/set the headers in sendErrorCallback only in case it is explicitly requested to do so, as this function is called in two cases:
// 1. (do not modify them) when the Switch needs to relay an error, e.g. from a DFSP to another
// 2. (modify/set them) when the Switch needs to send errors that are originating in the Switch, e.g. to send an error back to the caller

v9.4.0-snapshot

17 Mar 17:34
1859796
Compare
Choose a tag to compare
v9.4.0-snapshot Pre-release
Pre-release

Modify/set the headers in sendErrorCallback only in case it is explicitly requested to do so, as this function is called in two cases:
// 1. (do not modify them) when the Switch needs to relay an error, e.g. from a DFSP to another
// 2. (modify/set them) when the Switch needs to send errors that are originating in the Switch, e.g. to send an error back to the caller