Skip to content

Releases: mojaloop/quoting-service

v8.2.1-snapshot

04 Oct 14:45
Compare
Choose a tag to compare
v8.2.1-snapshot Pre-release
Pre-release

Change log for release:

  • BugFix: mojaloop/project/issues998 - Quoting service not using most recent endpoint (#53)
  • BugFix: Changes to fix config issues in the database.js file (#55)

v8.2.0-snapshot

04 Oct 11:34
Compare
Choose a tag to compare

Change log for release:

  • Reverted central-services-shared sendRequest to node-fetch for post quotes

v8.1.1-snapshot Release

27 Sep 15:52
205120f
Compare
Choose a tag to compare

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

27 Sep 08:05
Compare
Choose a tag to compare

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

23 Sep 23:59
4a592c7
Compare
Choose a tag to compare
v7.4.0.2-snapshot Pre-release
Pre-release

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

23 Sep 16:55
7e50f6e
Compare
Choose a tag to compare
v7.4.0.1-snapshot Pre-release
Pre-release
  • Added debug config for knex.
  • Enabled console logger for debug purposes

v7.4.2 Snapshot

03 Sep 13:18
Compare
Choose a tag to compare

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

30 Aug 10:19
a7d10f4
Compare
Choose a tag to compare

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

20 Aug 11:06
28aa00b
Compare
Choose a tag to compare
Pre-release

Changes in this release:

v7.3.2-snapshot Release

16 Aug 11:20
2bbb41e
Compare
Choose a tag to compare
Pre-release

Changes in this release:

  • Bug Fix: Quotes issue with checking active / inactive status of a participant #933.