Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Releases: adobe/helix-pipeline

v0.7.4

06 Nov 15:00
Compare
Choose a tag to compare

Changes

  • JSON validation fails for code meta which can be null #93

v0.7.3

06 Nov 02:19
Compare
Choose a tag to compare

Changes

  • JSON validation fails for mdast objects of type 'list' #90

v0.7.2

05 Nov 04:33
Compare
Choose a tag to compare

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

31 Oct 07:10
Compare
Choose a tag to compare

Changes

  • Remove request.req support #78

v0.7.0

31 Oct 05:06
Compare
Choose a tag to compare

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

09 Oct 04:32
Compare
Choose a tag to compare

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

12 Sep 07:21
Compare
Choose a tag to compare

Changes

  • Rename 'resource' to 'content' #39

v0.4.0

06 Sep 07:46
Compare
Choose a tag to compare

Changes

  • Implement documented Global Scope (Fixes #7)