Skip to content

Latest commit

 

History

History
302 lines (151 loc) · 16.8 KB

CHANGELOG.md

File metadata and controls

302 lines (151 loc) · 16.8 KB

Changelog

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

15.3.0 (2024-05-28)

Features

  • enable sending events directly to Kafka (#476) (a2ad614)

15.2.5 (2024-05-17)

Bug Fixes

15.2.4 (2024-04-23)

Bug Fixes

  • excessive span logging (#474) (c51b7de)
  • mojaloop#/3829: added jwsSigner defining to PUT /participants callback (#472) (92908a4)

15.2.3 (2024-03-07)

Chore

15.2.2 (2024-03-01)

Chore

  • mojaloop/#3759: fix incorrect error description (#469) (3fba290)

15.2.1 (2023-12-20)

Bug Fixes

  • mojaloop/#3682: fix cache implementation (#468) (b2458d9)

15.2.0 (2023-11-28)

Features

15.1.0 (2023-11-24)

Features

  • mojaloop/#3426: add participant req caching, enable cache metrics, log fixes (#465) (803d671)

15.0.0 (2023-11-07)

Bug Fixes

14.2.5 (2023-09-12)

Chore

14.2.3 (2023-07-27)

Bug Fixes

14.2.2 (2023-07-12)

Chore

14.2.1 (2023-07-12)

Bug Fixes

  • added missing metrics initialisation (#458) (fd0d87b)

14.2.0 (2023-07-11)

Features

14.1.0 (2022-11-25)

Features

14.0.0 (2022-06-20)

⚠ 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/account-lookup-service which will impact config mounts. Also, take note of the knexfile.js defined in the Helm charts which have hard-coded directories which should also be changed to reflect this change.

Features

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#443) (812671e)

13.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 (#438) (273bd7d)

Chore

  • deps: bump follow-redirects from 1.14.5 to 1.14.7 (#433) (d7a715a)

12.1.0 (2021-12-14)

Features

12.0.0 (2021-11-05)

⚠ BREAKING CHANGES

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

  • mojaloop/#2534: fspiop api version negotiation not handled by account lookup service (#430) (f1cf4a3), closes mojaloop/#2534

11.8.0 (2021-09-28)

Features

11.7.7 (2021-09-10)

Bug Fixes

  • mojaloop/#2470: central-services-shared streamingprotocol encode/decode functionality fix (#428) (2f5d26a), closes mojaloop/#2470

11.7.6 (2021-09-09)

Bug Fixes

  • updated circleci config for slack env var typo fix (#427) (a9b03d2)

11.7.5 (2021-09-09)

Chore

11.7.4 (2021-08-17)

Bug Fixes

11.7.3 (2021-08-16)

Bug Fixes

  • mojaloop/#2374: ALS is sending out multiple requests to participants for both Oracle records that match non-subId and subId result set (#424) (3639ddc), closes mojaloop/#2374

11.7.2 (2021-08-11)

Bug Fixes

  • #2358: firstname, middlename and lastname regex not supporting myanmar script unicode strings (#423) (049ce8a), closes #2358 #2358

11.7.0 (2021-07-22)

Features

11.5.6 (2021-07-14)

Documentation

  • add overview of automated releases in readme (#403) (216b024)

11.5.5 (2021-07-14)

11.5.4 (2021-07-14)

Refactors

  • change behaviour and validation of oracle CRUD (#418) (ef1e181)

11.5.3 (2021-06-11)

Bug Fixes

11.5.1 (2021-06-02)

Chore

11.5.0 (2021-06-01)

Features

11.3.2 (2021-02-24)

Chore

  • fix hidden commit types not being included in changelog (#402) (81e626d)

11.3.1 (2021-02-24)