Skip to content

Releases: mojaloop/quoting-service

v8.6.1 Snapshot

05 Dec 17:05
50564a1
Compare
Choose a tag to compare
v8.6.1 Snapshot Pre-release
Pre-release

Change log for this release:

  • Feature: Disassociated unit tests from the actual contents of file config/rules.json (PR #92). Added a rules.example.json file.
  • Bugfix: mojaloop/project/issues/1085 Quote to Inactive Fsp (PR #91). Properly generate request headers when a messages originates from switch
  • Feature: mojaloop/project/issues/846 async logging (#100)
  • Feature: mojaloop/project/issues/update json rules engine (#101)

v8.6.0 Snapshot

27 Nov 14:15
a8c21c9
Compare
Choose a tag to compare
v8.6.0 Snapshot Pre-release
Pre-release

Change log for this release:

  • bugfix/1066 Remove Put Accept Header
  • Code cleanup and added unit tests
  • bugfix/1079 Extensions Longer Than 128 Chars
  • Dependencies update

v8.4.1 Snapshot Release

08 Nov 20:00
Compare
Choose a tag to compare
Pre-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 quoting-service (#81)

v8.4.0-snapshot Release

05 Nov 16:31
8ac1dcd
Compare
Choose a tag to compare
Pre-release

Change log for this release:

  • Fix for missing spans for negative scenarios
  • Updated dependencies
  • Improved unit testing

v8.3.2 Snapshot

22 Oct 12:18
50d10c8
Compare
Choose a tag to compare
v8.3.2 Snapshot Pre-release
Pre-release

Change log for this release:

  • Integrated Event Framework
  • Changed ID to lowercase id, ..ByID to ..ById
  • Upgraded dependencies
  • Updated swagger definition
  • Deleted dummy Mockgen unit tests

v8.3.1 Snapshot

17 Oct 16:14
7178ded
Compare
Choose a tag to compare
v8.3.1 Snapshot Pre-release
Pre-release

Changelog for this release

  • Hotfix: Fix CI build errors with missing build dependencies (#68)

v8.3.0 Snapshot

17 Oct 15:13
1b109e3
Compare
Choose a tag to compare
v8.3.0 Snapshot Pre-release
Pre-release

Changelog for this release

  • BugFixes: Issue mojaloop/project#990 - Modify FSPIOPErroCode when payee-destination FSP not found from 3100 to 3201 (#61)
    • Add header validation to address Content-Type missing validation error
    • Use QuoteIdRef at Swagger and revert ValidateFailActionAtServer Error
    • Use : #/definitions/QuoteId, instead of type: string for quoteId properties at swagger.json
    • Revert error thrown at validate failAction at server.js from being reformatted into a FSPIOPError into a regular error
    • Modify FSPIOPErroCode when Payee aka DestFSP is not found from 3100 to 3201
    • Modify FSPIOPErroCode when Payee aka DestFSP is not found from 3100 to 3201
    • Add participantType to getParticipant method
    • Send participantType to getParticipant
    • Add local enum update GetPartyIdentifierType call remove Txn parameter
    • Add additional local enums
  • Enhancement: Updated to use updated database configuration (#65)
  • BugFix: Issue mojaloop/project#1016 - Bug13 Get Quotes Validate Header Apply Global Header Params To GET and PUT (#66)
  • BugFix: Issue - mojaloop/project#1025 Disable caching for getParticipantEndpoint in cachedDatabase.js (#67)

v8.2.3 Snapshot

11 Oct 06:04
296a20f
Compare
Choose a tag to compare
v8.2.3 Snapshot Pre-release
Pre-release

Changelog for this release:

Bug fix: mojaloop/project/issues/990 Update for quoting-service to modify server.js to:

  • add central-services-shared Util.Hapi.FSPIOPHeaderValidation plugin

  • revert error thrown at validate failAction from being reformatted into a FSPIOPError into a regular error

in order to fix bug number 6 - content-type header validation and 14 - content-type appended version header validation, not showing response code 406 (#57)

v8.2.2-snapshot

04 Oct 16:51
03bd0a8
Compare
Choose a tag to compare

Change log for release:

BugFix: mojaloop/project/issues998 - fixes to ensure that the amounts are formatted correctly and has currency and amount as well as revert request headers being used by central-services-shared (#56)

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)