Releases: mojaloop/central-settlement
Releases · mojaloop/central-settlement
Release v14.0.0
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.0
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
Changelog
- added headers to settlement window close function calls to add span tags info
v13.3.1
Changelog
- fix(2325): fixed the issue for default CGS to settle deferred transfers #362
Release v13.3.0
Changelog
- feat(#2301): add more robust logging for errors (#358)
v13.2.0
Changelog
- fixed settlementWindowContent and settlementWindowAggregation on settlement window closure issue with multiplying the settlement amounts PR: #356
v13.1.1
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
Changelog
- feat: added support for default settlement model (no currency binding) (PR #351)
v13.0.0 Release
Feat: Separate Rules handler from CGS handler (PR #346 )