Skip to content

Releases: mojaloop/quoting-service

v15.0.3 Release

06 Sep 13:55
Compare
Choose a tag to compare

15.0.3 (2023-09-06)

Chore

v15.0.2 Release

16 Jun 09:34
Compare
Choose a tag to compare

15.0.2 (2022-06-16)

Bug Fixes

v15.0.1 Release

09 Jun 15:33
Compare
Choose a tag to compare

15.0.1 (2022-06-09)

Bug Fixes

v15.0.0 Release

09 Jun 14:34
Compare
Choose a tag to compare

15.0.0 (2022-06-09)

⚠ BREAKING CHANGES

  • Major version bump for node v16 LTS support, re-structuring of project directories to align to core Mojaloop repositories and docker image now uses /opt/app instead of /opt/quoting-service which will impact config mounts.

Features

v14.0.0 Release

04 Mar 11:27
Compare
Choose a tag to compare

14.0.0 (2022-03-04)

⚠ BREAKING CHANGES

  • mojaloop/#2704: - Config PROTOCOL_VERSIONS.CONTENT has now been modified to support backward compatibility for minor versions (i.e. v1.0 & 1.1) as follows:
  "PROTOCOL_VERSIONS": {
    "CONTENT": "1.1", <-- used when generating messages from the "SWITCH", and validate incoming FSPIOP API requests/callbacks CONTENT-TYPE headers
    "ACCEPT": {
      "DEFAULT": "1", <-- used when generating messages from the "SWITCH"
      "VALIDATELIST": [ <-- used to validate incoming FSPIOP API requests/callbacks ACCEPT headers
        "1",
        "1.0",
        "1.1"
      ]
    }
  },

to be consistent with the ACCEPT structure as follows:

  "PROTOCOL_VERSIONS": {
    "CONTENT": {
      "DEFAULT": "1.1", <-- used when generating messages from the "SWITCH"
      "VALIDATELIST": [ <-- used to validate incoming FSPIOP API requests/callbacks CONTENT-TYPE headers
        "1.1",
        "1.0"
      ]
    },
    "ACCEPT": {
      "DEFAULT": "1", <-- used when generating messages from the "SWITCH"
      "VALIDATELIST": [ <-- used to validate incoming FSPIOP API requests/callbacks ACCEPT headers
        "1",
        "1.0",
        "1.1"
      ]
    }
  },

Features

Bug Fixes

  • #2704 core services support for non breaking backward api compatibility (#297) (acf48a5)

v11.0.3-snapshot Release

06 Jan 15:46
Compare
Choose a tag to compare
Pre-release

This release is a fix for knex timeout issue on top of release v11.0.2-snapshot
https://modusbox.atlassian.net/browse/MES-896

v13.0.1 Release

16 Nov 08:18
Compare
Choose a tag to compare

13.0.1 (2021-11-16)

Bug Fixes

v13.0.0 Release

05 Nov 12:25
Compare
Choose a tag to compare

13.0.0 (2021-11-05)

⚠ BREAKING CHANGES

  • mojaloop/#2535: Forcing a major version change for awareness of the config changes. The LIB_RESOURCE_VERSIONS env var is now deprecated, and this is now also controlled by the PROTOCOL_VERSIONS config in the default.json. This has been done for consistency between all API services going forward and unifies the config for both inbound and outbound Protocol API validation/transformation features.

Bug Fixes

v12.0.10 Release

01 Sep 16:01
Compare
Choose a tag to compare

12.0.10 (2021-09-01)

v12.0.9 Release

01 Sep 14:55
Compare
Choose a tag to compare

12.0.9 (2021-09-01)

Bug Fixes