Releases: mojaloop/quoting-service
Releases · mojaloop/quoting-service
v7.3.1-snapshot Release
Changes in this release:
- Updated central-services-error-handling lib to 7.3.0 with bugfix for #914 Extension Value fields in ExtensionList objects exceeding the size limit of 128
v7.3.0-snapshot Release
Change log for this release:
-
Adopted the standard error handler library
-
Added unit tests for quotes
-
Added coverage check script
-
Fixed bulk mockgen in unit tests
-
Changed to use Error code enums
v6.3.0-snapshot Release
- added simple routing mode and fixes for all tests
- still one minor error in testing but will be fixed on quote refactor
- updated server to handle and respond to errors as defined in mojaloop spec
- updated swagger to allow proper content-type
- updated dependency to latest version
- added test-unit back in
- updated version
- added x-unit to testing
- removed caret
Note: SIMPLE_ROUTING_MODE
has been added to the default.json which is true
by default.
v6.2.1-snapshot Release
Change log for this release:
- Quoting Service: Support for Party Identifier Types & Transaction Scenarios: mojaloop/project/issues/769
- Switch passing incorrect ACCEPT header in POST quotes from payer to payee: mojaloop/project/issues/778
v6.2.0-snapshot Release
Change log for this release:
- Code contributed from Mowali for Quoting-Service has been adapted to operate against the mojaloop stack.
- Some alignment to OSS standards have been completed, but more to come in future