Skip to content

Releases: fastly/cli

v9.0.0

19 Apr 10:48
v9.0.0
45adb71
Compare
Choose a tag to compare

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:

  • build(deps): bump github.com/otiai10/copy from 1.9.0 to 1.10.0 #900
  • build(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0 #901
  • build(deps): bump golang.org/x/term from 0.6.0 to 0.7.0 #902
  • build(deps): bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 #903

v8.2.4

06 Apr 18:56
v8.2.4
8547a97
Compare
Choose a tag to compare

v8.2.4 (2023-04-06)

Enhancements:

  • feat(compute/serve): support forcing a viceroy check #898

v8.2.3

05 Apr 12:31
v8.2.3
538d857
Compare
Choose a tag to compare

v8.2.3 (2023-04-05)

Full Changelog

Enhancements:

  • fix(profile): always prompt for token #896

Dependencies:

  • build(deps): bump github.com/getsentry/sentry-go from 0.19.0 to 0.20.0 #895
  • build(deps): bump actions/setup-go from 3 to 4 #882
  • build(deps): bump github.com/fatih/color from 1.14.1 to 1.15.0 #865

v8.2.2

31 Mar 18:31
v8.2.2
2e185ab
Compare
Choose a tag to compare

v8.2.2 (2023-03-31)

Full Changelog

Enhancements:

  • feat(ratelimit): add missing properties #891
  • feat(ratelimiter): add uri-dict-name flag #892

v8.2.1

30 Mar 10:02
v8.2.1
99066da
Compare
Choose a tag to compare

v8.2.1 (2023-03-30)

Full Changelog

Dependencies:

  • build(deps): bump tinygo baseline version #888

Bug fixes:

  • fix(toolchain): bump go version to align with updated tinygo constraint #889

v8.2.0

28 Mar 18:24
v8.2.0
dfcf6bc
Compare
Choose a tag to compare

v8.2.0 (2023-03-28)

Full Changelog

Enhancements:

  • feat(ratelimit): implement rate-limiter API #886

v8.1.2

21 Mar 15:58
v8.1.2
c7e5240
Compare
Choose a tag to compare

v8.1.2 (2023-03-21)

Full Changelog

Bug fixes:

  • fix(service/create): input.Type assigned wrong value #881

v8.1.1

20 Mar 13:09
v8.1.1
fc758cc
Compare
Choose a tag to compare

v8.1.1 (2023-03-20)

Full Changelog

Bug fixes:

  • Pass verbosity flag along to viceroy binary #878
  • fix(compute/serve): always display local server address #879

v8.1.0

17 Mar 13:39
v8.1.0
7c8d32f
Compare
Choose a tag to compare

v8.1.0 (2023-03-17)

Full Changelog

Enhancements:

  • fix various lint and CI issues #873
  • feat(config-store): Add Config Store commands #829
  • fix(compute/deploy): service availability #875
  • fix(compute/deploy): check status code range #876

v8.0.1

15 Mar 19:35
v8.0.1
dd7ddfe
Compare
Choose a tag to compare

v8.0.1 (2023-03-15)

Full Changelog

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