Releases: mojaloop/central-settlement
Releases · mojaloop/central-settlement
v9.3.1 Release
Fixed Dockerfile to use the latest module structure
v9.3.0 Release
Changelog for this release
- Feature: Settlement-v2 merge into master (PRs #259, #271)
- CI/CD: Fix - mojaloop/project/issues/1107 circleci deploy (PR #261)
Details of stories included in this release:
- mojaloop/project/issues/1097 Implement createSettlement DB inserts
- mojaloop/project/issues/1099 Implement Update the progress of a settlement
- mojaloop/project/issues/1100 Request Settlement by Currency Wrap-up and QA
- mojaloop/project/issues/1165 Unit tests for central-settlement, part 1
- mojaloop/project/issues/1179 Implement createSettlementModel admin API
- mojaloop/project/issues/1180 Enhance getSettlementWindowById endpoint to report window content
- mojaloop/project/issues/1207 Implement settlementModels management - GET and PUT operations
- mojaloop/project/issues/1209 Improve createSettlement to fail attempts for continuous/gross models
- mojaloop/project/issues/1210 Enhance createSettlementModels admin api endpoint to allow only pre-defined settlement models
- mojaloop/project/issues/1211 Implement autoPositionReset config to settlementModel
v9.2.2 Release
Changelog for this release
- Feature: Settlement-v2 merge into master (PRs #259, #271)
- CI/CD: Fix - mojaloop/project/issues/1107 circleci deploy (PR #261)
Details of stories included in this release:
- mojaloop/project/issues/1097 Implement createSettlement DB inserts
- mojaloop/project/issues/1099 Implement Update the progress of a settlement
- mojaloop/project/issues/1100 Request Settlement by Currency Wrap-up and QA
- mojaloop/project/issues/1165 Unit tests for central-settlement, part 1
- mojaloop/project/issues/1179 Implement createSettlementModel admin API
- mojaloop/project/issues/1180 Enhance getSettlementWindowById endpoint to report window content
- mojaloop/project/issues/1207 Implement settlementModels management - GET and PUT operations
- mojaloop/project/issues/1209 Improve createSettlement to fail attempts for continuous/gross models
- mojaloop/project/issues/1210 Enhance createSettlementModels admin api endpoint to allow only pre-defined settlement models
- mojaloop/project/issues/1211 Implement autoPositionReset config to settlementModel
v9.2.1 Release
Changelog for this release
- #1175: Upgraded to Node 12.16.0 LTS (#244)
v8.8.0 Release
Change log for this release:
- Feature: Added anchor summary report upload (PR #230)
v8.6.0 Release
Change log for this release:
- Security-Enhancement: mojaloop/project/issues/1003 container scan policy (#195)
- Enhancement: Handle file based logging in Dockerfile, update dependencies (#199)
v8.4.0 Release
Change log for this release
- Bugfix: mojaloop/project/issues/934 Add require parse-strings-in-object to make sure environmental variables of type Boolean are properly set as Boolean instead of as a String by the Config object at central-settlement (#176)
v8.3.0 Release
Maintenance Updates
- Updated to use the latest central-services-database with a connection object
- Updated dependencies and new central-ledger-dependency
v8.2.0 Release
This release includes the following changes:
Feature Updates
- #952 Implement ML Number library
- #795 Add missing documentation end-points for API services
Maintenance Updates
- Upgraded dependencies
- Fixed integration tests failure
v7.5.0 Release
Change log for this release:
- Bugfix for Settlements API error format is not as per Spec:
- implementation of error handling plugin to server setup
- fixed for on all GET/PUT/POST endpoints
- multiple replace of "Internal Server Error" with "Validation Error"
- dependencies upgrade
- npm-check-updates module added to pre-commit hook