Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: fastly/cli

v8.1.1

20 Mar 13:09
v8.1.1
fc758cc

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

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

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

v8.0.0

08 Mar 18:03
v8.0.0
10b5dbe

Choose a tag to compare

v8.0.0 (2023-03-08)

Full Changelog

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:

  • build(deps): bump github.com/getsentry/sentry-go from 0.18.0 to 0.19.0 #856
  • build(deps): bump golang.org/x/crypto #855

v7.0.1

02 Mar 13:45
v7.0.1
8ff9a02

Choose a tag to compare

v7.0.1 (2023-03-02)

Full Changelog

Bug fixes:

  • fix(compute/build): move log calls before subprocess call #847
  • fix(compute/serve): ensure spinner is closed for all logic branches #849

Enhancements:

  • feat(dict/create): display dictionary ID on creation #848
  • refactor: clean-up nil error checks #851

v7.0.0

23 Feb 18:03
v7.0.0
85f830e

Choose a tag to compare

v7.0.0 (2023-02-23)

Full Changelog

Breaking:

There are a couple of small breaking changes to the CLI.

Prior versions of the CLI would consult the following files to ignore specific files while running compute serve --watch:

  • .ignore
  • .gitignore
  • The user's global git ignore configuration

We are dropping support for these files and will instead consult .fastlyignore, which is already used by compute build.

We've removed support for the logging logentries subcommand as the third-party logging product has been deprecated.

  • fix(compute/serve): replace separate ignore files with .fastlyignore #834
  • breaking(logging): remove logentries #835

Bug fixes:

  • fix(compute/build): ignore all files except manifest and wasm binary #836
  • fix(compute/serve): output rendering #839
  • Fix compute build rendered output #842

Enhancements:

  • use secret store client keys when creating secret store entries #805
  • fix(compute/serve): check for missing override_host #832
  • feat(resource-link): Add Service Resource commands #800
  • Replace custom spinner with less buggy third-party package #838
  • refactor(spinner): hide ... after spinner has stopped #840
  • fix(compute/serve): make override_host a default behaviour #843

Dependencies:

  • build(deps): bump golang.org/x/net from 0.2.0 to 0.7.0 #830
  • build(deps): bump github.com/fastly/go-fastly/v7 from 7.2.0 to 7.3.0 #831

Clean-ups:

  • refactor: linter issues resolved #833

v6.0.6

15 Feb 14:15
v6.0.6
f10a150

Choose a tag to compare

v6.0.6 (2023-02-15)

Full Changelog

Bug fixes:

  • build(goreleaser): build with explicit CGO_ENABLED=0 #826

v6.0.5

15 Feb 12:28
v6.0.5
4918f86

Choose a tag to compare

v6.0.5 (2023-02-15)

Full Changelog

Enhancements:

  • fix(dns): migrate to go1.20 #824

v6.0.4

13 Feb 20:24
v6.0.4
17a06f6

Choose a tag to compare

v6.0.4 (2023-02-13)

Full Changelog

Bug fixes:

  • fix(compute/build): only use default build script if none defined #814
  • fix(compute/deploy): replace spinner implementation #820

Enhancements:

  • fix(compute/build): ensure build output doesn't show unless --verbose is set #815

Documentation:

  • docs: remove --skip-verification #816

Dependencies:

  • build(deps): bump github.com/fastly/go-fastly/v7 from 7.1.0 to 7.2.0 #819
  • build(deps): bump github.com/getsentry/sentry-go from 0.17.0 to 0.18.0 #818
  • build(deps): bump golang.org/x/term from 0.4.0 to 0.5.0 #817

v6.0.3

09 Feb 21:00
v6.0.3
752ef8f

Choose a tag to compare

v6.0.3 (2023-02-09)

Full Changelog

Bug fixes:

  • fix(compute/setup): fix duplicated domains #808
  • fix(setup/domain): allow user to correct a domain already in use #811

Enhancements:

  • build(goreleaser): replace deprecated flag #807
  • refactor: add type annotations #809
  • build(lint): implement semgrep for local validation #810