Skip to content

Releases: mojaloop/central-settlement

Release v14.0.0

15 Jul 14:00
Compare
Choose a tag to compare

14.0.0 (2022-07-15)

⚠ BREAKING CHANGES

  • upgrade node to lts, ci, image, packages, audit (#381)

Breaking change: Docker image folder structure no longer uses /opt/central-settlement/ as the work directory and now uses /opt/app/. Update any mount file paths accordingly.

Features

  • upgrade node to lts, ci, image, packages, audit (#381) (12ccec2)

v13.4.1 Release

04 Aug 13:52
29fd605
Compare
Choose a tag to compare

Changelog

v13.4.0

16 Jul 10:22
acf5d5b
Compare
Choose a tag to compare

Changelog

  • Added audits for incoming requests
  • Added tags to endpoints to enable events
  • Fixed bug for passing header to process and close functions

v13.3.2

15 Jul 11:17
3771515
Compare
Choose a tag to compare

Changelog

  • added headers to settlement window close function calls to add span tags info

v13.3.1

06 Jul 08:39
e3c8cf8
Compare
Choose a tag to compare

Changelog

  • fix(2325): fixed the issue for default CGS to settle deferred transfers #362

Release v13.3.0

05 Jul 12:56
15d42ce
Compare
Choose a tag to compare

Changelog

  • feat(#2301): add more robust logging for errors (#358)

v13.2.0

23 Jun 08:36
45ecfe3
Compare
Choose a tag to compare

Changelog

  • fixed settlementWindowContent and settlementWindowAggregation on settlement window closure issue with multiplying the settlement amounts PR: #356

v13.1.1

27 May 14:58
fbd6980
Compare
Choose a tag to compare

Changelog

  • removed kafka client renaming functionality into register handlers - This will ensure that the group.id and client.id set in the config/default.json is correctly used by the Kafka client.

  • addded "allow.auto.create.topics": true into consumers rdkafka config in default.json due to changes in node-rdkafka version 2.10.0

v13.1.0

17 May 09:20
661f193
Compare
Choose a tag to compare

Changelog

  • feat: added support for default settlement model (no currency binding) (PR #351)

v13.0.0 Release

03 Mar 14:20
54b8bb9
Compare
Choose a tag to compare

Feat: Separate Rules handler from CGS handler (PR #346 )