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

Skip to content

Releases: fastly/cli

v3.2.3

28 Jul 18:42
aad70b4

Choose a tag to compare

v3.2.3 (2022-07-28)

Full Changelog

Bug fixes:

  • Block for config update if CLI version updated #615

v3.2.2

28 Jul 16:43
v3.2.2
ea0ce58

Choose a tag to compare

v3.2.2 (2022-07-28)

Full Changelog

Bug fixes:

  • Ignore TTL & update config if app version doesn't match config version #612

v3.2.1

27 Jul 17:28
a076738

Choose a tag to compare

v3.2.1 (2022-07-27)

Full Changelog

Enhancements:

  • Print subprocess commands in verbose mode #608

Bug fixes:

  • Ensure application configuration is updated after fastly update #610
  • Don't include language manifest in packages #609

v3.2.0

27 Jul 13:38
e91b773

Choose a tag to compare

v3.2.0 (2022-07-27)

Full Changelog

Enhancements:

  • Compute@Edge TinyGo Support #594
  • pkg/commands/profile: add --json flag for list command #602

Bug fixes:

  • pkg/commands/compute/deploy.go (getHashSum): sort key order #596
  • pkg/errors/log.go: prevent runtime panic due to a nil reference #601

v3.1.1

04 Jul 10:55
59efd38

Choose a tag to compare

v3.1.1 (2022-07-04)

Full Changelog

Enhancements:

  • Handle build info more accurately #588

Bug fixes:

  • Fix version check #589
  • Address profile data loss #590

v3.1.0

24 Jun 13:56
7844f9f

Choose a tag to compare

v3.1.0 (2022-06-24)

Full Changelog

Enhancements:

  • Implement profile token command #578

Bug fixes:

  • Fix compute publish --non-interactive #583
  • Support fastly --help <command> format #581

v3.0.1

24 Jun 09:03
ecfb105

Choose a tag to compare

v3.0.1 (2022-06-23)

Full Changelog

Enhancements:

  • Makefile: when building binary, depend on .go files #579
  • Include fastly.toml hashsum #575
  • Hash main.wasm and not the package #574

v3.0.0

30 May 12:40
2ec21df

Choose a tag to compare

v3.0.0 (2022-05-30)

This release introduces a breaking change related to how a user controls interactive prompts and their default values.

There are now three globally available flags:

  • --accept-defaults: Accept default options for all interactive prompts apart from Yes/No confirmations.
  • --auto-yes: Answer yes automatically to all Yes/No confirmations. This may suppress security warnings.
  • --non-interactive: Do not prompt for user input - suitable for CI processes. Equivalent to --accept-defaults and --auto-yes.

This means the compute build, compute publish and compute serve commands no longer provide an --accept-custom-build flag. User's can instead specify either --auto-yes or --non-interactive.

The user experience for the compute deploy and compute publish command has not changed, only the implementation. This means that although the two commands no longer define --accept-defaults, the option itself is still exposed via the globally available flag.

Full Changelog

Breaking changes:

  • Implement new global flags for handling interactive prompts #568

Bug fixes:

  • The backend create command should set --port value if specified #566
  • Don't overwrite file.Load error with nil #569

Enhancements:

  • Support [scripts.post_build] #565
  • Support Viceroy "inline-toml" format and new contents field #567
  • Add example inline-toml dictionary to tests #570
  • Avoid config update checks when handling 'completion' flags #554

v2.0.3

20 May 12:10
112d60b

Choose a tag to compare

v2.0.3 (2022-05-20)

Full Changelog

Bug fixes:

  • Update Sentry DSN #563

v2.0.2

18 May 13:01
a47cce1

Choose a tag to compare

v2.0.2 (2022-05-18)

Full Changelog

Enhancements:

  • Remove user identifiable data #561