Releases: mojaloop/bulk-api-adapter
Releases · mojaloop/bulk-api-adapter
v12.1.0 Release
12.1.0 (2021-12-14)
Features
- mojaloop/#2608: injected resource versions config for outbound requests (#70) (a2c6a91), closes mojaloop/#2608
v12.0.2 Release
v12.0.1 Release
12.0.1 (2021-11-18)
v12.0.0 Release
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
- mojaloop/#2538: fspiop api version negotiation not handled (#67) (416293a), closes mojaloop/#2538 mojaloop/#2538
v11.1.4 Release
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
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
Changelog of this release
- added @hapi/joi as it has been requested by some modules
v11.1.1 Release
v11.1.0 Release
Changelg:
- #1854: FSPIOP Headers Validation -
Accept
andContent-Type
headers must now includebulkTransfers
and nottransfers
(#44)
v11.0.2 Release
Changelog:
- Moved axios dependency from devDependencies to normal dependencies