Releases: mojaloop/quoting-service
Releases · mojaloop/quoting-service
v8.2.1-snapshot
v8.2.0-snapshot
Change log for release:
- Reverted central-services-shared sendRequest to node-fetch for post quotes
v8.1.1-snapshot Release
Hotfix
- Fix for PUT quote/{id} requests were being sent, but the response was not being checked correctly on success (since it was using the previous node-fetch lib result). This was updated to check the response based on the Util sendRequest from central-services-shared.
v8.1.0-snapshot Release
Maintenace Update:
- Replaced any console.log/info with the mojaloop logger
- Bumped up dependencies to latest versions (still pending updates for central-services-shared to remove the Kafka dependency)
- Migrated tests from to Jest (which now handles: tests & coverage reporting) - thanks @msk- !
- Aligned code style to standard, and updated configs to match this change.
- Fixed any standard code issues
Bug fixes
- Fixes for mojaloop/project#988 included. Error callbacks should send properly with the header being passed into the respective methods.
- Fix for incorrect Istanbul version being used.
New Features:
- Added detailed health end-point which reports on datastore store if simpleRoutingMode is disabled.
- Added the following Knex Pool configurations (which is set to defaults, but can be set as required):
- "ACQUIRETIMEOUTMILLIS": 30000,
- "CREATETIMEOUTMILLIS": 30000,
- "DESTROYTIMEOUTMILLIS": 5000,
- "IDLETIMEOUTMILLIS": 30000,
- "REAPINTERVALMILLIS": 1000,
- "CREATERETRYINTERVALMILLIS": 200
- "DEBUG": false
v7.4.0.2-snapshot
Added the following Knex Pool configurations:
- "ACQUIRETIMEOUTMILLIS": 30000,
- "CREATETIMEOUTMILLIS": 30000,
- "DESTROYTIMEOUTMILLIS": 5000,
- "IDLETIMEOUTMILLIS": 30000,
- "REAPINTERVALMILLIS": 1000,
- "CREATERETRYINTERVALMILLIS": 200
Configuration information:
v7.4.0.1-snapshot
- Added debug config for knex.
- Enabled console logger for debug purposes
v7.4.2 Snapshot
Change Log for this release:
- BugFix: mojaloop/project/issues/935 - Ensure 'Accept' header not set when sending PUT request from switch to payerfsp (PR #22)
- Ensure 'Accept' header not set with PUT request from switch to payerfsp
- Fail 'PUT' requests if 'Accept' header is set.
v7.4.1-snapshot Release
Change Log for this release:
- Enhancement: mojaloop/project/issues/888 Use Central Services SharedLib (PR - #11 )
- Schema Validations: mojaloop/project/issues/953 Quoting Service Validation Issues (PR #23)
- Amount cannot be negative
- Currency contained at enum
- QuoteId and transactionId must follow UUID4 format
- PartyIdType must be contained at enum
- PartyIdentifier must be validated against its type definition
- Minor Fix: Added --silent flag to fix circleci artifacts, updated to 7.4.1 (PR #18)
v7.4.0-snapshot Release
Changes in this release:
- Fix for mojaloop/project#933
- Added participant check to quote POST
- Updated dependencies
v7.3.2-snapshot Release
Changes in this release:
- Bug Fix: Quotes issue with checking active / inactive status of a participant #933.