Releases: adobe/helix-cli
Releases · adobe/helix-cli
v0.10.7
v0.10.6
v0.10.3
v0.10.2
Changes
- added segfault handler (
hlx_crash.log
)
v0.10.1
v0.10.0
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
version0.10.0
and higher (check theX-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 thehlx
command, the progress bars forhlx deploy
look better, you no longer have to type--no-auto
if you want to deploy locally, we generate better CircleCI configuration fromhlx demo
and you can take full advantage of the Helix API when writing actions in JavaScript (without compiling a template to JavaScript)
Changes:
v0.9.2
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
Changes:
- Debugging broken in v0.9.0 #313
- update [email protected] to [email protected] #317
- Node 10 support (adobe/git-server#13 via #317)
- improve circleci config #320
v0.9.0
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