Skip to content

Releases: mojaloop/ml-api-adapter

v14.0.6-snapshot.0

13 May 12:02
Compare
Choose a tag to compare
v14.0.6-snapshot.0 Pre-release
Pre-release
test: coverage

v14.0.5 Release

07 Nov 07:00
Compare
Choose a tag to compare

14.0.5 (2023-11-07)

Bug Fixes

Chore

v14.0.4 Release

04 Sep 12:15
Compare
Choose a tag to compare

14.0.4 (2023-09-04)

v14.0.3 Release

04 Sep 10:23
Compare
Choose a tag to compare

14.0.3 (2023-09-04)

v14.0.2 Release

28 Aug 14:24
Compare
Choose a tag to compare

14.0.2 (2023-08-28)

Bug Fixes

v14.0.1 Release

11 Aug 16:10
Compare
Choose a tag to compare

14.0.1 (2023-08-11)

Bug Fixes

  • change consume message log line to debug (#510) (95d20ae)

v14.0.0 Release

23 May 16:34
Compare
Choose a tag to compare

14.0.0 (2022-05-23)

⚠ BREAKING CHANGES

  • mojaloop/#2092: 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/ml-api-adapter which will impact config/secret mounts.

Features

v13.0.0 Release

03 Mar 14:58
Compare
Choose a tag to compare

13.0.0 (2022-03-03)

⚠ 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

v12.3.0 Release

25 Feb 14:05
Compare
Choose a tag to compare

12.3.0 (2022-02-25)

Features

v12.2.0 Release

22 Feb 13:05
Compare
Choose a tag to compare

12.2.0 (2022-02-22)

Features