This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
Releases: adobe/helix-pipeline
Releases · adobe/helix-pipeline
v1.0.2
v1.0.1
v1.0.0
v0.11.0
v0.10.2
v0.10.1
v0.10.0
Helix Pipeline 0.10.0 is a release that includes new features and bug fixes
New Features
- #57 Conditional Sections: in multi-section markdown, content can be targeted using the
strain
metadata property or thetest
metadata property in an intermediate YAML block - #131 new setting
HTTP_TIMEOUT
to prevent a slow GitHub backend from blocking Adobe I/O Runtime cycles
Bug Fixes
- #137 the package size has been reduced by excluding development-only dependencies from the production dependency list
- #140 discrepancies between the production and development environment regarding request properties have been resolved
- #129 Helix Pipeline will now always fetch Markdown content from
master
if noref
has been provided - #146 the NPM package size has been reduced by excluding some build artifacts
- #136 section type detection now takes elements that are wrapped in paragraphs into consideration
- #64 During testing, no real HTTP requests are made anymore, speeding up development
v0.9.2
v0.9.0
v0.8.0
Changes
- moved default values from function code into JSON Schema (#108)
- Mark sections as hidden when strain parameter does not match (#102) see #57
- Set X-ESI header when ESI is used in response #73
- Static file handler - codeload #57
- Regression: title, intro, image properties of the payload are either undefined or wrong #319
- tap logs not usefully grouped #89