Skip to content

Releases: mojaloop/central-settlement

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 )

v12.0.3 Release

14 Feb 17:02
5bf0b97
Compare
Choose a tag to compare

Change-log for this release:

  • fix: Settle only configured settlement models while running CGS handler (PR #344) (and not other transfers)

v12.0.2 Release

12 Feb 10:28
74a2b2c
Compare
Choose a tag to compare

Changelog:

  • fix: Core handler services that have a dependency on central-services-database are not loading all tables on startup (mojaloop/project#1888).