Releases: mojaloop/quoting-service
Releases · mojaloop/quoting-service
v15.2.1 Release
15.2.1 (2023-10-05)
Bug Fixes
- mojaloop/#3537: add mitigation for req obj mutation in handler async functions (#315) (250a2fe), closes mojaloop/#3537
v15.2.0 Release
15.2.0 (2023-10-05)
Features
- mojaloop/#3537: add metrics for cache hits and duplicate result (#314) (05708ac), closes mojaloop/#3537
Chore
- mojaloop/#3537: add missing histgram ending (#313) (0ae94d7), closes mojaloop/#3537
v15.1.0 Release
15.1.0 (2023-10-02)
Features
- mojaloop/#3432: add metrics for quote handlers and models (#311) (de37e1e), closes mojaloop/#3432
v15.0.4 Release
v15.0.3 Release
v15.0.2 Release
v15.0.1 Release
v15.0.0 Release
15.0.0 (2022-06-09)
⚠ BREAKING CHANGES
- Major version bump for node v16 LTS support, re-structuring of project directories to align to core Mojaloop repositories and docker image now uses /opt/app instead of /opt/quoting-service which will impact config mounts.
Features
- upgrade to node LTS v16 (#302) (bc11b7c), closes mojaloop/#2767
- mojaloop/#2704: core-services support for non-breaking backward api compatibility (#295) (812b75d), closes mojaloop/#2704
- mojaloop/#2535: fspiop api version negotiation not handled by quoting service (#289) (#290) (d4d48c1), closes mojaloop/#2535
- mojaloop/#2535: fspiop api version negotiation not handled by quoting service (#289) (737c7b4), closes mojaloop/#2535
- mojaloop/#2439: quoting-service-model.validatequoterequest-doesnt-perform-correct-validation (#280) (b0c2cdc), closes mojaloop/#2439
v14.0.0 Release
14.0.0 (2022-03-04)
⚠ BREAKING CHANGES
- mojaloop/#2704: - Config PROTOCOL_VERSIONS.CONTENT has now been modified to support backward compatibility for minor versions (i.e. v1.0 & 1.1) as follows:
"PROTOCOL_VERSIONS": { "CONTENT": "1.1", <-- used when generating messages from the "SWITCH", and validate incoming FSPIOP API requests/callbacks CONTENT-TYPE headers "ACCEPT": { "DEFAULT": "1", <-- used when generating messages from the "SWITCH" "VALIDATELIST": [ <-- used to validate incoming FSPIOP API requests/callbacks ACCEPT headers "1", "1.0", "1.1" ] } },
to be consistent with the ACCEPT structure as follows:
"PROTOCOL_VERSIONS": { "CONTENT": { "DEFAULT": "1.1", <-- used when generating messages from the "SWITCH" "VALIDATELIST": [ <-- used to validate incoming FSPIOP API requests/callbacks CONTENT-TYPE headers "1.1", "1.0" ] }, "ACCEPT": { "DEFAULT": "1", <-- used when generating messages from the "SWITCH" "VALIDATELIST": [ <-- used to validate incoming FSPIOP API requests/callbacks ACCEPT headers "1", "1.0", "1.1" ] } },
Features
- merge mowali branch (#286) (f92299b), closes #100 #101 #102 #127
- mojaloop/#2704: core-services support for non-breaking backward api compatibility (#295) (812b75d), closes mojaloop/#2704 mojaloop/#2704
Bug Fixes
v11.0.3-snapshot Release
This release is a fix for knex timeout issue on top of release v11.0.2-snapshot
https://modusbox.atlassian.net/browse/MES-896