Releases: fastly/cli
Releases · fastly/cli
v8.2.4
v8.2.3
v8.2.2
v8.2.2 (2023-03-31)
Enhancements:
v8.2.1
v8.2.0
v8.1.2
v8.1.1
v8.1.1 (2023-03-20)
Bug fixes:
v8.1.0
v8.0.1
v8.0.1 (2023-03-15)
Bug fixes:
- fix(compute/serve): stop spinner before starting another instance #867
- fix(http/client): address confusion with timeout error #869
- fix(http/client): bump timeout to account for poor network conditions #870
Enhancements:
- refactor(compute/deploy): change default port from 80 to 443 #866
v8.0.0
v8.0.0 (2023-03-08)
Breaking:
This release contains a small breaking interface change that has required us to bump to a new major version.
When viewing a profile token using fastly profile token
the --name
flag is no longer supported. It has been moved to a positional argument to make it consistent with the other profile subcommands. The profile token
command now respects the global --profile
flag, which allows a user to switch profiles for the lifetime of a single command execution.
Examples:
fastly profile token --name=example
->fastly profile token example
fastly profile token --profile=example
- breaking(profiles): replace
--name
with positional arg + allow global override #862
Bug fixes:
- fix(build): show build output with
--verbose
flag #853
Enhancements:
- fix(profile/update): update active profile as default behaviour #857
- fix(compute/serve): allow overriding of viceroy binary #859
- feat(compute/deploy): check service availability #860
Dependencies: