tag:github.com,2008:https://github.com/fastly/cli/releases Release notes from cli 2026-03-18T16:37:44Z tag:github.com,2008:Repository/238323615/v14.1.1 2026-03-18T16:55:29Z v14.1.1 <h2><a href="https://github.com/fastly/cli/releases/tag/v14.1.1">v14.1.1</a> (2026-03-18)</h2> <h3>Bug Fixes:</h3> <ul> <li>fix(compute): <code>compute pack</code>, <code>compute validate</code>, and <code>install</code> no longer require authentication. <a href="https://github.com/fastly/cli/pull/1701" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1701/hovercard">#1701</a></li> </ul> Integralist tag:github.com,2008:Repository/238323615/v14.1.0 2026-03-17T17:09:55Z v14.1.0 <h2><a href="https://github.com/fastly/cli/releases/tag/v14.1.0">v14.1.0</a> (2026-03-17)</h2> <h3>Bug Fixes:</h3> <ul> <li>fix(stats): <code>stats historical</code> now returns write errors instead of silently swallowing them <a href="https://github.com/fastly/cli/pull/1678" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1678/hovercard">#1678</a></li> </ul> <h3>Deprecations:</h3> <ul> <li>deprecated(auth): <code>fastly profile</code>, <code>fastly sso</code>, and <code>fastly auth-token</code> command trees are deprecated and will be removed in a future release. Use <code>fastly auth</code> subcommands instead. <a href="https://github.com/fastly/cli/pull/1676" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1676/hovercard">#1676</a></li> <li>deprecated(auth): <code>--profile</code> and <code>--enable-sso</code> global flags are deprecated. Use <code>--token &lt;name&gt;</code> to select a stored auth token by name, or <code>fastly auth login --sso --token &lt;name&gt;</code> for SSO. <a href="https://github.com/fastly/cli/pull/1676" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1676/hovercard">#1676</a></li> </ul> <h3>Enhancements:</h3> <ul> <li>feat(auth): <code>auth login --sso</code> now requires <code>--token &lt;name&gt;</code> to explicitly name the stored token. This prevents accidentally overwriting tokens in multi-user SSO workflows. <a href="https://github.com/fastly/cli/pull/1676" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1676/hovercard">#1676</a></li> <li>feat(auth): add <code>FASTLY_DISABLE_AUTH_COMMAND</code> env var to hide the <code>fastly auth</code> command tree from help, completions, and invocation. <a href="https://github.com/fastly/cli/pull/1676" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1676/hovercard">#1676</a></li> <li>feat(auth): when <code>FASTLY_DISABLE_AUTH_COMMAND</code> is set, the <code>--token</code>/<code>-t</code> global flag is also disabled. Use <code>FASTLY_API_TOKEN</code> or stored config tokens instead. <a href="https://github.com/fastly/cli/pull/1676" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1676/hovercard">#1676</a></li> <li>feat(stats): add <code>--field</code> flag to <code>stats historical</code> to filter to a single stats field. <a href="https://github.com/fastly/cli/pull/1678" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1678/hovercard">#1678</a></li> <li>feat(stats): add <code>stats aggregate</code> subcommand for cross-service aggregated stats. <a href="https://github.com/fastly/cli/pull/1678" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1678/hovercard">#1678</a></li> <li>feat(stats): add <code>stats usage</code> subcommand for bandwidth/request usage, with <code>--by-service</code> breakdown. <a href="https://github.com/fastly/cli/pull/1678" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1678/hovercard">#1678</a></li> <li>feat(stats): add <code>stats domain-inspector</code> subcommand for domain-level metrics. <a href="https://github.com/fastly/cli/pull/1678" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1678/hovercard">#1678</a></li> <li>feat(stats): add <code>stats origin-inspector</code> subcommand for origin-level metrics. <a href="https://github.com/fastly/cli/pull/1678" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1678/hovercard">#1678</a></li> <li>feat(apisecurity/discoveredoperations): add support for 'list' and 'update' support for 'API discovery'. <a href="https://github.com/fastly/cli/pull/1689" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1689/hovercard">#1689</a></li> <li>feat(apisecurity/operations): add CRUD support for 'API Inventory' operations. <a href="https://github.com/fastly/cli/pull/1689" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1689/hovercard">#1689</a></li> <li>feat(apisecurity/tags): add API Security Operations tag support (<a href="https://github.com/fastly/cli/pull/1688" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1688/hovercard">#1688</a>)</li> <li>feat(service/version): add support for service validation. <a href="https://github.com/fastly/cli/pull/1695" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1695/hovercard">#1695</a></li> <li>feat(compute/build): Block version 1.93.0 of Rust to avoid a wasm32-wasip2 bug. (<a href="https://github.com/fastly/cli/pull/1653" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1653/hovercard">#1653</a>)</li> <li>feat(service/vcl): escape control characters when displaying VCL content for cleaner terminal output (<a href="https://github.com/fastly/cli/pull/1637" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1637/hovercard">#1637</a>)</li> </ul> <h3>Dependencies:</h3> <ul> <li>build(deps): <code>golang.org/x/net</code> from 0.50.0 to 0.51.0 (<a href="https://github.com/fastly/cli/pull/1674" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1674/hovercard">#1674</a>)</li> <li>build(deps): <code>actions/upload-artifact</code> from 6 to 7 (<a href="https://github.com/fastly/cli/pull/1675" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1675/hovercard">#1675</a>)</li> <li>build(deps): <code>actions/download-artifact</code> from 7 to 8 (<a href="https://github.com/fastly/cli/pull/1675" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1675/hovercard">#1675</a>)</li> <li>build(deps): <code>golang.org/x/sys</code> from 0.41.0 to 0.42.0 (<a href="https://github.com/fastly/cli/pull/1679" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1679/hovercard">#1679</a>)</li> <li>build(deps): <code>github.com/mattn/go-runewidth</code> from 0.0.20 to 0.0.21 (<a href="https://github.com/fastly/cli/pull/1679" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1679/hovercard">#1679</a>)</li> <li>build(deps): <code>github.com/pierrec/lz4/v4</code> from 4.1.25 to 4.1.26 (<a href="https://github.com/fastly/cli/pull/1679" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1679/hovercard">#1679</a>)</li> <li>build(deps): <code>golang.org/x/oauth2</code> from 0.35.0 to 0.36.0 (<a href="https://github.com/fastly/cli/pull/1679" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1679/hovercard">#1679</a>)</li> <li>build(deps): <code>golang.org/x/sync</code> from 0.19.0 to 0.20.0 (<a href="https://github.com/fastly/cli/pull/1679" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1679/hovercard">#1679</a>)</li> <li>build(deps): <code>github.com/fastly/go-fastly/v13</code> from 13.0.0 to 13.0.1 (<a href="https://github.com/fastly/cli/pull/1679" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1679/hovercard">#1679</a>)</li> <li>build(deps): <code>golang.org/x/term</code> from 0.40.0 to 0.41.0 (<a href="https://github.com/fastly/cli/pull/1687" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1687/hovercard">#1687</a>)</li> <li>build(deps): <code>golang.org/x/mod</code> from 0.33.0 to 0.34.0 (<a href="https://github.com/fastly/cli/pull/1687" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1687/hovercard">#1687</a>)</li> <li>build(deps): <code>golang.org/x/text</code> from 0.34.0 to 0.35.0 (<a href="https://github.com/fastly/cli/pull/1687" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1687/hovercard">#1687</a>)</li> <li>build(deps): <code>github.com/fastly/go-fastly/v13</code> from 13.0.1 to 13.1.0 (<a href="https://github.com/fastly/cli/pull/1687" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1687/hovercard">#1687</a>)</li> <li>build(deps): <code>golang.org/x/crypto</code> from 0.48.0 to 0.49.0 (<a href="https://github.com/fastly/cli/pull/1693" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1693/hovercard">#1693</a>)</li> <li>build(deps): <code>golang.org/x/net</code> from 0.51.0 to 0.52.0 (<a href="https://github.com/fastly/cli/pull/1693" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1693/hovercard">#1693</a>)</li> <li>build(deps): <code>github.com/fastly/go-fastly/v13</code> from 13.1.0 to 13.1.1 (<a href="https://github.com/fastly/cli/pull/1693" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1693/hovercard">#1693</a>)</li> <li>build(deps): <code>github.com/fastly/go-fastly/v13</code> from 13.1.1 to 13.1.2 (<a href="https://github.com/fastly/cli/pull/1696" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1696/hovercard">#1696</a>)</li> <li>build(deps): <code>actions/create-github-app-token</code> from 2 to 3 (<a href="https://github.com/fastly/cli/pull/1692" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1692/hovercard">#1692</a>)</li> </ul> Integralist tag:github.com,2008:Repository/238323615/v14.0.4 2026-02-26T16:52:37Z v14.0.4 <h2><a href="https://github.com/fastly/cli/releases/tag/v14.0.4">v14.0.4</a> (2026-02-26)</h2> <h3>Documentation:</h3> <ul> <li>fix(changelog): change code blocks to be all on one line <a href="https://github.com/fastly/cli/pull/1670" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1670/hovercard">#1670</a></li> </ul> Integralist tag:github.com,2008:Repository/238323615/v14.0.0 2026-02-26T16:14:24Z v14.0.0 <h2><a href="https://github.com/fastly/cli/releases/tag/v14.0.0">v14.0.0</a> (2026-02-25)</h2> <h2>BREAKING CHANGES</h2> <p>This release of the Fastly CLI includes a significant reorganization<br> of the commands which are used to manage the configuration of Fastly<br> services (both Delivery and Compute services). Specifically, each of<br> the command families listed below have been changed from<br> <code>fastly &lt;family&gt; create/delete/describe/list/update</code> to<br> <code>fastly service &lt;family&gt; create/delete/describe/list/update</code>. For nearly all of these<br> command families, the previous commands are still available but are<br> not listed in the <code>fastly help</code> output. In addition, invocations of<br> the previous commands will generate a deprecation message, which<br> includes the new command that should be used instead.</p> <p>The <code>fastly domain</code> family of commands are the lone exception; those<br> commands exist in both the old and new forms, but the top-level<br> commands are used to manage 'versionless' domains (a new feature of<br> the Fastly platform, and those commands were previously named<br> <code>fastly domain-v1 create/delete/describe/list/update</code>), while the<br> service-level commands are used to manage 'classic' domains. As a<br> result, you will need to update any scripts or workflows which used the<br> <code>fastly domain create/delete/describe/list/update</code> commands to use the<br> <code>fastly service domain create/delete/describe/list/update</code> commands<br> instead.</p> <p>The command families which have been reorganized and are available in<br> both the old and new forms are:</p> <ul> <li>acl</li> <li>aclentry</li> <li>alert</li> <li>backend</li> <li>dictionary</li> <li>dictionary-entry</li> <li>healthcheck</li> <li>imageoptimizerdefaults</li> <li>logging</li> <li>purge</li> <li>rate-limit</li> <li>resource-link</li> <li>service-auth</li> <li>service-version</li> <li>vcl</li> </ul> <h3>Breaking:</h3> <ul> <li>breaking(domain) - service-version oriented <code>domain</code> commands have been moved under the <code>service domain</code> command. Versionless <code>domain-v1</code> commands have been moved to the <code>domain</code> command (<a href="https://github.com/fastly/cli/pull/1615" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1615/hovercard">#1615</a>)</li> </ul> <h3>Enhancements:</h3> <ul> <li>feat(ngwaf/rules): Upgrade go-fastly to v13.0.0 and allow ngwaf rules to accept multival conditions (<a href="https://github.com/fastly/cli/pull/1655" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1655/hovercard">#1655</a>)</li> <li>feat(rust): Allow testing with prerelease Rust versions (<a href="https://github.com/fastly/cli/pull/1604" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1604/hovercard">#1604</a>)</li> <li>feat(compute/hashfiles): remove hashsum subcommand (<a href="https://github.com/fastly/cli/pull/1608" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1608/hovercard">#1608</a>)</li> <li>feat(ngwaf/rules): add support for CRUD operations for NGWAF rules (<a href="https://github.com/fastly/cli/pull/1605" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1605/hovercard">#1605</a>)</li> <li>feat(compute/deploy): added the <code>--no-default-domain</code> flag to allow for the skipping of automatic domain creation when deploying a Compute service(<a href="https://github.com/fastly/cli/pull/1610" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1610/hovercard">#1610</a>)</li> <li>refactor(argparser/flags.go): add flag conversion utilities for converting string flags to bools and checking ascending and desecnding flags (<a href="https://github.com/fastly/cli/pull/1611" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1611/hovercard">#1611</a>)</li> <li>feat(service/purge): Add 'service purge' command as replacement for 'purge', with an unlisted and deprecated alias of 'purge'. (<a href="https://github.com/fastly/cli/pull/1612" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1612/hovercard">#1612</a>)</li> <li>feat(service/version): Add 'service version ...' commands as replacements for 'service-version ...', with unlisted and deprecated aliases of 'service-version ...'. (<a href="https://github.com/fastly/cli/pull/1614" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1614/hovercard">#1614</a>)</li> <li>feat(service/vcl): moved the <code>vcl</code> command under the <code>service</code> command, with an unlisted and deprecated alias of <code>vcl</code> (<a href="https://github.com/fastly/cli/pull/1616" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1616/hovercard">#1616</a>)</li> <li>feat(service/healthcheck): moved the <code>healthcheck</code> command under the <code>service</code> command, with an unlisted and deprecated alias of <code>healthcheck</code> (<a href="https://github.com/fastly/cli/pull/1619" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1619/hovercard">#1619</a>)</li> <li>feat(service/backend): moved the <code>backend</code> command under the <code>service</code> command, with an unlisted and deprecated alias of <code>backend</code> (<a href="https://github.com/fastly/cli/pull/1621" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1621/hovercard">#1621</a>)</li> <li>feat(service/acl): moved the <code>acl</code> and <code>aclentry</code> commands under the <code>service</code> command, with a unlisted and deprecated aliases of <code>acl</code> and <code>aclentry</code> (<a href="https://github.com/fastly/cli/pull/1624" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1624/hovercard">#1621</a>)</li> <li>feat(version): If the latest version is at least one major version higher than the current version, provide links to the release notes for the major version(s) so the user can review them before upgrading. (<a href="https://github.com/fastly/cli/pull/1623" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1623/hovercard">#1623</a>)</li> <li>feat(service/imageoptimizerdefaults): moved the <code>imageoptimizerdefaults</code> commands under the <code>service</code> command, with an unlisted and deprecated alias of <code>imageoptimizerdefaults</code> (<a href="https://github.com/fastly/cli/pull/1627" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1627/hovercard">#1627</a>)</li> <li>feat(service/alert): moved the <code>alerts</code> command to the <code>service alert</code> command, with an unlisted and deprecated alias of <code>alerts</code> (<a href="https://github.com/fastly/cli/pull/1626" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1626/hovercard">#1616</a>)</li> <li>feat(service/dictionary-entry): moved the <code>dictionary-entry</code> commands under the <code>service</code> command, with an unlisted and deprecated alias of <code>dictionary-entry</code> (<a href="https://github.com/fastly/cli/pull/1628" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1628/hovercard">#1628</a>)</li> <li>feat(service/dictionary): moved the <code>dictionary</code> command under the <code>service</code> command, with an unlisted and deprecated alias of <code>dictionary</code> (<a href="https://github.com/fastly/cli/pull/1630" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1630/hovercard">#1621</a>)</li> <li>feat(service/ratelimit): moved the <code>rate-limit</code> commands under the <code>service</code> command, with an unlisted and deprecated alias of <code>rate-limit</code> (<a href="https://github.com/fastly/cli/pull/1632" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1632/hovercard">#1632</a>)</li> <li>feat(compute/build): Remove Rust version restriction, allowing 1.93.0 and later versions to be used. (<a href="https://github.com/fastly/cli/pull/1633" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1633/hovercard">#1633</a>)</li> <li>feat(service/resourcelink): moved the <code>resource-link</code> commands under the <code>service</code> command, with an unlisted and deprecated alias of <code>resource-link</code> (<a href="https://github.com/fastly/cli/pull/1635" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1635/hovercard">#1635</a>)</li> <li>feat(service/logging): moved the <code>logging</code> commands under the <code>service</code> command, with an unlisted and deprecated alias of <code>logging</code> (<a href="https://github.com/fastly/cli/pull/1642" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1642/hovercard">#1642</a>)</li> <li>feat(service/auth): moved the <code>service-auth</code> commands under the <code>service</code> command and renamed to <code>auth</code>, with an unlisted and deprecated alias of <code>service-auth</code> (<a href="https://github.com/fastly/cli/pull/1643" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1643/hovercard">#1643</a>)</li> </ul> <h3>Bug fixes:</h3> <ul> <li>fix(docker): Use base image toolchain instead of reinstalling stable, which could pull in an unvalidated Rust version.</li> <li>fix(compute/serve): ensure hostname has a port number when building pushpin routes (<a href="https://github.com/fastly/cli/pull/1631" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1631/hovercard">#1631</a>)</li> <li>fix(manifest): Correct setup.Defined to include checks for ObjectStores and SecretStores (<a href="https://github.com/fastly/cli/pull/1639" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1639/hovercard">#1639</a>)</li> </ul> <h3>Dependencies:</h3> <ul> <li>build(deps): <code>golang</code> from 1.24 to 1.25 (<a href="https://github.com/fastly/cli/pull/1651" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1651/hovercard">#1651</a>)</li> <li>build(deps): <code>actions/upload-artifact</code> from 5 to 6 (<a href="https://github.com/fastly/cli/pull/1603" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1603/hovercard">#1603</a>)</li> <li>build(deps): <code>actions/download-artifact</code> from 6 to 7 (<a href="https://github.com/fastly/cli/pull/1603" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1603/hovercard">#1603</a>)</li> <li>build(deps): <code>golang.org/x/term</code> from 0.37.0 to 0.38.0 (<a href="https://github.com/fastly/cli/pull/1602" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1602/hovercard">#1602</a>)</li> <li>build(deps): <code>golang.org/x/crypto</code> from 0.45.0 to 0.46.0 (<a href="https://github.com/fastly/cli/pull/1602" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1602/hovercard">#1602</a>)</li> <li>build(deps): <code>golang.org/x/mod</code> from 0.30.0 to 0.31.0 (<a href="https://github.com/fastly/cli/pull/1602" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1602/hovercard">#1602</a>)</li> <li>build(deps): <code>golang.org/x/net</code> from 0.47.0 to 0.48.0 (<a href="https://github.com/fastly/cli/pull/1602" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1602/hovercard">#1602</a>)</li> <li>build(deps): <code>golang.org/x/text</code> from 0.31.0 to 0.32.0 (<a href="https://github.com/fastly/cli/pull/1602" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1602/hovercard">#1602</a>)</li> <li>build(deps): <code>github.com/pierrec/lz4/v4</code> from 4.1.22 to 4.1.23 (<a href="https://github.com/fastly/cli/pull/1606" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1606/hovercard">#1606</a>)</li> <li>build(deps): <code>github.com/google/go-querystring</code> from 1.1.0 to 1.2.0 (<a href="https://github.com/fastly/cli/pull/1607" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1607/hovercard">#1607</a>)</li> <li>build(deps): <code>golang.org/x/sys</code> from 0.39.0 to 0.40.0 (<a href="https://github.com/fastly/cli/pull/1613" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1613/hovercard">#1613</a>)</li> <li>build(deps): <code>golang.org/x/term</code> from 0.38.0 to 0.39.0 (<a href="https://github.com/fastly/cli/pull/1613" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1613/hovercard">#1613</a>)</li> <li>build(deps): <code>golang.org/x/crypto</code> from 0.46.0 to 0.47.0 (<a href="https://github.com/fastly/cli/pull/1613" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1613/hovercard">#1613</a>)</li> <li>build(deps): <code>golang.org/x/mod</code> from 0.31.0 to 0.32.0 (<a href="https://github.com/fastly/cli/pull/1613" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1613/hovercard">#1613</a>)</li> <li>build(deps): <code>golang.org/x/net</code> from 0.48.0 to 0.49.0 (<a href="https://github.com/fastly/cli/pull/1613" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1613/hovercard">#1613</a>)</li> <li>build(deps): <code>golang.org/x/text</code> from 0.32.0 to 0.33.0 (<a href="https://github.com/fastly/cli/pull/1613" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1613/hovercard">#1613</a>)</li> <li>build(deps): <code>github.com/fastly/go-fastly/v13</code> from 12.1.0 to 12.1.1 (<a href="https://github.com/fastly/cli/pull/1613" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1613/hovercard">#1613</a>)</li> <li>build(deps): <code>github.com/clipperhouse/uax29/v2</code> from 2.3.0 to 2.3.1 (<a href="https://github.com/fastly/cli/pull/1625" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1625/hovercard">#1625</a>)</li> <li>build(deps): <code>github.com/klauspost/compress</code> from 1.18.2 to 1.18.3 (<a href="https://github.com/fastly/cli/pull/1625" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1625/hovercard">#1625</a>)</li> <li>build(deps): <code>github.com/pierrec/lz4/v4</code> from 4.1.23 to 4.1.25 (<a href="https://github.com/fastly/cli/pull/1625" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1625/hovercard">#1625</a>)</li> <li>build(deps): <code>github.com/clipperhouse/uax29/v2</code> from 2.3.1 to 2.4.0 (<a href="https://github.com/fastly/cli/pull/1634" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1634/hovercard">#1634</a>)</li> <li>build(deps): <code>github.com/clipperhouse/uax29/v2</code> from 2.4.0 to 2.5.0 (<a href="https://github.com/fastly/cli/pull/1647" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1647/hovercard">#1647</a>)</li> <li>build(deps): <code>golang.org/x/sys</code> from 0.40.0 to 0.41.0 (<a href="https://github.com/fastly/cli/pull/1652" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1652/hovercard">#1652</a>)</li> <li>build(deps): <code>golang.org/x/term</code> from 0.39.0 to 0.40.0 (<a href="https://github.com/fastly/cli/pull/1652" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1652/hovercard">#1652</a>)</li> <li>build(deps): <code>golang.org/x/crypto</code> from 0.47.0 to 0.48.0 (<a href="https://github.com/fastly/cli/pull/1652" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1652/hovercard">#1652</a>)</li> <li>build(deps): <code>golang.org/x/mod</code> from 0.32.0 to 0.33.0 (<a href="https://github.com/fastly/cli/pull/1652" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1652/hovercard">#1652</a>)</li> <li>build(deps): <code>github.com/clipperhouse/uax29/v2</code> from 2.5.0 to 2.6.0 (<a href="https://github.com/fastly/cli/pull/1652" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1652/hovercard">#1652</a>)</li> <li>build(deps): <code>github.com/klauspost/compress</code> from 1.18.3 to 1.18.4 (<a href="https://github.com/fastly/cli/pull/1652" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1652/hovercard">#1652</a>)</li> <li>build(deps): <code>golang.org/x/net</code> from 0.49.0 to 0.50.0 (<a href="https://github.com/fastly/cli/pull/1652" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1652/hovercard">#1652</a>)</li> <li>build(deps): <code>golang.org/x/oauth2</code> from 0.34.0 to 0.35.0 (<a href="https://github.com/fastly/cli/pull/1652" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1652/hovercard">#1652</a>)</li> <li>build(deps): <code>golang.org/x/text</code> from 0.33.0 to 0.34.0 (<a href="https://github.com/fastly/cli/pull/1652" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1652/hovercard">#1652</a>)</li> <li>build(deps): <code>github.com/clipperhouse/uax29/v2</code> from 2.6.0 to 2.7.0 (<a href="https://github.com/fastly/cli/pull/1657" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1657/hovercard">#1657</a>)</li> <li>build(deps): <code>golang.org/x/text</code> from 0.33.0 to 0.34.0 (<a href="https://github.com/fastly/cli/pull/1652" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1652/hovercard">#1652</a>)</li> <li>build(deps): <code>github.com/mattn/go-runewidth</code> from 0.0.19 to 0.0.20 (<a href="https://github.com/fastly/cli/pull/1659" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1659/hovercard">#1659</a>)</li> <li>build(deps): <code>goreleaser/goreleaser-action</code> from 6 to 7 (<a href="https://github.com/fastly/cli/pull/1660" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1660/hovercard">#1660</a>)</li> </ul> Integralist tag:github.com,2008:Repository/238323615/v13.3.0 2025-12-11T22:05:19Z v13.3.0 <h2><a href="https://github.com/fastly/cli/releases/tag/v13.3.0">v13.3.0</a> (2025-12-11)</h2> <h3>Enhancements:</h3> <ul> <li>feat(toml/rust): add support for Rust 1.92 (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="3720648098" data-permission-text="Title is private" data-url="https://github.com/fastly/cli/issues/1599" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1599/hovercard" href="https://github.com/fastly/cli/pull/1599">#1599</a>)</li> </ul> Integralist tag:github.com,2008:Repository/238323615/v13.2.0 2025-12-10T16:46:11Z v13.2.0 <h2><a href="https://github.com/fastly/cli/releases/tag/v13.2.0">v13.2.0</a> (2025-12-10)</h2> <h3>Enhancements:</h3> <ul> <li>feat(commands/ngwaf/workspaces): add support for update operation for NGWAF workspaces (<a href="https://github.com/fastly/cli/pull/1578" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1578/hovercard">#1578</a>)</li> <li>feat(commands/ngwaf/lists): add support for CRUD operations for NGWAF Lists at account and workspace levels (<a href="https://github.com/fastly/cli/pull/1582" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1582/hovercard">#1582</a>)</li> <li>feat(commands/ngwaf/workspaces/alerts): add support for operations for NGWAF alerts (<a href="https://github.com/fastly/cli/pull/1589" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1589/hovercard">#1589</a>)</li> <li>feat(commands/ngwaf/customsignals): add support for CRUD operations for NGWAF Custom Signals (<a href="https://github.com/fastly/cli/pull/1592" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1592/hovercard">#1592</a>)</li> <li>feat(commands/ngwaf/threshold): add support for CRUD operations for NGWAF Thresholds (<a href="https://github.com/fastly/cli/pull/1595" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1595/hovercard">#1595</a>)</li> </ul> <h3>Bug fixes:</h3> <ul> <li>fix(commands/ngwaf/virtualpatch): ensured a check was in place for the 'update' command that disallowed the --json and --verbose flag to be ran at the same time. (<a href="https://github.com/fastly/cli/pull/1596" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1596/hovercard">#1596</a>)</li> <li>fix(commands/ngwaf/redaction): ensured a check was in place for the 'create' and 'update' commands that disallowed the --json and --verbose flag to be ran at the same time. (<a href="https://github.com/fastly/cli/pull/1596" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1596/hovercard">#1596</a>)</li> </ul> <h3>Dependencies:</h3> <ul> <li>build(deps): <code>golang.org/x/crypto</code> from 0.43.0 to 0.45.0 (<a href="https://github.com/fastly/cli/pull/1584" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1584/hovercard">#1584</a>)</li> <li>build(deps): <code>actions/checkout</code> from 5 to 6 (<a href="https://github.com/fastly/cli/pull/1587" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1587/hovercard">#1587</a>)</li> <li>build(deps): <code>golang.org/x/mod</code> from 0.29.0 to 0.30.0 (<a href="https://github.com/fastly/cli/pull/1588" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1588/hovercard">#1588</a>)</li> <li>build(deps): <code>github.com/coreos/go-oidc/v3</code> from 3.16.0 to 3.17.0 (<a href="https://github.com/fastly/cli/pull/1588" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1588/hovercard">#1588</a>)</li> <li>build(deps): <code>github.com/klauspost/compress</code> from 1.18.1 to 1.18.2 (<a href="https://github.com/fastly/cli/pull/1593" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1593/hovercard">#1593</a>)</li> <li>build(deps): <code>golang.org/x/sys</code> from 0.38.0 to 0.39.0 (<a href="https://github.com/fastly/cli/pull/1594" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1594/hovercard">#1594</a>)</li> <li>build(deps): <code>github.com/hashicorp/cap</code> from 0.11.0 to 0.12.0 (<a href="https://github.com/fastly/cli/pull/1594" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1594/hovercard">#1594</a>)</li> <li>build(deps): <code>golang.org/x/oauth2</code> from 0.33.0 to 0.34.0 (<a href="https://github.com/fastly/cli/pull/1594" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1594/hovercard">#1594</a>)</li> <li>build(deps): <code>golang.org/x/sync</code> from 0.18.0 to 0.19.0 (<a href="https://github.com/fastly/cli/pull/1594" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1594/hovercard">#1594</a>)</li> </ul> Integralist tag:github.com,2008:Repository/238323615/v13.1.0 2025-11-12T20:57:26Z v13.1.0 <h2><a href="https://github.com/fastly/cli/releases/tag/v13.1.0">v13.1.0</a> (2025-11-12)</h2> <h3>Enhancements:</h3> <ul> <li>feat(service-version): Add JSON support to service-version clone command (<a href="https://github.com/fastly/cli/pull/1550" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1550/hovercard">#1550</a>)</li> <li>feat(compute/build): Allow usage of Rust 1.91.1 and later patch releases (<a href="https://github.com/fastly/cli/pull/1576" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1576/hovercard">#1576</a>)</li> <li>feat(commands/ngwaf/workspaces): add support for CRUD operations for NGWAF workspaces (<a href="https://github.com/fastly/cli/pull/1570" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1570/hovercard">#1570</a>)</li> </ul> <h3>Dependencies:</h3> <ul> <li>build(deps): <code>golangci/golangci-lint-action</code> from 8 to 9 (<a href="https://github.com/fastly/cli/pull/1575" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1575/hovercard">#1575</a>)</li> <li>build(deps): <code>golang.org/x/sys</code> from 0.37.0 to 0.38.0 (<a href="https://github.com/fastly/cli/pull/1574" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1574/hovercard">#1574</a>)</li> <li>build(deps): <code>golang.org/x/oauth2</code> from 0.32.0 to 0.33.0 (<a href="https://github.com/fastly/cli/pull/1574" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1574/hovercard">#1574</a>)</li> <li>build(deps): <code>golang.org/x/sync</code> from 0.17.0 to 0.18.0 (<a href="https://github.com/fastly/cli/pull/1574" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1574/hovercard">#1574</a>)</li> </ul> Integralist tag:github.com,2008:Repository/238323615/v13.0.0 2025-10-31T01:36:45Z v13.0.0 <h2><a href="https://github.com/fastly/cli/releases/tag/v13.0.0">v13.0.0</a> (2025-10-30)</h2> <h3>Breaking:</h3> <ul> <li>breaking(tls-custom): correct 'tls-custom activation enable' command parameters to reflect expected input from API (<a href="https://github.com/fastly/cli/pull/1562" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1562/hovercard">#1562</a>)</li> <li>breaking(compute/build): Block version 1.91.0 of Rust as it produces broken WASM packages. (<a href="https://github.com/fastly/cli/pull/1571" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1571/hovercard">#1571</a>)</li> </ul> <h3>Enhancements:</h3> <ul> <li>build(dockerfile-rust): add wasm tools to the rust docker container (<a href="https://github.com/fastly/cli/pull/1552" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1552/hovercard">#1552</a>)</li> <li>feat(env): add detection for workspace ID (<a href="https://github.com/fastly/cli/pull/1560" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1560/hovercard">#1560</a>)</li> </ul> <h3>Bug fixes:</h3> <ul> <li>fix(compute): clarify fastly.toml error message when file not found (<a href="https://github.com/fastly/cli/pull/1556" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1556/hovercard">#1556</a>)</li> </ul> <h3>Dependencies:</h3> <ul> <li>build(deps): <code>github.com/hashicorp/cap</code> from 0.10.0 to 0.11.0 (<a href="https://github.com/fastly/cli/pull/1546" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1546/hovercard">#1546</a>)</li> <li>build(deps): <code>github.com/coreos/go-oidc/v3</code> from 3.15.0 to 3.16.0 (<a href="https://github.com/fastly/cli/pull/1546" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1546/hovercard">#1546</a>)</li> <li>build(deps): <code>stefanzweifel/git-auto-commit-action</code> from 6 to 7 (<a href="https://github.com/fastly/cli/pull/1549" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1549/hovercard">#1549</a>)</li> <li>build(deps): <code>golang.org/x/sys</code> from 0.36.0 to 0.37.0 (<a href="https://github.com/fastly/cli/pull/1548" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1548/hovercard">#1548</a>)</li> <li>build(deps): <code>golang.org/x/term</code> from 0.35.0 to 0.36.0 (<a href="https://github.com/fastly/cli/pull/1548" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1548/hovercard">#1548</a>)</li> <li>build(deps): <code>golang.org/x/crypto</code> from 0.42.0 to 0.43.0 (<a href="https://github.com/fastly/cli/pull/1548" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1548/hovercard">#1548</a>)</li> <li>build(deps): <code>golang.org/x/mod</code> from 0.28.0 to 0.29.0 (<a href="https://github.com/fastly/cli/pull/1548" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1548/hovercard">#1548</a>)</li> <li>build(deps): <code>golang.org/x/net</code> from 0.44.0 to 0.45.0 (<a href="https://github.com/fastly/cli/pull/1548" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1548/hovercard">#1548</a>)</li> <li>build(deps): <code>golang.org/x/oauth2</code> from 0.31.0 to 0.32.0 (<a href="https://github.com/fastly/cli/pull/1548" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1548/hovercard">#1548</a>)</li> <li>build(deps): <code>golang.org/x/text</code> from 0.29.0 to 0.30.0 (<a href="https://github.com/fastly/cli/pull/1548" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1548/hovercard">#1548</a>)</li> <li>build(deps): <code>actions/setup-node</code> from 5 to 6 (<a href="https://github.com/fastly/cli/pull/1559" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1559/hovercard">#1559</a>)</li> <li>build(deps): <code>actions/download-artifact</code> from 4 to 5 (<a href="https://github.com/fastly/cli/pull/1559" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1559/hovercard">#1559</a>)</li> <li>build(deps): <code>github.com/klauspost/compress</code> from 1.18.0 to 1.18.1 (<a href="https://github.com/fastly/cli/pull/1558" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1558/hovercard">#1558</a>)</li> <li>build(deps): <code>golang.org/x/net</code> from 0.45.0 to 0.46.0 (<a href="https://github.com/fastly/cli/pull/1558" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1558/hovercard">#1558</a>)</li> <li>build(deps): <code>github.com/clipperhouse/uax29/v2</code> from 2.2.0 to 2.3.0 (<a href="https://github.com/fastly/cli/pull/1564" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1564/hovercard">#1564</a>)</li> <li>build(deps): <code>actions/upload-artifact</code> from 4 to 5 (<a href="https://github.com/fastly/cli/pull/1565" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1565/hovercard">#1565</a>)</li> <li>build(deps): <code>actions/download-artifact</code> from 5 to 6 (<a href="https://github.com/fastly/cli/pull/1565" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1565/hovercard">#1565</a>)</li> </ul> Integralist tag:github.com,2008:Repository/238323615/v12.1.0 2025-10-01T13:12:58Z v12.1.0 <h2><a href="https://github.com/fastly/cli/releases/tag/v12.1.0">v12.1.0</a> (2025-09-30)</h2> <h3>Enhancements:</h3> <ul> <li>feat(manifest): Enable loading Secret Store configuration through environment variables (<a href="https://github.com/fastly/cli/pull/1540" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1540/hovercard">#1540</a>)</li> <li>feat(products): Add enable/disable support for API Discovery (<a href="https://github.com/fastly/go-fastly/pull/1543">#1543</a>)</li> </ul> <h3>Dependencies:</h3> <ul> <li>build(deps): <code>golang.org/x/net</code> from 0.43.0 to 0.44.0 (<a href="https://github.com/fastly/cli/pull/1538" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1538/hovercard">#1538</a>)</li> <li>build(deps): <code>github.com/fastly/go-fastly/v11</code> from 11.3.1 to 12.0.0 (<a href="https://github.com/fastly/cli/pull/1541" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1541/hovercard">#1541</a>)</li> <li>build(deps): <code>github.com/mattn/go-runewidth</code> from 0.0.16 to 0.0.19 (<a href="https://github.com/fastly/cli/pull/1542" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1542/hovercard">#1542</a>)</li> <li>build(deps): <code>github.com/fastly/go-fastly/v11</code> from 11.3.1 to 12.0.0 (<a href="https://github.com/fastly/cli/pull/1541" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1541/hovercard">#1541</a>)</li> </ul> Integralist tag:github.com,2008:Repository/238323615/v12.0.0 2025-09-10T19:05:24Z v12.0.0 <h2><a href="https://github.com/fastly/cli/releases/tag/v12.0.0">v12.0.0</a> (2025-09-10)</h2> <h3>Breaking:</h3> <ul> <li>breaking(kvstoreentry): The 'describe' command now returns only key attributes (ie: generation, metadata) instead of a given key's value (<a href="https://github.com/fastly/cli/pull/1529" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1529/hovercard">#1529</a>)</li> </ul> <h3>Enhancements:</h3> <ul> <li>feat(logging): Add support for 'CompressionCodec' and 'GzipLevel' attribute to the HTTPS endpoint.</li> <li>feat(kvstoreentry): Add support for the 'prefix' parameter for List operations (<a href="https://github.com/fastly/cli/pull/1526" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1526/hovercard">#1526</a>)</li> <li>feat(kvstoreentry): Add support for the add, append, prepend, metadata, if_generation_match, and background_fetch 'create' command operations (<a href="https://github.com/fastly/cli/pull/1529" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1529/hovercard">#1529</a>)</li> <li>feat(kvstoreentry): Add support for the if_generation_match and metadata 'describe' command operations (<a href="https://github.com/fastly/cli/pull/1529" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1529/hovercard">#1529</a>)</li> <li>feat(kvstoreentry): Add support for the if_generation_match and force 'delete' command operations (<a href="https://github.com/fastly/cli/pull/1529" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1529/hovercard">#1529</a>)</li> <li>feat(kvstoreentry): Add the 'get' command operation which obtains the value of the item (<a href="https://github.com/fastly/cli/pull/1529" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1529/hovercard">#1529</a>)</li> </ul> <h3>Bug fixes:</h3> <ul> <li>fix(manifest): Ensure pushpin section is persisted during manifest file update (<a href="https://github.com/fastly/cli/pull/1535" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1535/hovercard">#1535</a>)</li> </ul> <h3>Dependencies:</h3> <ul> <li>build(deps): <code>github.com/ulikunitz/xz</code> from 0.5.12 to 0.5.13 (<a href="https://github.com/fastly/cli/pull/1524" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1524/hovercard">#1524</a>)</li> <li>build(deps): <code>github.com/stretchr/testify</code> from 1.10.0 to 1.11.0 (<a href="https://github.com/fastly/cli/pull/1527" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1527/hovercard">#1527</a>)</li> <li>build(deps): <code>github.com/ulikunitz/xz</code> from 0.5.13 to 0.5.14 (<a href="https://github.com/fastly/cli/pull/1528" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1528/hovercard">#1528</a>)</li> <li>build(deps): <code>github.com/stretchr/testify</code> from 1.11.0 to 1.11.1 (<a href="https://github.com/fastly/cli/pull/1530" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1530/hovercard">#1530</a>)</li> <li>build(deps): <code>github.com/ulikunitz/xz</code> from 0.5.14 to 0.5.15 (<a href="https://github.com/fastly/cli/pull/1530" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1530/hovercard">#1530</a>)</li> <li>build(deps): <code>actions/setup-node</code> from 4 to 5 (<a href="https://github.com/fastly/cli/pull/1534" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1534/hovercard">#1534</a>)</li> <li>build(deps): <code>actions/setup-go</code> from 5 to 6 (<a href="https://github.com/fastly/cli/pull/1534" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1534/hovercard">#1534</a>)</li> <li>build(deps): <code>golang.org/x/sys</code> from 0.35.0 to 0.36.0 (<a href="https://github.com/fastly/cli/pull/1533" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1533/hovercard">#1533</a>)</li> <li>build(deps): <code>golang.org/x/term</code> from 0.34.0 to 0.35.0 (<a href="https://github.com/fastly/cli/pull/1533" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1533/hovercard">#1533</a>)</li> <li>build(deps): <code>github.com/fastly/go-fastly/v11</code> from 11.3.0 to 11.3.1 (<a href="https://github.com/fastly/cli/pull/1533" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1533/hovercard">#1533</a>)</li> <li>build(deps): <code>golang.org/x/crypto</code> from 0.41.0 to 0.42.0 (<a href="https://github.com/fastly/cli/pull/1533" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1533/hovercard">#1533</a>)</li> <li>build(deps): <code>golang.org/x/mod</code> from 0.27.0 to 0.28.0 (<a href="https://github.com/fastly/cli/pull/1533" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1533/hovercard">#1533</a>)</li> <li>build(deps): <code>golang.org/x/oauth2</code> from 0.30.0 to 0.31.0 (<a href="https://github.com/fastly/cli/pull/1533" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1533/hovercard">#1533</a>)</li> <li>build(deps): <code>golang.org/x/sync</code> from 0.16.0 to 0.17.0 (<a href="https://github.com/fastly/cli/pull/1533" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1533/hovercard">#1533</a>)</li> <li>build(deps): <code>golang.org/x/text</code> from 0.28.0 to 0.29.0 (<a href="https://github.com/fastly/cli/pull/1533" data-hovercard-type="pull_request" data-hovercard-url="/fastly/cli/pull/1533/hovercard">#1533</a>)</li> </ul> Integralist