Releases: fastly/cli
Releases · fastly/cli
v11.4.0
v11.4.0 (2025-07-09)
Enhancements:
- feat(env): Add environment variable for extending the UserAgent string. (#1502)
Bug fixes:
- fix(sso): Ensure that OPTIONS requests sent by browsers do not break SSO authentication. (#1496)
Dependencies:
- build(deps):
github.com/fastly/go-fastly/v10
from 10.3.0 to 10.4.0 (#1499) - build(deps):
stefanzweifel/git-auto-commit-action
from 5 to 6 (#1497) - build(deps):
github.com/fastly/go-fastly/v10
from 10.4.0 to 10.5.0 (#1501) - build(deps):
github.com/andybalholm/brotli
from 1.1.1 to 1.2.0 (#1501) - build(deps):
github.com/Masterminds/semver/v3
from 3.3.1 to 3.4.0 (#1503) - build(deps):
github.com/fastly/go-fastly/v10
from 10.5.0 to 10.5.1 (#1504)
v11.3.0
v11.3.0 (2025-06-11)
Enhancements:
- feat(config-store): Allow for dynamic limits on Config Store entry lengths #1485
- feat(backend): Add support for 'prefer IPv6' attribute. (#1487)
- feat(tools/domain): add
suggest
andstatus
domain tools endpoints (#1482) - feat(logging): Add support for 'processing region' attribute. (#1491)
- feat(domains): add
description
todomainv1
endpoints (#1483)
Bug fixes:
- fix(sso): Don't display the token after authentication. (#1490)
- fix(service-version): Stop hiding the 'stage' and 'unstage' commands. (#1492)
Dependencies:
- build(deps):
github.com/fastly/go-fastly/v10
from 10.0.1 to 10.1.0 (#1476) - build(deps):
github.com/fastly/go-fastly/v10
from 10.0.0 to 10.0.1 (#1467) - build(deps):
golang.org/x/net
from 0.37.0 to 0.39.0 (#1467) - build(go.mod): upgrade to go 1.24.0 in order to take advantage of the new tooling mechanism (#1469)
- build(deps):
golang.org/x/image
from 0.15.0 to 0.18.0 (#1470) - build(deps):
github.com/magiconair/properties
from 1.8.7 to 1.8.10 (#1474) - build(deps):
golang.org/x/sys
from 0.32.0 to 0.33.0 (#1472) - build(deps):
cel.dev/expr
from 0.22.1 to 0.23.1 (#1472) - build(deps):
cloud.google.com/go
from 0.120.0 to 0.121.0 (#1472) - build(deps):
cloud.google.com/go/ai
from 0.8.0 to 0.11.0 (#1472) - build(deps):
cloud.google.com/go/auth
from 0.15.0 to 0.16.0 (#1472) - build(deps):
cloud.google.com/go/iam
from 1.4.2 to 1.5.0 (#1472) - build(deps):
cloud.google.com/go/kms
from 1.21.1 to 1.21.2 (#1472) - build(deps):
cloud.google.com/go/longrunning
from 0.6.6 to 0.6.7 (#1472) - build(deps):
cloud.google.com/go/monitoring
from 1.24.1 to 1.24.2 (#1472) - build(deps):
cloud.google.com/go/storage
from 1.51.0 to 1.52.0 (#1472) - build(deps):
github.com/42wim/httpsig
from 1.2.2 to 1.2.3 (#1472) - build(deps):
github.com/Azure/azure-sdk-for-go/sdk/azcore
from 1.17.1 to 1.18.0 (#1472) - build(deps):
github.com/Azure/azure-sdk-for-go/sdk/azidentity
from 1.8.2 to 1.9.0 (#1472) - build(deps):
github.com/fastly/go-fastly/v10
from 10.1.0 to 10.2.0 (#1481) - build(deps):
github.com/fastly/go-fastly/v10
from 10.2.0 to 10.3.0 (#1488) - build(deps):
golang.org/x/mod
from 0.24.0 to 0.25.0 (#1488) - build(deps):
golang.org/x/sync
from 0.14.0 to 0.15.0 (#1488) - build(deps):
golang.org/x/text
from 0.25.0 to 0.26.0 (#1488) - build(deps):
golang.org/x/crypto
from 0.38.0 to 0.39.0 (#1489) - build(deps):
golang.org/x/net
from 0.40.0 to 0.41.0 (#1489)
v11.2.0
v11.2.0 (2025-04-10)
Enhancements:
- feat(config): Support file/format for kv_store and secret_store in fastly.toml
- feat(config): Support metadata for kv_store in fastly.toml
- feat(logging): add support for passing a filepath as an argument for format in logging commands
Bug fixes:
- fix(language/rust): Check for wasm32-wasi output from build process and inform user how to reconfigure their project. #1458
Dependencies:
- dep(go.mod): upgrade go-fastly from v9 to v10 #1448
- build(deps):
golang.org/x/oauth2
from 0.28.0 to 0.29.0 (#1451) - build(deps):
golang.org/x/sys
from 0.31.0 to 0.32.0 (#1454) - build(deps):
github.com/fsnotify/fsnotify
from 1.8.0 to 1.9.0 (#1450) - build(deps):
golang.org/x/term
from 0.30.0 to 0.31.0 (#1455) - build(deps):
golang.org/x/crypto
from 0.36.0 to 0.37.0 (#1453) - build(deps):
github.com/coreos/go-oidc/v3
from 3.13.0 to 3.14.1 (#1456) - build(deps):
actions/create-github-app-token
from 1 to 2 (#1449)
v11.1.0
v11.0.0
Breaking:
- breaking(logging): The 'placement' parameter to the logging commands
has been removed; it was only used in combination with the Fastly
WAF, which is no longer supported.
#1419 - breaking(language.rust): Switch Rust builds to wasm32-wasip1 instead of wasm32-wasi #1382
- breaking(language.assemblyscript): Remove support for AssemblyScript #1001
- breaking(compute/pack): use package name from manifest #1025
Enhancements:
- fix(compute/init): Updates for renamed TypeScript default starter kit #1405
- feat(objectstorage/accesskeys): add support for access keys #1428
Dependencies
- build(deps): upgrade Go from 1.22 to 1.23 (#624)
- build(deps):
github.com/rogpeppe/go-internal
from 1.13.1 to 1.14.1 (#1416) - build(deps):
golang.org/x/crypto
from 0.33.0 to 0.35.0 (#1417) - build(deps):
github.com/go-jose/go-jose/v4
from 4.0.4 to 4.0.5 (#1412) - build(deps):
github.com/klauspost/compress
from 1.17.11 to 1.18.0 (#1411) - build(deps):
github.com/google/go-cmp
from 0.6.0 to 0.7.0 (#1409) - build(deps):
golang.org/x/oauth2
from 0.26.0 to 0.27.0 (#1421) - build(deps):
github.com/hashicorp/cap
from 0.8.0 to 0.9.0 (#1422) - build(deps):
github.com/fastly/go-fastly/v9
from 9.13.1 to 9.14.0 (#1433) - build(deps):
golang.org/x/crypto
from 0.35.0 to 0.36.0 (#1430) - build(deps):
golang.org/x/oauth2
from 0.27.0 to 0.28.0 (#1432) - build(deps):
golang.org/x/net
from 0.35.0 to 0.37.0 (#1439) - build(deps):
github.com/golang/snappy
from 0.0.4 to 1.0.0 (#1438) - build(deps):
golang.org/x/mod
from 0.23.0 to 0.24.0 (#1437) - build(deps):
github.com/coreos/go-oidc/v3
from 3.12.0 to 3.13.0 (#1442)
v10.19.0
v10.19.0 (2025-02-18)
Enhancements:
- feat(computeacl): add support for compute platform ACLs #1388
Dependencies:
- build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 #1394
- build(deps): bump golang.org/x/crypto from 0.32.0 to 0.33.0 #1391
- build(deps): bump golang.org/x/term from 0.28.0 to 0.29.0#1393
- build(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 #1390
- build(deps): bump github.com/fastly/go-fastly/v9 from 9.13.0 to 9.13.1 #1388
v10.18.0
v10.18.0 (2025-01-29)
Enhancements:
- feat(domains): add support for v1 functionality #1374
- feat(dashboard): add support for Observability custom dashboards #1357
Bug fixes:
- fix(npm): fix build checks for JavaScript code #1354
- fix(build): pin Rust to 1.83.0 #1368
- fix(build): correct generation of static configuration file #1378
- fix(kvstoreentry/create): rework --dir flag #1371
Dependencies:
- build(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 #1366
- build(deps): bump golang.org/x/text from 0.20.0 to 0.21.0 #1360
- build(deps): bump github.com/otiai10/copy from 1.14.0 to 1.14.1 #1364
- build(deps): bump github.com/hashicorp/cap from 0.7.0 to 0.8.0 #1365
- build(deps): bump golang.org/x/net from 0.27.0 to 0.33.0 #1370
- build(deps): bump github.com/rogpeppe/go-internal from 1.11.0 to 1.13.1 #1379
- build(deps): bump github.com/dustinkirkland/golang-petname from 20240428194347 to eebcea082ee0 #1377
v10.17.1
v10.17.0
v10.16.0
v10.16.0 (2024-11-12)
Enhancements:
- Publish to GitHub packages in addition to npmjs #1330
- feat(logging): Add support for Grafana Cloud Logs. #1333
- feat(profile/token): Allow user to specify how long token must be valid. #1340
- feat(products): Add support for Log Explorer & Insights. #1341
Bug fixes:
- breaking(products): Remove support for NGWAF product. #1338
- fix(profile/token): 'profile token' command must check the validity of the stored token. #1339
- fix(lint): Update staticcheck and fix identified problems. #1346
Dependencies:
- build(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 #1324
- build(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 #1325
- build(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 #1331
- build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 #1334
- build(deps): Update to go-fastly v9.12.0. #1337
- build(deps): bump golang.org/x/term from 0.25.0 to 0.26.0 #1342
- build(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 #1343
- build(deps): bump golang.org/x/text from 0.19.0 to 0.20.0 #1344
- build(deps): bump golang.org/x/mod from 0.21.0 to 0.22.0 #1345