Skip to content

Releases: mojaloop/bulk-api-adapter

v13.0.1 Release

07 Mar 11:19
Compare
Choose a tag to compare

13.0.1 (2022-03-07)

Bug Fixes

  • core-services support for non-breaking backward api compatibility (#77) (d3275b0), closes #2704

v13.0.0 Release

04 Mar 12:18
Compare
Choose a tag to compare

13.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

v12.1.0 Release

14 Dec 10:50
Compare
Choose a tag to compare

12.1.0 (2021-12-14)

Features

v12.0.2 Release

22 Nov 14:28
Compare
Choose a tag to compare

12.0.2 (2021-11-22)

Bug Fixes

v12.0.1 Release

18 Nov 09:07
Compare
Choose a tag to compare

12.0.1 (2021-11-18)

v12.0.0 Release

17 Nov 13:04
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

12.0.0 (2021-11-17)

⚠ BREAKING CHANGES

  • mojaloop/#2538: Forcing a major version change for awareness of the config changes. The LIB_RESOURCE_VERSIONS env var is now deprecated, and this is now also controlled by the PROTOCOL_VERSIONS config in the default.json. This has been done for consistency between all API services going forward and unifies the config for both inbound and outbound Protocol API validation/transformation features.

Bug Fixes

v11.1.4 Release

10 Jun 08:36
2255f22
Compare
Choose a tag to compare

fix(#2246): Header validation does not take into account valid structure (#58)

  • Updated dependencies
  • Fixed audit resolve issues
  • Bump to patch version

v11.1.3 Release

02 Jun 16:28
10f443f
Compare
Choose a tag to compare

Changelog of this release

  • feat(2151): helm-release-v12.1.0 (#56)
    • Bump to patch version
    • Updated dependencies
    • Fixed async await for central-services-metrics
    • Fixed package.json typo missing file extension
    • Aligned npm lint/standard scripts
    • 'allow.auto.create.topics=true' had been added to Kafka Consumer configs. This will enable Kafka Consumers to trigger auto creation of topics, ref: https://github.com/edenhill/librdkafka/releases/tag/v1.5.0.
    • Fixes for audit-resolve
      Ignored handlebars due to missing bin in v4.7.7. This causes 'npm prune' to fail with the following error:
      npm ERR! invalid bin entry for package handlebars@4.7.7. key=handlebars, value=bin/handlebars

v11.1.2 Release

10 Feb 10:23
803f334
Compare
Choose a tag to compare

Changelog of this release

  • added @hapi/joi as it has been requested by some modules

v11.1.1 Release

09 Feb 06:38
5ade269
Compare
Choose a tag to compare

Change-log for this release:

  • chore: update license file (PR #45)
  • Bump axios from 0.21.0 to 0.21.1 (PR #47)
  • Adding codeowners list (PR #48)
  • feat(ci/cd): add pr title check (PR #49)
  • chore: update package versions (PR #50)