Skip to content

Releases: fastly/cli

v10.8.8

15 Mar 18:25
v10.8.8
6fc2fc1
Compare
Choose a tag to compare

v10.8.8 (2024-03-15)

Enhancements:

  • feat(logging/scalyr): add project-id #1166
  • Update all URLs for developer.fastly.com to their new forms #1164

Dependencies:

  • build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 #1158

v10.8.7

14 Mar 16:08
v10.8.7
45bf98b
Compare
Choose a tag to compare

v10.8.7 (2024-03-14)

Bug fixes:

  • fix(text): deref pointers #1161
  • fix(compute/serve): let wasm-tools fail more gracefully #1160
  • fix(compute/serve): support Windows #1159

Enhancements:

  • refactor: avoid duplicate path strings #1162

v10.8.6

12 Mar 13:19
v10.8.6
5783e0f
Compare
Choose a tag to compare

v10.8.6 (2024-03-12)

Dependencies:

  • build(deps): bump golang.org/x/crypto from 0.20.0 to 0.21.0 #1153
  • build: bump go-fastly to v9.0.1 #1155
  • build(deps): bump actions/setup-go from 4 to 5 #1106
  • build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 #1149
  • build(deps): bump actions/download-artifact and actions/upload-artifact from 3 to 4 #1156

v10.8.5

11 Mar 11:01
v10.8.5
d451b70
Compare
Choose a tag to compare

v10.8.5 (2024-03-11)

Bug fixes:

  • fix(compute/serve): avoid wasm validation when --file is set #1150

Enhancements:

  • refactor(app): update list of commands that require a token #1145

Dependencies:

  • build(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 #1146
  • build(deps): bump golang.org/x/mod from 0.15.0 to 0.16.0 #1147

v10.8.4

01 Mar 13:23
v10.8.4
4c59fb1
Compare
Choose a tag to compare

v10.8.4 (2024-03-01)

Bug fixes:

  • fix(compute/build): avoid persisting old metadata #1142

v10.8.3

21 Feb 17:30
v10.8.3
399392c
Compare
Choose a tag to compare

v10.8.3 (2024-02-21)

Bug fixes:

  • fix(github): update wasm-tools path #1136
  • fix(compute/serve): avoid text.Output when dealing with large bytes.Buffer #1138

Enhancements:

  • resolve GitHub linter issues #1137

Dependencies:

  • build(deps): bump golang.org/x/mod from 0.14.0 to 0.15.0 #1135

v10.8.2

15 Feb 11:28
v10.8.2
a42020c
Compare
Choose a tag to compare

v10.8.2 (2024-02-15)

Bug fixes:

  • fix: directory switching logic #1132

v10.8.1

14 Feb 20:24
v10.8.1
ffbd6cd
Compare
Choose a tag to compare

v10.8.1 (2024-02-14)

Bug fixes:

  • fix(compute/build): normalise and bucket heap allocations #1130

Enhancements:

  • refactor(all): support go-fastly v9 #1124

Dependencies:

  • build(deps): bump actions/cache from 3 to 4 #1122
  • build(deps): bump github.com/hashicorp/cap from 0.3.4 to 0.5.0 #1128
  • build(deps): bump golang.org/x/crypto from 0.18.0 to 0.19.0 #1127

v10.8.0

17 Jan 13:52
v10.8.0
8b3c037
Compare
Choose a tag to compare

v10.8.0 (2023-01-17)

Bug fixes:

  • doc(tls/custom): correct flag descriptions #1116
  • fix(profile/create): support sso #1117
  • fix: update list of commands that require auth server #1120

Enhancements:

  • feat: install CLI version command #1104
  • refactor(cmd): rename package to argparser #1105
  • refactor: rename test function names #1107

Dependencies:

  • build(deps): bump golang.org/x/crypto from 0.15.0 to 0.18.0 #1119

v10.7.0

30 Nov 14:23
v10.7.0
4f952c8
Compare
Choose a tag to compare

v10.7.0 (2023-11-30)

The Fastly CLI internal configuration file has config_version bumped to version 6. We've added a new [wasm-metadata.script_info] field so that users can omit script info (which comes from the fastly.toml) from the metadata annotated onto their compiled Wasm binaries.

When upgrading to this version of the CLI, and running a command for the first time, the config file should automatically update, but this can also be manually triggered by executing:

fastly config --reset

Bug fixes:

  • fix: move auth setup so it doesn't run for non-token based commands #1099

Enhancements:

  • remove(profile/update): APIClientFactory #1094
  • feat: switch on metadata collection #1097