Releases: fastly/cli
v10.2.2
v10.2.1
v10.2.1 (2023-06-19)
Enhancements:
- feat(logging/s3): add --file-max-bytes flag #952
- ci: better caching support #951
- fix: remove sentry #954
- refactor: logic clean-up #955
Bug fixes:
- ci: fix cache restore bug #953
Dependencies:
- build(deps): bump github.com/fastly/go-fastly/v8 from 8.4.1 to 8.5.0 #949
v10.2.0
v10.1.0
v10.0.1
v10.0.0
v10.0.0 (2023-05-16)
Breaking:
This release introduces a breaking interface change to the kv-store-entry
command. The --key-name
flag is renamed to --key
to be consistent with the other 'stores' supported within the CLI.
Bug fixes:
- fastly backend create: override host cannot be an empty string #936
- fix(profile): support automation tokens #938
Enhancements:
Dependencies:
v9.0.3
v9.0.2
v9.0.1
v9.0.0
v9.0.0 (2023-04-19)
There are a couple of important 'breaking' changes in this release.
The object-store
command has been renamed to kv-store
and the fastly.toml
manifest (used by the Fastly CLI) has updated its data model (see https://developer.fastly.com/reference/compute/fastly-toml/) by renaming [setup.dictionaries]
and [local_server.dictionaries]
to their config_stores
equivalent, which has resulted in a new manifest_version
number due to the change to the consumer interface.
Breaking:
- breaking(objectstore): rename object-store command to kv-store #904
- breaking(manifest): support latest fastly.toml manifest data model #907
Bug fixes:
- fix(manifest): re-raise remediation error to avoid go-toml wrapping issue #915
- fix(compute/deploy): shorten message to avoid spinner bug #916
Enhancements:
- feat(compute/deploy): add Secret Store to manifest
[setup]
#769 - feat(config): add TypeScript Starter Kit #908
- fix(errors/log): support filtering errors to Sentry #909
- fix(manifest): improve output message for fastly.toml related errors #910
- feat(service): support
--json
for service search subcommand #911 - refactor: consistent
--json
implementation #912
Dependencies: