Releases: 51Degrees/pipeline-node
Releases · 51Degrees/pipeline-node
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.
- REORG/TEST: POST is now used to get data from a cloud endpoint, and tests have been added.
- BUG: Cloud request engine now has a mechanism to set the Origin header.
- EXAMPLE: Add a new example that demonstrates how to configure usage sharing.
Version 4.3.0
- FEAT: Added User Agent Client Hints functionality by adding Accept-CH response header in response using SetHeader properties.
- OPTIM: Add a warning when using a key which returns null within cloud data.
- FEAT: Use common-ci template
- FEAT/REORG: Added typescript declarations, and corrected error messages structure.
Version 4.2.2
Included changes:
- FEAT: Allow setting of cloud endpoint from environment variable FOD_CLOUD_API_URL. Added shared module to contains shared values such as default base URL. Added test to make sure the order of sources to check for endpoint value is honoured.
Releases:
Version 4.2.1
Included changes:
- BUG: addJavaScriptBuilder option is now correctly handled.
- DOC: Updated examples to use the correct name and correctly close the code fencing.
- DOC: Corrected URL links in readme files of sub modules.
Releases:
Version 4.2.0
Included Changes:
- OPTIM: Updated the error messages to provide more helpful information.
- TEST: Check that correct error message are returned for each failed scenario.
- EXAMPLE: Updated examples and tests to match the changes to
FlowData
. - FEAT: ElementData now return more helpful error message when accessing invalid properties.
- TEST: Check that helpful error message is returned when accessing invalid properties.
- OPTIM: minify setting in JavaScriptBuilder is now defaulted to false.
- TEST: Updated test to check for default value of minify setting.
Releases: