Releases: 51Degrees/pipeline-php-core
Releases · 51Degrees/pipeline-php-core
Version 4.4.3.0
What's Changed
- CI refactoring by @pi-alexander-popel in #4
- Used both GET and POST parameters when adding evidence from HTTP requests. by @jwrosewell in #5
- Change default dryrun value to false by @pi-alexander-popel in #6
New Contributors
- @pi-alexander-popel made their first contribution in #4
- @jwrosewell made their first contribution in #5
Full Changelog: 4.4.2...4.4.3.0
Version 4.4.0
Release 4.4.0
Version 4.3.5
- BUG: Fixed UACH cloud issue
- REF: Updated reference to submodule common-ci.
Version 4.3.4
- BUILD: Add PHP 8 to tested versions
Version 4.3.3
Included Changes:
FEAT: Added SuppressProcessException
setting in Pipeline, which when true
allows the user to suppress errors occurred within flow elements. Its value is set to true
by default.
BUG: Fixed fod
not found in javascript when node is not installed.
Version 4.3.2
Included changes:
- REF: Update submodules references.
Version 4.3.1
Included changes:
- BUILD: Added 'submodule-trigger.yml' pipeline to support automated release process.
- BUILD: Added a step to 'build-and-test.yml' pipeline to auto complete a pull request to main as part of the automated release process.
- BUILD: Changed nightly build to just run tests, not create packages.
- BUG: Fixed nul error when data does not contain element specified.
Version 4.3.0
Included changes:
- FEAT: The SetHeadersElement can be used to convert values from all 'SetHeader*' properties into a dictionary that can be used to populate the HTTP response headers. This element is added automatically for web integration pipelines.
- FEAT: When using web integration, the pipeline will now automatically set HTTP headers in the response based on the values of properties starting with 'SetHeader'
- TEST: Added tests for SetHeadersElement.
- FEAT: Use common CI approach
Release:
Release 4.2.1
Internal release
Included changes:
- BUILD: Set pipeline to use ubuntu 18.04 for git2 support
Release:
Version 4.2.0
Included Changes:
- OPTIM: Improved handling of missing property values.
- TEST: Added tests for various missing value scenarios.
Release: