Skip to content

Latest commit

 

History

History
452 lines (221 loc) · 21.4 KB

File metadata and controls

452 lines (221 loc) · 21.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

16.8.2 (2026-02-05)

Chore

16.8.1 (2026-02-03)

Chore

16.8.0 (2026-01-29)

Bug Fixes

16.7.0 (2026-01-15)

Features

Chore

  • sbom: update sbom [skip ci] (6de0448)

16.6.5 (2026-01-07)

Chore

16.6.4 (2026-01-04)

Bug Fixes

Chore

  • sbom: update sbom [skip ci] (4a903b8)

16.6.3 (2025-12-17)

Bug Fixes

  • csi-1997: added process.on listeners; improved consumer healthCheck (#619) (5a36e98)

Chore

  • sbom: update sbom [skip ci] (902bcbb)

16.6.2 (2025-12-10)

Bug Fixes

  • csi-1980: added generateHapiRoutes to avoid hapi routes manual definition (#617) (ec88bcb)

Chore

  • sbom: update sbom [skip ci] (0c2ebf6)

16.6.1 (2025-11-02)

Chore

16.6.0 (2025-10-27)

Features

  • csi-1897: add timeout to callback requests (#610) (441b138)

Chore

  • sbom: update sbom [skip ci] (52168c0)

16.5.11 (2025-10-06)

Chore

16.5.10 (2025-09-10)

Chore

  • bump metrics for app critical metrics (#605) (9498daf)
  • sbom: update sbom [skip ci] (982a475)

16.5.9 (2025-07-24)

Chore

16.5.8 (2025-07-21)

Bug Fixes

Chore

  • sbom: update sbom [skip ci] (c0fb6ed)

16.5.7 (2025-07-17)

Chore

16.5.6 (2025-07-11)

Chore

16.5.5 (2025-07-11)

Chore

16.5.4 (2025-07-11)

Chore

16.5.3 (2025-06-16)

Chore

  • sbom: add initial sbom (#593) (18fd4b3)
  • sbom: update sbom-v16.5.2.csv [skip ci] (c3c2c7d)

16.5.2 (2025-06-15)

Chore

16.5.1 (2025-06-10)

Chore

  • csi-1562: updated central-services-shared getEndpoint (#589) (7bbd072)

16.5.0 (2025-05-29)

Features

  • bump up the node version to v22.15.1 (#588) (e2d6567)

16.4.3 (2025-04-15)

Chore

  • csi-1348: use updated @mojaloop/sdk-standard-components (#585) (ade587f)

16.4.2 (2025-04-01)

Bug Fixes

  • rename metrics to avoid conflict with central ledger (#584) (5d34f1f)

16.4.1 (2025-03-27)

Chore

  • csi-1321: update deps, and transformation tests (#582) (daff7cb)

16.4.0 (2025-03-26)

Features

  • update dependencies to latest versions (#583) (d1fd0cf)

16.3.2 (2025-03-13)

Bug Fixes

  • improve error handling for invalid messages and batch processing (#581) (859c754)

16.3.1 (2025-03-07)

Chore

16.3.0 (2025-03-06)

Features

  • csi-1252: updated central-services-shared to log error details (#579) (0c3ab85)

16.2.0 (2025-03-03)

Features

16.1.1 (2025-02-25)

Chore

16.1.0 (2025-02-21)

Features

16.0.3 (2025-02-04)

Chore

  • update build orb to version 1.0.50 and add context to workflow (#573) (0959311)

16.0.2 (2025-01-28)

Chore

16.0.1 (2025-01-20)

Chore

16.0.0 (2025-01-18)

⚠ BREAKING CHANGES

  • add option to handle iso20022 requests (#564)

Features

15.0.1 (2025-01-09)

Chore

15.0.0 (2024-12-06)

⚠ BREAKING CHANGES

  • fx and interscheme implementation (#534)

Features

14.0.7 (2024-06-11)

Chore

  • dependency updates to address security patches (#528) (29a8caa)
  • deps: Bump @apidevtools/json-schema-ref-parser from 11.1.0 to 11.6.2 (#526) (035e9b1)

14.0.6 (2024-05-17)

Bug Fixes

14.0.5 (2023-11-07)

Bug Fixes

Chore

14.0.4 (2023-09-04)

14.0.3 (2023-09-04)

14.0.2 (2023-08-28)

Bug Fixes

14.0.1 (2023-08-11)

Bug Fixes

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

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

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

12.3.0 (2022-02-25)

Features

12.2.0 (2022-02-22)

Features

12.1.0 (2021-12-14)

Features

12.0.0 (2021-11-11)

⚠ BREAKING CHANGES

  • mojaloop/#2536: 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

  • #2557: error notification to payer fsp, header for source having wrong value (#488) (42f079f), closes #2557
  • mojaloop/#2536: fspiop api version negotiation not handled by transfers service (#487) (c4d6b45), closes mojaloop/#2536