Releases: mojaloop/ml-testing-toolkit
Releases · mojaloop/ml-testing-toolkit
v15.2.1 Release
v15.2.0 Release
v15.1.0 Release
v15.0.0 Release
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
15.0.0 (2022-07-28)
⚠ BREAKING CHANGES
- mojaloop/#2092: Major version bump for node v16 LTS support, re-structuring of project directories to align to core Mojaloop repositories and docker image now uses
/opt/app
instead of/opt/mojaloop-testing-toolkit
which will impact config mounts, and changed the port number from 5000 to 4040 which will impact the values in TTK environment files used in test executions and helm values files used in K8S deployments.
Major version bump since this is a big upgrade.
Features
- mojaloop/#2092: upgraded node version and refactored postman functional tests (#215) (4ac6f40), closes mojaloop/#2092
Release v14.2.0
Changelog for this release:
- Feature: Added hostname and prefix to api definition list pull/211
Refer this documentation https://github.com/mojaloop/ml-testing-toolkit/blob/master/documents/User-Guide-API-Provisioning.md#5-prefix-and-hostnames
Release v14.1.0
Changelog for this release:
- Feature: Break on error and disable option for requests pull/204
Release v14.0.5
Changelog for this release:
- feat: Added fake currencies to swagger files (#205)
Release v14.0.4
What's Changed
- feat: callback rule updates to suppose patch notification test-scenarios by @mdebarros in #200
New Contributors
- @mdebarros made their first contribution in #200
Full Changelog: v14.0.3...v14.0.4
Release v14.0.3
Changelog for this release:
- fix: does not override the fulfilment when set in a callback-rules (#202)