Skip to content

Releases: adobe/helix-cli

v0.10.6

13 Dec 18:02
Compare
Choose a tag to compare

Changes

  • Update @adobe/helix-pipeline to the latest version 🚀 (#381)
  • minor test fixing (#382)
  • Use node-watch for Linux (#375)
    • Use node-watch, fixes #359
  • pinned dependency versions (#377)
  • Improve test code coverage #333 (#378)
  • Contributes to, but does not fix #333

v0.10.3

11 Dec 23:31
Compare
Choose a tag to compare

Changes

  • fix demos/simple/index.md to show correct location of style.css (#379)

v0.10.2

11 Dec 20:08
Compare
Choose a tag to compare

Changes

  • added segfault handler (hlx_crash.log)

v0.10.1

11 Dec 18:25
Compare
Choose a tag to compare

Changes

  • install bash completion via installer script #202

v0.10.0

07 Dec 17:32
Compare
Choose a tag to compare

Release Highlights

  • Proxy Strains: Helix can now work side-by-side with existing backends. Just create a strain with an origin property pointing to the old backend URL, and traffic for that strain will be served from your old backend.
  • Image Optimization: We fixed the support for Fastly's Image Optimization, so that images actually get resized. You need to ask Fastly support to enable it for each service configuration. Starting with configurations that have been created with hlx version 0.10.0 and higher (check the X-Version header), image optimization can be enabled quickly.
  • Developer Experience: Some tweaks to make day-to-day life for developers easier: you can get bash completion (just press <tab>) for the hlx command, the progress bars for hlx deploy look better, you no longer have to type --no-auto if you want to deploy locally, we generate better CircleCI configuration from hlx demo and you can take full advantage of the Helix API when writing actions in JavaScript (without compiling a template to JavaScript)

Changes:

  • #348 Proxy Strains
  • #364 Enabled Bash Competion
  • #361 Better progress bars for hlx deploy
  • #342 and #343 Updated default CircleCI configuration
  • #363 Support for pure-JS actions
  • #355 Auto-deployment is no longer the default
  • #344 Fix Image Optimization

v0.9.2

07 Dec 16:27
Compare
Choose a tag to compare

Changes

  • Proxy strains (#348) – fixes #347
    • don't print the full path to the package.json and don't include line breaks, improving #341
    • fixed one more test, need up-to-date helix-shared#proxy-origin
    • generate VCL to reset shielding for backends #350
  • Enable bash completion (#364)
  • Update @adobe/helix-shared to the latest version 🚀 (#374)
  • Better progress bars (#361) – #341
    • don't print the full path to the package.json and don't include line breaks, improving #341
  • Update config.yml (#342) – fixes #330
  • Update config.yml (#343) – #330
  • Pure-JS actions are not wrapped #334 (#363)
  • fixes #334
  • Pure-JS actions are not wrapped - fixes #334 (#337)
    • Pure-JS actions are not wrapped #334
  • Change default of auto deploy to no-auto #232 (#355)
  • use renamed helix-pipeline #356 (#357)
  • Enable Snyk Runtime on CI (#352) – fixes #351
  • comment on docker image being used #353
  • trying to narrow down root cause #353
  • trying to narrow down root cause #353
  • trying to narrow down root cause #353
  • workaround: use fixed version of circleci/node:8 #353
  • Enable CI smoke tests (#307) – fixes #289
  • Merge pull request #344 from adobe/fix-image-io – fixes #340
  • fix working dir issue #346
  • formatting #346
  • reduce overweight #346
  • fix cache key #346
  • prevent brew from updating #346
  • improve installer build time #346
  • tweak formatting of generated release notes #338
  • tweak formatting of generated release notes #338
  • fix formatting ot generated release notes #338
  • need a checkout... #338
  • compile preliminary changelog from commit msgs #338
  • Don't set cookie for image responses #340
  • Merge pull request #339 from adobe/greenkeeper/@adobe/hypermedia-pipeline-0.8.0
  • Improve startup time (#325)
    • Pure scripts don't have source maps (#329)
    • Adjust defaults to include *.js in build (#328)
    • use default adobeio-runtime provided action type to reduce startup time (#308)
    • Bundle dependencies that are not container-provided (#23)
  • (fixes #23, fixes #308, fixes #328, fixes #329)
  • argh! #306
  • fix github-release step #306
  • tweaking release workflow #306
  • fix circleci release step #306
  • added debug stmts #306
  • remove redundant checkout step #306
  • Merge pull request #331 from adobe/issue-306
  • use simulator 2.7 (#332)
  • fix persist_to_workspace step #306
  • create gh release on version tag #306

[TODO review/edit list of changes]

v0.9.1

13 Nov 10:26
Compare
Choose a tag to compare

Changes:

v0.9.0

09 Nov 00:03
Compare
Choose a tag to compare

Changes

  • Remove embedded resource processing (again) #295
    • referenced files in src are no longer copied to /dist anymore during hlx build
    • webroot default is '/' (hence statics in ./dist can be addressed using /dist/... in the HTL

Fixed Bugs

  • Using Parcel creates the mess in client side code #211
  • hlx build creates 2 dist folders #293

v0.8.2

06 Nov 14:58
Compare
Choose a tag to compare

Changes

  • Use latest pipeline (v0.7.4)

v0.8.1

06 Nov 03:40
Compare
Choose a tag to compare

Changes

  • [hlx up] does not render remote sample content #303
  • [hlx up] Uncaught exception in pre.js triggers an unclear error message #302
  • Implement --log-level #248
  • Progress bars for deploy and publish #281
  • Reconsider strains.yaml location #43
  • Default CI config cannot be executed ootb #283
  • bypass pre-commit and commit-msg hooks when doing initial commit #280
  • don't set cookie, unless for sticky strains #250
  • removing chatty headers - fixes #251
  • new Param whitelist (#272) - fixes #126 obsoletes #153
  • ESI on / are not executed on production #269
  • Use HTTP Header Subfields for X-Version #266
  • Add a "X-Version" header that exposes the Fastly configuration version (#247)
  • Use latest petridish which doesn't provide runtime anymore #257