Releases: mablhq/github-run-tests-action
Releases · mablhq/github-run-tests-action
Release v1.14
- Updated Actions libraries
- Updated Actions Node.js version to v20
- Updated Node.js versions necessary to run CLI to v18
Release v1.13.0
This release adds addresses a dependency CVE and pulls in the latest GitHub Actions libraries.
Release v1.12
This release adds developer experience enhancements, and addresses dependency CVEs.
Changes include:
- Update
moment
to address GHSA-wc69-rhjr-hc9g - Add helpful documentation about the mabl API key type to use
- Add helpful error messages when the wrong API key type is used
- Provide more helpful humanization of error messages
Release v1.11
This release adds enhancements for API calling resiliency and addresses dependency CVEs.
Changes include:
- Add more robust API call timeouts to address #48
- Update
moment
to address CVE-2022-24785 - Update all other libraries and use pinned versions
- Upgrade Action runtime from Node.js 12 (End of Life) to Node.js 16
- Fix code typo in for APP/API URL overrides environment variable names (used in unit testing)
Release v1.10.1
This release only updates build time test dependencies
- Update
eslint
test time dependency for CVE-2020-28469 - Update
jest
test time dependency CVE-2021-32640
Release v1.10
- Added
mabl-branch
support - Added
http-headers
support - Added
plan-labels
support - More helpful input validation messaging
- Complete YAML example documented
Read more about the release here.
Release v1.9
- Address CVE-2021-23337 for Lodash library by upgrading dependency
- Minor dependency upgrades
Release v1.8
- Address CVE-2020-28168 for Axios library by upgrading dependency
Release v1.7
- For pull_request triggered actions, get the commit hash to test against from the head of the branch being merged instead of using the
GITHUB_SHA
environment variable. Fixes #29.
Release v1.6
- Update @actions/core to address set-env deprecation
- Replace deprecated
request
withaxios
- Format Action output into "groups"
v1.6
publishedv1
major version tag available (automatically get updates in your workflows using this version)- Polish code base, tests