Skip to content

Releases: mojaloop/central-ledger

v16.3.0 Release

08 Sep 08:45
Compare
Choose a tag to compare

16.3.0 (2022-09-08)

Features

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

v15.1.2.1 Revision

08 Sep 08:44
9cf5ca6
Compare
Choose a tag to compare

What's Changed

  • feat(mojaloop/#2880): simplify liquidity cover check and fix issue with validation by @mdebarros in #917

Full Changelog: v15.1.2...v15.1.2.1

v16.2.0 Release

15 Aug 19:25
Compare
Choose a tag to compare

16.2.0 (2022-08-15)

Features

v16.1.0 Release

11 Aug 14:54
Compare
Choose a tag to compare

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

v16.0.0 Release

05 Aug 21:27
Compare
Choose a tag to compare

16.0.0 (2022-08-05)

⚠ BREAKING CHANGES

The FSPIOP api errors for invalid/inactive/non-existant FSP's for Bulk Transfers are now updated to be more descriptive.
They have been updated to

ErrorHandler.Enums.FSPIOPErrorCodes.PAYER_FSP_ID_NOT_FOUND - 3202
ErrorHandler.Enums.FSPIOPErrorCodes.PAYEE_FSP_ID_NOT_FOUND - 3203
If you have conditional logic based on error callbacks of POST /bulkTransfers you will need to update the error codes accordingly.

Refactors

v15.2.0 Release

01 Aug 17:37
Compare
Choose a tag to compare

15.2.0 (2022-08-01)

Features

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

v15.1.3 Release

12 Jul 15:32
Compare
Choose a tag to compare

15.1.3 (2022-07-12)

Chore

v15.1.2 Release

05 Jul 14:09
Compare
Choose a tag to compare

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

v15.1.1 Release

17 Jun 14:04
Compare
Choose a tag to compare

15.1.1 (2022-06-17)

Bug Fixes

v15.1.0 Release

17 Jun 12:55
Compare
Choose a tag to compare

15.1.0 (2022-06-17)

Features

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