Releases: fastly/cli
Releases · fastly/cli
v5.1.0
v5.1.0 (2023-01-27)
Enhancements:
- Add Secret Store support #717
- refactor(compute/deploy): reduce size of
Exec()
#775 - refactor(compute/deploy): add messaging to explain
[setup]
#779
Bug fixes:
- fix(objectstore/get): output value unless verbose/json flag passed #774
- fix(compute/init): add warning for paths with spaces #778
- fix(compute/deploy): clean-up new service creation on-error #776
Dependencies:
- Bump github.com/fatih/color from 1.13.0 to 1.14.0 #772
v5.0.0
v5.0.0 (2023-01-19)
Breaking:
The objectstore
command was incorrectly configured to have a long flag using
a single character (e.g. --k
and --v
). These were corrected to --key
and
--value
(and a short flag variant for -k
was added as well).
- feat(objectstore): add --json support to keys/list subcommands #762
- feat(objectstore/get): implement --json flag for getting key value #763
Enhancements:
- feat(compute/deploy): add Object Store to manifest [setup] #764
- feat(compute/build): support locating language manifests outside project directory #765
- feat(compute/serve): implement --watch-dir flag #758
Bug fixes:
- fix(setup): object_store needs to be linked to service #767
Dependencies:
- Bump github.com/getsentry/sentry-go from 0.16.0 to 0.17.0 #759
v4.6.2
v4.6.1
v4.6.0
v4.5.0
v4.5.0 (2022-12-15)
Documentation:
- docs(pkg/compute): remove PLC labels from supported languages #740
Enhancements:
- refactor(pkg/commands/update): move versioner logic to separate package #735
- fix(compute): don't validate js-compute-runtime binary location #731
- Link to Starter Kits during compute init #730
- Update tinygo default build command #727
- CI/Dockerfiles: minor dockerfiles improvements #722
- Switch JavaScript build script based on webpack in package.json prebuild #728
- Add support for TOML secret_store section #726
Dependencies:
v4.4.1
v4.4.0
v4.4.0 (2022-11-29)
Enhancements:
- Add
PrintLines
totext
package and use in logging #698 - Add dependabot workflow automation for updating dependency #701
- Add account name to pubsub and bigquery #699
Bug fixes:
- Add missing
--help
flag to globals #695 - Fix check for mutual exclusion flags #696
- Fix object store TOML definitions, add test data #715
Dependencies:
- Bump github.com/otiai10/copy from 1.7.0 to 1.9.0 #706
- Bump github.com/mholt/archiver/v3 from 3.5.0 to 3.5.1 #703
- Bump github.com/fastly/go-fastly/v6 from 6.6.0 to 6.8.0 #704
- Bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16 #702
- Bump github.com/google/go-cmp from 0.5.6 to 0.5.9 #708
- Bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0 #709
- Bump github.com/bep/debounce from 1.2.0 to 1.2.1 #711
- Bump github.com/getsentry/sentry-go from 0.12.0 to 0.15.0 #712
- Bump github.com/pelletier/go-toml from 1.9.3 to 1.9.5 #710
- Bump go-fastly to v7 #707
- Bump github.com/fsnotify/fsnotify from 1.5.1 to 1.6.0 #716
v4.3.0
v4.3.0 (2022-10-26)
Enhancements:
- Fix release process to not use external config #688
- Skip exit code 1 for 'help' output #689
- Implement dynamic package name #686
- Replace fiddle.fastly.dev with fiddle.fastlydemo.net #687
- Code clean-up #685
- Implement
--quiet
flag #690 - Make
compute build
respect--quiet
#694
Bug fixes: