Releases: fastly/cli
v10.8.2
v10.8.1
v10.8.0
v10.8.0 (2023-01-17)
Bug fixes:
- doc(tls/custom): correct flag descriptions #1116
- fix(profile/create): support sso #1117
- fix: update list of commands that require auth server #1120
Enhancements:
- feat: install CLI version command #1104
- refactor(cmd): rename package to argparser #1105
- refactor: rename test function names #1107
Dependencies:
- build(deps): bump golang.org/x/crypto from 0.15.0 to 0.18.0 #1119
v10.7.0
v10.7.0 (2023-11-30)
The Fastly CLI internal configuration file has config_version
bumped to version 6
. We've added a new [wasm-metadata.script_info]
field so that users can omit script info (which comes from the fastly.toml) from the metadata annotated onto their compiled Wasm binaries.
When upgrading to this version of the CLI, and running a command for the first time, the config file should automatically update, but this can also be manually triggered by executing:
fastly config --reset
Bug fixes:
- fix: move auth setup so it doesn't run for non-token based commands #1099
Enhancements:
v10.6.4
v10.6.3
v10.6.3 (2023-11-15)
The Fastly CLI internal configuration file has config_version
bumped to version 5
. We've added a new account endpoint field (used as an override for Single-Sign On testing).
When upgrading to this version of the CLI, and running a command for the first time, the config file should automatically update, but this can also be manually triggered by executing:
fastly config --reset
Bug fixes:
Enhancements:
- feat: support SSO (Single Sign-On) #1010
Dependencies:
- build(deps): bump golang.org/x/(crypto|term) #1088
v10.6.2
v10.6.2 (2023-11-09)
Bug fixes:
- fix(github): corrections for Windows users downloading wasm-tools #1083
- fix(compute/build): don't block user if wasm-tool fails #1084
Enhancements:
- refactor: apply linting fixes #1080
- refactor(compute/serve): replace log.Fatal usage with channel #1081
- refactor(logtail): replace log.Fatal usage with channel #1081
Dependencies:
v10.6.1
v10.6.0
v10.6.0 (2023-10-31)
Bug fixes:
- fix(backend): support disabling
ssl-check-cert
#1055
Enhancements:
- feat(compute): add metadata subcommand #1013
- feat(telemetry): add wasm-tools wasm binary annotations #1016
- feat: add
--consistency
flag tokv-store-entry list
command #1058 - feat: add
--debug-mode
#1056 - ci: replace setup-tinygo fork with original #1057
Dependencies: