Skip to content

Releases: mojaloop/bulk-api-adapter

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 [email protected]. 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)

v11.1.0 Release

23 Nov 12:59
7db7e22
Compare
Choose a tag to compare

Changelg:

  • #1854: FSPIOP Headers Validation - Accept and Content-Type headers must now include bulkTransfers and not transfers (#44)

v11.0.2 Release

05 Oct 10:24
6cf95d0
Compare
Choose a tag to compare

Changelog:

  • Moved axios dependency from devDependencies to normal dependencies