Releases: adobe/helix-pipeline
Releases · adobe/helix-pipeline
v0.7.4
Changes
- JSON validation fails for code meta which can be null #93
v0.7.3
Changes
- JSON validation fails for mdast objects of type 'list' #90
v0.7.2
Changes
- processing html pipeline with non-existent content produces a 200 (#81)
- error handler #85
- Detect embeds, partial implementation of #56
- Adding description for params, fixes #84
- Improve tests: remove position information #87
- Dependency reduction: remove bluebird #75
v0.7.1
Changes
- Remove request.req support #78
v0.7.0
Changes
- Remove
request.req
support #78
- Relax Schemas to work with real-world Data (#76)
- JSON Schema Validation (#62)
- dump the entire context for each step of the pipeline when in non-production #14
- Parse the call stack for better log messages, fixes #15
- Switched surrogate keys to base64 (#66)
v0.6.0
Changes
- Add all owrequest adapter logic from helix-cli #46 (#63)
- renamed pre to before and post to after #41
- Tap Pipeline & Dump Context for Debugging #61 #14
- Skip the fetch step if there is already a body, fixes #13
- Add Surrogate-Key header #23
- rename pipeline.log to logs/pipeline.log, fixes #37
- Align parsing of the
req
parameter with VCL and petridish (#36)
v0.5.0
Changes
- Rename 'resource' to 'content' #39
v0.4.0
Changes
- Implement documented Global Scope (Fixes #7)