Skip to content

Releases: fastly/cli

v10.14.1

16 Sep 11:43
v10.14.1
b392688
Compare
Choose a tag to compare

v10.14.1 (2024-09-16)

Bug fixes:

  • fix(tls/subscription): Recognise Certainly CA as an option when creating TLS subscriptions. #1315

v10.14.0

10 Sep 15:18
v10.14.0
af1d3f2
Compare
Choose a tag to compare

v10.14.0 (2024-09-10)

Enhancements:

  • feat(npm): Add TypeScript types to @fastly/cli #1296
  • feat(products): Add support for Fastly Bot Management product. #1300

Bug fixes:

  • fix(compute/publish): Don't change directory twice during execution. #1295
  • feat(npm): Properly handle error from npm-invoked cli #1302

Dependencies:

  • build(deps): bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 #1306
  • build(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 #1309
  • build(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 #1310
  • build(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 #1311
  • build(deps): bump golang.org/x/mod from 0.20.0 to 0.21.0 #1312

v10.13.3

15 Aug 17:59
v10.13.3
d6bdae2
Compare
Choose a tag to compare

v10.13.3 (2024-08-15)

This release does not contain any code changes, but was made in order to trigger the new 'NPM release' workflow after resolving some flaws in that workflow.

v10.13.2

15 Aug 14:11
v10.13.2
7e76dc4
Compare
Choose a tag to compare

v10.13.2 (2024-08-15)

This release does not contain any code changes, but was made in order to trigger the new 'NPM release' workflow after resolving an authentication flaw in that workflow.

v10.13.1

14 Aug 22:05
v10.13.1
d3387b9
Compare
Choose a tag to compare

v10.13.1 (2024-08-14)

This release does not contain any code changes, but was made in order
to trigger the new 'NPM release' workflow.

v10.13.0

14 Aug 21:44
v10.13.0
Compare
Choose a tag to compare

v10.13.0 (2024-08-14)

Enhancements:

  • feat(tls): add optional --key-path parameter to tls-custom private-key create command #1215
  • feat: add debug-mode around all network requests #1239
  • logtail: add --timestamps flag #1254
  • Distribute binaries via npm module #1269
  • Enable quiet mode when --json flag is supplied #1271
  • Support configuring connection keepalive parameters #1275

Bug fixes:

  • fix(update): Ensure that the CLI binary will be executable after an update #1244
  • fix(service-version): Allow 'locked' services to be activated. #1245
  • fix(compute/serve): don't fail the serve workflow if github errors #1246
  • fix(all commands): --service-name flag should have priority. #1264
  • fix(products): Display product names in API style #1270

Dependencies:

  • build(deps): bump goreleaser/goreleaser-action from 5 to 6 #1220
  • build(deps): bump golang.org/x/text from 0.15.0 to 0.16.0 #1222
  • build(deps): bump golang.org/x/mod from 0.17.0 to 0.18.0 #1223
  • build(deps): bump golang.org/x/term from 0.20.0 to 0.21.0 #1224
  • build(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 #1225
  • build(deps): bump github.com/fastly/go-fastly/v9 from 9.5.0 to 9.7.0 #1235
  • build(deps): bump golang.org/x/term from 0.21.0 to 0.22.0 #1240
  • build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 #1241
  • build(deps): bump golang.org/x/mod from 0.18.0 to 0.19.0 #1242
  • build(deps): 'tomlq' package now installs a 'tq' binary #1243
  • build(deps): bump github.com/hashicorp/cap from 0.6.0 to 0.7.0 #1272
  • build(deps): bump golang.org/x/mod from 0.19.0 to 0.20.0 #1273
  • build(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 #1281
  • build(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0 #1282
  • build(deps): bump golang.org/x/term from 0.22.0 to 0.23.0 #1283

v10.12.3

14 Jun 10:50
v10.12.3
f0fe32f
Compare
Choose a tag to compare

v10.12.3 (2024-06-14)

Bug fixes:

  • fix(sso): correct the behaviour for direct sso invocation #1230
  • fix(compute/deploy): dereference service number pointer #1231
  • fix(sso): update output to reflect default profile behaviour #1232

v10.12.2

13 Jun 18:55
v10.12.2
3cd12f5
Compare
Choose a tag to compare

v10.12.2 (2024-06-13)

Bug fixes:

  • fix(sso): re-auth on profile switch + support MAUA #1226

v10.12.1

10 Jun 15:54
v10.12.1
4aecc67
Compare
Choose a tag to compare

v10.12.1 (2024-06-10)

Enhancements:

  • expose SSO commands and flags #1218

v10.12.0

10 Jun 10:39
v10.12.0
341c3d7
Compare
Choose a tag to compare

v10.12.0 (2024-06-10)

Enhancements:

  • feat(sso): support active session account switching #1207