Skip to content

Latest commit

 

History

History
647 lines (283 loc) · 33.8 KB

CHANGELOG.md

File metadata and controls

647 lines (283 loc) · 33.8 KB

Changelog

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

17.7.8 (2024-06-14)

Chore

  • dependency updates and clean up audit exceptions (#1053) (3362906)

17.7.7 (2024-06-07)

Chore

17.7.6 (2024-06-07)

Chore

17.7.5 (2024-06-06)

Chore

17.7.4 (2024-06-06)

Chore

  • more dep updates to fix dependabot alerts (#1046) (1ab8aa9)

17.7.3 (2024-06-05)

Chore

17.7.2 (2024-06-04)

Chore

  • dependency updates to address dependabot alerts (#1044) (d6bb4b9)

17.7.1 (2024-06-04)

Chore

  • "revert feat: extend admin api to support proxy participants (#1038)" (#1042) (182142e)
  • dependency updates to use latest libraries with patches (#1040) (dc672ae)

17.7.0 (2024-05-31)

Features

  • extend admin api to support proxy participants (#1038) (5316df3)

17.6.2 (2024-04-30)

Tests

17.6.1 (2024-03-28)

Bug Fixes

Tests

17.6.0 (2023-12-20)

Features

17.5.0 (2023-12-13)

Features

17.4.1 (2023-12-05)

Tests

17.4.0 (2023-12-05)

Features

17.3.2 (2023-11-06)

Bug Fixes

17.3.1 (2023-11-01)

Chore

17.3.0 (2023-10-27)

Bug Fixes

17.2.1 (2023-10-02)

Bug Fixes

17.2.0 (2023-09-07)

Features

17.1.2 (2023-09-06)

Chore

17.1.1 (2023-09-04)

Bug Fixes

17.1.0 (2023-09-04)

Features

17.0.5 (2023-09-04)

Bug Fixes

17.0.4 (2023-09-04)

Chore

17.0.3 (2023-03-29)

Bug Fixes

  • removed connection string for mongodb being logged to log (#952) (c3c45b9)

17.0.2 (2023-03-29)

Bug Fixes

  • mojaloop/#3254: mongoDB connection uRI failing when auth details contain special chars (#951) (48d1a05), closes mojaloop/#3254

17.0.1 (2023-03-02)

Bug Fixes

17.0.0 (2023-02-23)

⚠ BREAKING CHANGES

  • mojaloop/#3129: seperate mongodb uri config (#945)

Features

Bug Fixes

16.4.0 (2023-01-27)

Features

16.3.3 (2022-12-12)

Bug Fixes

16.3.2 (2022-11-24)

Bug Fixes

16.3.1 (2022-11-21)

Bug Fixes

  • mojaloop/#3024: post /bulkTransfers from Switch to PayeeFSP to use Switch as fspiop-source (#926) (bce2a23), closes mojaloop/#3024

16.3.0 (2022-09-08)

Features

  • mojaloop/#2880: simplify liquidity cover check and fix issue with validation (for main) (#918) (825faf7)

16.2.0 (2022-08-15)

Features

16.1.0 (2022-08-11)

Bug Fixes

  • mojaloop/#2796: duplicate transaction not getting callback for post /bulkTransfers (not forked) (#915) (e520aa5), closes mojaloop/#2796

16.0.0 (2022-08-05)

⚠ BREAKING CHANGES

  • rework bulk handler validation (#913)

Refactors

15.2.0 (2022-08-01)

Features

  • add bulk error handling notification callbacks (#911) (9ac6e1a)

15.1.3 (2022-07-12)

Chore

15.1.2 (2022-07-05)

Bug Fixes

  • mojaloop/#2810: timeout evts are being prod for transfers with an int-state of ABORTED_ERROR (#907) (e77de0a), closes mojaloop/#2810

Chore

15.1.1 (2022-06-17)

Bug Fixes

15.1.0 (2022-06-17)

Features

  • added functonal test pipline to circle-cicd (#905) (2dd0dae)

15.0.2 (2022-06-10)

Bug Fixes

  • docker file using ci instead of install (#904) (b01f079)

15.0.1 (2022-05-26)

Bug Fixes

  • error codes for liquidity and ndc limit check (#901) (83a197c)

15.0.0 (2022-05-26)

⚠ 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/central-ledger which will impact config mounts.

Features

Bug Fixes

14.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • Transfer will be successful only if the payer has settlement account balance. This is the additional check that has been added in this PR. And also the error message is changed for NDC limit check from PAYER_FSP_INSUFFICIENT_LIQUIDITY to PAYER_LIMIT_ERROR. Now the error message PAYER_FSP_INSUFFICIENT_LIQUIDITY occurs when the payer has insufficient settlement account balance.

Features

13.16.3 (2022-04-05)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#893) (4b036a4)

13.16.2 (2022-03-30)

Chore

13.16.1 (2022-03-14)

Bug Fixes

  • mojaloop/#2719: post quotes fails when transactionId does not equal transactionRequestId (#887) (b9944d1), closes mojaloop/#2719

13.16.0 (2022-03-03)

Features

13.15.4 (2022-02-25)

Chore

  • added more error loggers on bulk prepare (#882) (aa7a159)

13.15.3 (2022-02-25)

Chore

  • added-more-error-loggers-on-bulk-prepare (#881) (e212160)

13.15.2 (2022-02-25)

Bug Fixes

  • bug fix for the last chore update on bulk handlers (#880) (6b3a269)

13.15.1 (2022-02-23)

Chore

  • minor updates and dependency cleanup (#879) (0c9c4bb)

13.15.0 (2022-02-22)

Features

13.14.6 (2021-11-17)

Chore

  • refactor: tidy up fulfil handler code (#870) (49c1f88)

13.14.5 (2021-11-11)

Chore

  • update to docker-compose & dependencies (#871) (69fc49e)

13.14.4 (2021-11-10)

Bug Fixes

  • #2557: error notification to payer fsp, header for source having wrong value (#869) (472fc12), closes #2557

13.14.3 (2021-10-01)

Bug Fixes

  • mojaloop/2525: transfers are not being assigned to a settlementWindow on transfers version=1.1 (#866) (602704b), closes #2525

13.14.2 (2021-09-29)

Bug Fixes

  • mojaloop/#2522: cl-migration scripts should configure quoting tables to utf8 follow-up (#865) (dcc57b8), closes mojaloop/#2522

13.14.1 (2021-09-17)

Bug Fixes

  • change endpoint types to line up with enums (#863) (2046288)

13.14.0 (2021-09-16)

Features

  • mojaloop/#2480: central-ledger migration scripts to configure quote party table utf8 support (#862) (bf4da0e), closes mojaloop/#2480

13.13.4 (2021-08-24)

Chore

  • deps: bump path-parse from 1.0.6 to 1.0.7 (#858) (77d4251)

13.13.3 (2021-08-06)

Chore

  • deps: [security] bump normalize-url from 4.5.0 to 4.5.1 (#848) (d3f0c48)
  • deps: [security] bump tar from 6.1.0 to 6.1.3 (#855) (ec9e5cc)
  • deps: [security] bump urijs from 1.19.6 to 1.19.7 (#854) (97db6ac)
  • release: 13.13.2 [skip ci] (a969db1)

13.13.2 (2021-08-06)

Chore

  • deps: [security] bump normalize-url from 4.5.0 to 4.5.1 (#848) (d3f0c48)
  • deps: [security] bump urijs from 1.19.6 to 1.19.7 (#854) (97db6ac)

13.13.1 (2021-08-06)

Chore

  • add seeds for /verifications endpoint (#857) (024942b)

13.13.0 (2021-06-30)

Features

13.12.1 (2021-06-22)

Bug Fixes

  • helm release 12.1 for default settlement functionality (#853) (7904b76)

13.11.1 (2021-06-15)

Chore

13.11.0 (2021-06-13)

Features

  • add endpoints for last stage of account linking (#849) (eff5c7f)

Chore

  • deps: [security] bump hosted-git-info from 2.8.8 to 2.8.9 (#840) (d093895)

13.10.2 (2021-05-26)

Bug Fixes

13.10.0 (2021-05-14)

Features

13.9.0 (2021-05-14)

Features

13.8.0 (2021-05-14)

Features

13.6.0 (2021-05-12)

Features

13.4.0 (2021-05-07)

Features

13.3.0 (2021-05-04)

Features

Bug Fixes

  • security: Bump y18n from 3.2.1 to 3.2.2 (#830) (32346e5)
  • package.json & package-lock.json to reduce vulnerabilities (#829) (16a75af)

Chore

13.2.6 (2021-03-15)

Chore

  • add patch consentRequest and put cr error endpoints (#828) (6cb311a)

13.2.5 (2021-03-05)

Bug Fixes

13.2.4 (2021-03-05)

13.2.3 (2021-02-25)

Chore

13.2.2 (2021-02-24)

Chore

  • fix hidden commit types not being included in changelog (#821) (3a490c1)

13.2.1 (2021-02-23)

Bug Fixes

13.2.0 (2021-02-23)

Features

  • enable feature branch based releases (#819) (346f09f)

13.1.1 (2021-02-23)