Skip to content

Latest commit

 

History

History
459 lines (204 loc) · 25.3 KB

CHANGELOG.md

File metadata and controls

459 lines (204 loc) · 25.3 KB

Changelog

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

18.10.0 (2024-10-14)

Features

  • add argument to add context to kafka message (#404) (4d8f8de)

18.9.0 (2024-09-18)

Features

18.8.0 (2024-09-17)

Features

  • csi/643: add fx-notify event for patch fxTransfer updates (#400) (8be247a)

18.7.6 (2024-09-12)

Bug Fixes

18.7.5 (2024-09-12)

Chore

  • add fx-prepare-duplicate to kakfa map (#398) (ab33676)

18.7.4 (2024-09-11)

Bug Fixes

18.7.3 (2024-08-27)

Chore

  • csi/551: add enums for fx-forwarded event (#396) (fe87436)

18.7.2 (2024-08-22)

Bug Fixes

  • added action map for fx abort validation (#395) (90dd015)

18.7.1 (2024-08-20)

Bug Fixes

  • axios vulnerability GHSA-8hc4-vh64-cxmj (#394) (8cf6e33)

18.7.0 (2024-07-26)

Features

18.6.3 (2024-07-12)

Chore

  • add forwarded notification to kafka topic map (#392) (fe60cda)

18.6.2 (2024-07-08)

Chore

18.6.1 (2024-07-08)

Chore

18.6.0 (2024-07-05)

Features

18.5.2 (2024-07-04)

Chore

  • mojaloop/csi-190: update enums for proxy transfer states (#388) (735d30a)

18.5.1 (2024-06-28)

Bug Fixes

18.5.0 (2024-06-25)

Features

  • csi-164: parameterize switch id [BREAKING CHANGES] (#385) (9cb880e)

18.4.0 (2024-06-20)

Features

18.3.8 (2024-06-11)

Chore

  • dependency updates and minor maintenance (#383) (764f6b0)

18.3.7 (2024-06-07)

Chore

  • dependency updates to sub dependencies in widdershins for ajv (#381) (b64403d)

18.3.6 (2024-05-24)

Bug Fixes

18.3.5 (2024-04-23)

Bug Fixes

  • excessive logging of agent internals (0073c37)

18.3.4 (2024-04-09)

Chore

  • updated 3p dependencies to address moderate vulns (#367) (08d1c74)

18.3.3 (2024-04-05)

Chore

  • overrides to 3p dependencies to address vulnerabilities (#366) (8e87809)

18.3.2 (2024-04-05)

Chore

  • dependency updates to address issues (#365) (6dd4a53)

18.3.1 (2024-04-04)

Chore

  • deps: bump express from 4.18.2 to 4.19.2 (#363) (248bad2)
  • deps: bump follow-redirects from 1.15.5 to 1.15.6 (#364) (eed3eeb)

18.3.0 (2024-03-07)

Features

  • mojaloop/#3759: fix faulty cache implementation and add invalidation feature (#360) (459291f)

18.2.0 (2023-11-23)

Features

18.1.3 (2023-11-02)

Bug Fixes

18.1.2 (2023-09-18)

Bug Fixes

Chore

18.1.1 (2023-09-12)

Chore

18.1.0 (2023-09-06)

Features

18.0.0 (2023-08-31)

⚠ BREAKING CHANGES

  • mojaloop/#3498: refactor message keying logic in proceed function (#350)

  • mojaloop/#3498: refactor message keying logic in proceed function (#350) (664f454), closes mojaloop/#3498

17.6.3 (2023-08-29)

17.6.2 (2023-08-24)

17.6.1 (2023-08-17)

17.6.0 (2023-08-17)

Features

17.5.3 (2023-08-17)

Bug Fixes

  • add null check before passing payload to getRawBody (#344) (a4dcccc)

17.5.2 (2023-08-16)

Bug Fixes

17.5.1 (2023-02-23)

17.5.0 (2023-01-16)

Features

  • added enum types of ledger account types (#337) (bc3399a)

17.4.0 (2023-01-13)

Features

17.3.1 (2022-09-29)

17.3.0 (2022-08-15)

Features

17.2.1 (2022-08-15)

Bug Fixes

17.2.0 (2022-08-11)

Features

17.1.0 (2022-08-05)

Features

17.0.2 (2022-05-19)

Bug Fixes

  • updated peerDependencies as NPM v7+ handles their resolution for us (968da97)

17.0.1 (2022-05-19)

Bug Fixes

  • removed typescript build from ci config (cc75c8a)

17.0.0 (2022-05-19)

⚠ BREAKING CHANGES

  • mojaloop/#2092: major version bump for node v16 LTS support, and re-structuring of project directories to align to core Mojaloop repositories!

Features

16.0.0 (2022-03-03)

⚠ BREAKING CHANGES

  • mojaloop/#2704: - headerValidation.FSPIOPHeaderValidation now expects thesupportedProtocolContentVersions options argument to be a list, the same as supportedProtocolAcceptVersions

Features

15.3.0 (2022-02-07)

Features

15.2.0 (2021-12-13)

Features

15.1.0 (2021-11-17)

Features

  • add a new action enum for RESERVED_ABORTED (#317) (0e743b8)

15.0.1 (2021-11-08)

Bug Fixes

  • #2557: error notification to payer fsp, header for source having wrong value (#316) (d4b95b6), closes #2557

15.0.0 (2021-10-18)

⚠ BREAKING CHANGES

  • mojaloop/#2536: split options config for supportedProtocolVersions to supportedProtocolVersions & supportedProtocolAcceptVersions of HeaderValidation Hapi Plugin. It should be backward compatible, but forcing a major version bump to reflect this new functionality.

Bug Fixes

14.0.0 (2021-09-10)

⚠ BREAKING CHANGES

  • mojaloop/#2470: Adding this for a major bump. The change of encoding should not impact anyone, but I want users of this library to be aware of a potential issue with regard to how the messages are encoded/decoded!

Bug Fixes

  • mojaloop/#2470: central-services-shared streamingprotocol encode/decode functionality fix (#313) (cedc359), closes mojaloop/#2470

13.4.1 (2021-08-25)

Bug Fixes

13.4.0 (2021-08-25)

Features

  • ci: automate releases (#311) (3ec7998)
  • enums: add enums for /tpr/authorizations and /tpr/verifications (#310) (332869b)

13.3.0 (2021-08-25)

Features

  • add verification eventType (d7efe85)
  • ci: adding automated release support, removing dependency check, as it's now covered by dependabot (7f52097)
  • enums: add enums for /tpr/authorizations and /tpr/verifications (95ec42e)
  • enums: add enums for /tpr/authorizations and /tpr/verifications (#310) (332869b)

Bug Fixes

  • vulns: run npm audit, fix and ignore unfixable and unused (501f683)

13.2.0 (2021-08-25)

Features

  • add verification eventType (d7efe85)
  • ci: adding automated release support, removing dependency check, as it's now covered by dependabot (7f52097)
  • enums: add enums for /tpr/authorizations and /tpr/verifications (95ec42e)
  • enums: add enums for /tpr/authorizations and /tpr/verifications (#310) (332869b)

Bug Fixes

  • vulns: run npm audit, fix and ignore unfixable and unused (501f683)

13.1.0 (2021-08-25)

Features

  • add verification eventType (d7efe85)
  • enums: add enums for /tpr/authorizations and /tpr/verifications (95ec42e)

Bug Fixes

  • vulns: run npm audit, fix and ignore unfixable and unused (501f683)