Releases: fastly/cli
Releases · fastly/cli
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