<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title><![CDATA[Fastly Change Log]]></title><description><![CDATA[Fastly Change Log]]></description><link>http://github.com/dylang/node-rss</link><generator>Fastly</generator><lastBuildDate>Mon, 16 Mar 2026 18:26:23 GMT</lastBuildDate><webfeeds:cover image="https://www.fastly.com/assets/og-image-b4cd9e0baffdec93ebe58badd883cbaf62a2c09950de79875487d4a8e92f3721.jpg"/><webfeeds:icon>https://www.fastly.com/documentation/favicon.png</webfeeds:icon><webfeeds:logo>https://www.fastly.com/assets/logo-bb62411dfd9737caea27fdab1485bd7d2b397f8f84ec8a1f773393a877a4bf6a.svg</webfeeds:logo><webfeeds:accentColor>ff292c</webfeeds:accentColor><webfeeds:cover layout="card" target="browser"/><atom:link rel="self" href="https://www.fastly.com/documentation"/><item><title><![CDATA[Next-Gen WAF for HAProxy 1.5.2]]></title><description><![CDATA[<ul>
<li>Added Debian 13 (trixie) support</li>
<li>Added Ubuntu 24.04 (noble) support</li>
<li>Added Alpine Linux 3.19, 3.20, 3.21, 3.22, and 3.23 support</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/03/ngwaf-module-haproxy-1.5.2/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/03/ngwaf-module-haproxy-1.5.2/</guid><category><![CDATA[Ngwaf-module-haproxy]]></category><category><![CDATA[Changed]]></category><pubDate>Fri, 13 Mar 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/ngwaf-module-haproxy.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[Fastly Terraform Provider 8.7.2]]></title><description><![CDATA[<p>View this release on <a href="https://github.com/fastly/terraform-provider-fastly/releases/tag/v8.7.2">GitHub</a>.</p>
<hr />
<h3>DEPENDENCIES:</h3>
<ul>
<li>build(deps): <code>github.com/hashicorp/terraform-plugin-sdk/v2</code> from 2.38.2 to 2.39.0 (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1204">#1204</a>)</li>
<li>build(deps): <code>golang.org/x/net</code> from 0.50.0 to 0.51.0 (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1204">#1204</a>)</li>
<li>build(deps): <code>hashicorp/setup-terraform</code> from 3 to 4 (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1205">#1205</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/terraform-provider-fastly/pull/1206">#1206</a>)</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/03/terraform-provider-fastly-8.7.2/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/03/terraform-provider-fastly-8.7.2/</guid><category><![CDATA[Terraform]]></category><pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/terraform.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[Add Domain Management filtering by fully-qualified domain name match]]></title><description><![CDATA[<p>The <a href="https://www.fastly.com/documentation/reference/api/domain-management/domains/">Domain Management Domains API</a> now allows filtering by fully-qualified domain name (FQDN) match when also filtering by FQDN.</p>
<p>For example, if you are searching for an exact match FQDN for "example.com", you may call <code>GET /domain-management/v1/domains?fqdn=example.com&amp;fqdn_match=exact</code>. Or if you want all subdomains for "example.com", you might use <code>end_with</code>, like this: <code>GET /domain-management/v1/domains?fqdn=.example.com&amp;fqdn_match=end_with</code>.</p>
<p>Valid <code>fqdn_match</code> options are: <code>exact</code>, <code>starts_with</code>, <code>ends_with</code>, and <code>contains</code>. If no value is passed, we default to <code>contains</code> (which is a fuzzy match for the FQDN, the default behavior).</p>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/03/add-domain-fqdn-match/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/03/add-domain-fqdn-match/</guid><category><![CDATA[API]]></category><category><![CDATA[Added]]></category><pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/api.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[Go SDK 1.7.0]]></title><description><![CDATA[<ul>
<li>fsthttp: add support for http trailers (#232)</li>
<li>fsthttp: add support for NGWAF Inspect (#228)</li>
<li>fsthttp: fix SensitiveData flag for guest caching (#237)</li>
<li>fsthttp: add support for ClientSNI (#235)</li>
<li>kvstore: add more hostcalls: InsertWithConfig, List (#231)</li>
<li>fsthttp: add Request.Close() and Response.Close() (#229)</li>
<li>compute: add GetHeapMiB to report current memory usage (#227)</li>
<li>fsthttp: correctly handle streaming flag for StatusEarlyHints (#223)</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/03/go-sdk-1.7.0/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/03/go-sdk-1.7.0/</guid><category><![CDATA[Go-sdk]]></category><pubDate>Thu, 05 Mar 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/go-sdk.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[CLI v14.0.4]]></title><description><![CDATA[<p>View this release on <a href="https://github.com/fastly/cli/releases/tag/v14.0.4">GitHub</a>.</p>
<hr />
<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">#1670</a></li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/cli-v14.0.4/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/cli-v14.0.4/</guid><category><![CDATA[CLI]]></category><pubDate>Thu, 26 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/cli.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[Fastly Terraform Provider 8.7.1]]></title><description><![CDATA[<p>View this release on <a href="https://github.com/fastly/terraform-provider-fastly/releases/tag/v8.7.1">GitHub</a>.</p>
<hr />
<h3>BUG FIXES:</h3>
<ul>
<li>fix(ngwaf/rules): corrected the condition type assertion for nested single conditions in a group condition (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1198">#1198</a>)</li>
</ul>
<h3>DOCUMENTATION:</h3>
<ul>
<li>docs(templates/guides): add a guide for adding a versionless domain to a service using a wildcard tls subscription (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1194">#1194</a>)</li>
<li>docs(templates/guides): add a guide for using versionless domains with a Certainly subscription to a new devlivery service (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1195">#1195</a>)</li>
<li>docs(templates/guides): add a guide for migrating delivery service classic domain to a versionless domain (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1202">#1202</a>)</li>
<li>docs(templates/guides): add a guide for linking versionless domains to a service when the domains are not managed in Terraform (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1199">#1199</a>)</li>
<li>docs(templates/guides): add a guide for migrating from the deprecated 'fastly_domain_v1' and 'fastly_domain_v1_service_link' resources and data sources (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1200">#1200</a>)</li>
<li>docs(ngwaf/rules): updated list of supported values for the 'operator' field for NGWAF WAF rule conditions (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1201">#1201</a>)</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/terraform-provider-fastly-8.7.1/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/terraform-provider-fastly-8.7.1/</guid><category><![CDATA[Terraform]]></category><pubDate>Thu, 26 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/terraform.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[CLI v14.0.0]]></title><description><![CDATA[<p>View this release on <a href="https://github.com/fastly/cli/releases/tag/v14.0.0">GitHub</a>.</p>
<hr />
<h2>BREAKING CHANGES</h2>
<p>This release of the Fastly CLI includes a significant reorganization
of the commands which are used to manage the configuration of Fastly
services (both Delivery and Compute services). Specifically, each of
the command families listed below have been changed from 
<code>fastly &lt;family&gt; create/delete/describe/list/update</code> to 
<code>fastly service &lt;family&gt; create/delete/describe/list/update</code>. For nearly 
all of these command families, the previous commands are still available 
but are not listed in the <code>fastly help</code> output. In addition, invocations 
of the previous commands will generate a deprecation message, which
includes the new command that should be used instead.</p>
<p>The <code>fastly domain</code> family of commands are the lone exception; those
commands exist in both the old and new forms, but the top-level
commands are used to manage 'versionless' domains (a new feature of
the Fastly platform, and those commands were previously named 
<code>fastly domain-v1 create/delete/describe/list/update</code>), while 
the service-level commands are used to manage 'classic' domains. As a
result, you will need to update any scripts or workflows which used the
<code>fastly domain create/delete/describe/list/update</code> commands to use the
<code>fastly service domain create/delete/describe/list/update</code> commands
instead.</p>
<p>The command families which have been reorganized and are available in
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">#1615</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.</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.</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.</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.</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.</li>
<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">#1655</a>)</li>
<li>feat(rust): Allow testing with prerelease Rust versions (<a href="https://github.com/fastly/cli/pull/1604">#1604</a>)</li>
<li>feat(compute/hashfiles): remove hashsum subcommand (<a href="https://github.com/fastly/cli/pull/1608">#1608</a>)</li>
<li>feat(ngwaf/rules): add support for CRUD operations for NGWAF rules (<a href="https://github.com/fastly/cli/pull/1605">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#1643</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">#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">#1637</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">#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">#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">#1651</a>)</li>
<li>build(deps): <code>actions/upload-artifact</code> from 5 to 6 (<a href="https://github.com/fastly/cli/pull/1603">#1603</a>)</li>
<li>build(deps): <code>actions/download-artifact</code> from 6 to 7 (<a href="https://github.com/fastly/cli/pull/1603">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#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">#1659</a>)</li>
<li>build(deps): <code>goreleaser/goreleaser-action</code> from 6 to 7 (<a href="https://github.com/fastly/cli/pull/1660">#1660</a>)</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/cli-v14.0.0/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/cli-v14.0.0/</guid><category><![CDATA[CLI]]></category><pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/cli.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[CLI v14.0.1]]></title><description><![CDATA[<p>View this release on <a href="https://github.com/fastly/cli/releases/tag/v14.0.1">GitHub</a>.</p>
<hr />
<h3>Bug Fixes:</h3>
<ul>
<li>fix(npm): Include repository info in package.json of subpackages required for trusted publishing <a href="https://github.com/fastly/cli/pull/1663">#1663</a></li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/cli-v14.0.1/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/cli-v14.0.1/</guid><category><![CDATA[CLI]]></category><pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/cli.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[CLI v14.0.2]]></title><description><![CDATA[<p>View this release on <a href="https://github.com/fastly/cli/releases/tag/v14.0.2">GitHub</a>.</p>
<hr />
<h3>Bug Fixes:</h3>
<ul>
<li>fix(npm): add write perms <a href="https://github.com/fastly/cli/pull/1665">#1665</a></li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/cli-v14.0.2/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/cli-v14.0.2/</guid><category><![CDATA[CLI]]></category><pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/cli.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[CLI v14.0.3]]></title><description><![CDATA[<p>View this release on <a href="https://github.com/fastly/cli/releases/tag/v14.0.3">GitHub</a>.</p>
<hr />
<h3>Bug Fixes:</h3>
<ul>
<li>fix(npm): add contents write perms <a href="https://github.com/fastly/cli/pull/1667">#1667</a></li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/cli-v14.0.3/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/cli-v14.0.3/</guid><category><![CDATA[CLI]]></category><pubDate>Wed, 25 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/cli.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[Add Compute error metrics to Historical Stats and Real-Time Analytics APIs]]></title><description><![CDATA[<p>You can now use the <a href="https://www.fastly.com/documentation/reference/api/metrics-stats/historical-stats/">Historical Stats API</a> and the <a href="https://www.fastly.com/documentation/reference/api/metrics-stats/realtime/">Real-Time Analytics API</a> to troubleshoot Compute errors with detailed error categorization. Eight new metrics specify whether each Compute error stemmed from logic issues, resource constraints, or the Compute platform itself.</p>
<p>The names of two existing Compute metrics have been updated:  </p>
<ul>
<li><code>compute_heap_limit_exceeded</code> is now <code>compute_service_memory_exceeded_error</code>  </li>
<li><code>compute_bereq_errors</code> is now <code>compute_service_bereq_error</code></li>
</ul>
<p>The following metrics have been deprecated:  </p>
<ul>
<li><code>compute_guest_errors</code></li>
<li><code>compute_globals_limit_exceeded</code></li>
<li><code>compute_stack_limit_exceeded</code></li>
<li><code>compute_resource_limit_exceeded</code></li>
<li><code>compute_runtime_errors</code></li>
</ul>
<p>Both APIs continue to serve data under the original and deprecated metric names for backward compatibility.</p>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/add-compute-error-metrics-hsapi/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/add-compute-error-metrics-hsapi/</guid><category><![CDATA[API]]></category><category><![CDATA[Added]]></category><pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/api.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[JavaScript SDK 3.40.1]]></title><description><![CDATA[<h2>Fixed</h2>
<ul>
<li><strong>early-hints:</strong> early hints don't need to be sync inside a FetchEve… (<a href="https://github.com/fastly/js-compute-runtime/issues/1323">#1323</a>) (<a href="https://github.com/fastly/js-compute-runtime/commit/22ac0ccd3205a0136e39621e2cfe93968a5be9f3">22ac0cc</a>)</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/javascript-sdk-3.40.1/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/javascript-sdk-3.40.1/</guid><category><![CDATA[Javascript-sdk]]></category><category><![CDATA[Fixed]]></category><pubDate>Tue, 24 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/javascript-sdk.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[Add Image Optimizer format counting metrics]]></title><description><![CDATA[<p>Real-time analytics and Historical Stats responses now include the following new metrics: <code>imgopto_avif_count</code>, <code>imgopto_jpeg_count</code>, <code>imgopto_png_count</code>, <code>imgopto_gif_count</code>, <code>imgopto_webp_count</code>, <code>imgopto_jpegxl_count</code>, <code>imgopto_svg_count</code>, <code>imgopto_mp4_count</code>.</p>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/add-imgopto-metrics/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/add-imgopto-metrics/</guid><category><![CDATA[API]]></category><category><![CDATA[Added]]></category><pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/api.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[Fastly Terraform Provider 8.7.0]]></title><description><![CDATA[<p>View this release on <a href="https://github.com/fastly/terraform-provider-fastly/releases/tag/v8.7.0">GitHub</a>.</p>
<hr />
<h3>ENHANCEMENTS:</h3>
<ul>
<li>feat(product_enablement): Adding support for the <code>domain_inspector</code> feature to Compute services (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1175">#1175</a>)</li>
<li>feat(domain_management): Added import support for the <code>fastly_domain_service_link</code> resource and improved test coverage (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1178">#1178</a>)</li>
<li>feat(domains): Removed <code>_v1</code> suffixes from domain-related resources and data sources, leaving deprecated aliases in place. (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1181">#1181</a>)</li>
<li>feat(products/staging): Add a Data Source for Staging IP addresses (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1186">#1186</a>)</li>
<li>feat(ngwaf/rules): Added support for <code>multival</code> type conditions nested in <code>group_operator</code> blocks. (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1189">#1189</a>)</li>
</ul>
<h3>DEPENDENCIES:</h3>
<ul>
<li>build(deps): <code>github.com/fastly/go-fastly/v12</code> from 12.1.0 to 12.1.1 (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1177">#1177</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/terraform-provider-fastly/pull/1177">#1177</a>)</li>
<li>build(deps): <code>github.com/hashicorp/terraform-plugin-log</code> from 0.9.0 to 0.10.0 (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1179">#1179</a>)</li>
<li>build(deps): <code>github.com/hashicorp/terraform-plugin-sdk/v2</code> from 2.38.1 to 2.38.2 (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1180">#1180</a>)</li>
<li>build(deps): <code>github.com/hashicorp/terraform-plugin-log</code> from 0.9.0 to 0.10.0 (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1179">#1179</a>)</li>
<li>build(go.mod): upgrade golang to 1.25.0 and make appropriate changes (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1183">#1183</a>)</li>
<li>build(deps): <code>github.com/fastly/go-fastly/v12</code> from 12.1.1 to 12.1.2 (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1185">#1185</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/terraform-provider-fastly/pull/1188">#1188</a>)</li>
<li>build(deps): <code>github.com/fastly/go-fastly/v12</code> from 12.1.2 to 13.0.0 (<a href="https://github.com/fastly/terraform-provider-fastly/pull/1190">#1190</a>)</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/terraform-provider-fastly-8.7.0/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/terraform-provider-fastly-8.7.0/</guid><category><![CDATA[Terraform]]></category><pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/terraform.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[JavaScript SDK 3.40.0]]></title><description><![CDATA[<h2>Added</h2>
<ul>
<li>Allow custom weval binary (<a href="https://github.com/fastly/js-compute-runtime/issues/1315">#1315</a>) (<a href="https://github.com/fastly/js-compute-runtime/commit/b143150df609f217e8160759c0cf1dae2f86afb7">b143150</a>)</li>
<li>Reusable sandboxes (<a href="https://github.com/fastly/js-compute-runtime/issues/1314">#1314</a>) (<a href="https://github.com/fastly/js-compute-runtime/commit/70a9d282d276176777d3369e164d8f89d3e96209">70a9d28</a>)</li>
</ul>
<h2>Fixed</h2>
<ul>
<li>Add <code>security</code> to docs rename script (<a href="https://github.com/fastly/js-compute-runtime/issues/1316">#1316</a>) (<a href="https://github.com/fastly/js-compute-runtime/commit/7028c0bd819c44b870140d1536039f9aad6ddd4e">7028c0b</a>)</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/javascript-sdk-3.40.0/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/javascript-sdk-3.40.0/</guid><category><![CDATA[Javascript-sdk]]></category><category><![CDATA[Fixed]]></category><category><![CDATA[Added]]></category><pubDate>Tue, 17 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/javascript-sdk.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[Next-Gen WAF agent 4.75.0]]></title><description><![CDATA[<ul>
<li>Improved TRAVERSAL detection</li>
<li>Improved XSS detection</li>
<li>Updated base GeoIP data: February 2026</li>
<li>Upgraded to Golang 1.24.13</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/ngwaf-agent-4.75.0/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/ngwaf-agent-4.75.0/</guid><category><![CDATA[Ngwaf-agent]]></category><category><![CDATA[Changed]]></category><pubDate>Tue, 17 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/ngwaf-agent.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[JavaScript SDK 3.39.4]]></title><description><![CDATA[<h2>Fixed</h2>
<ul>
<li>Body truncation error in chained extract_body requests (<a href="https://github.com/fastly/js-compute-runtime/issues/1310">#1310</a>) (<a href="https://github.com/fastly/js-compute-runtime/commit/b929648bef34c0d41fe387fc755a2554372bb946">b929648</a>)</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/javascript-sdk-3.39.4/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/javascript-sdk-3.39.4/</guid><category><![CDATA[Javascript-sdk]]></category><category><![CDATA[Fixed]]></category><pubDate>Fri, 13 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/javascript-sdk.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[JavaScript SDK 3.39.3]]></title><description><![CDATA[<h2>Fixed</h2>
<ul>
<li>Don't throw from <code>event.client.geo</code> or <code>event.client.address</code> on hostcall error (<a href="https://github.com/fastly/js-compute-runtime/issues/1306">#1306</a>) (<a href="https://github.com/fastly/js-compute-runtime/commit/471b1128a32b3a2233a95eb14e2887abbb6183c0">471b112</a>)</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/javascript-sdk-3.39.3/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/javascript-sdk-3.39.3/</guid><category><![CDATA[Javascript-sdk]]></category><category><![CDATA[Fixed]]></category><pubDate>Thu, 12 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/javascript-sdk.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[JavaScript SDK 3.39.1]]></title><description><![CDATA[<h2>Fixed</h2>
<ul>
<li>For now, go back to old behavior for default exported types. (<a href="https://github.com/fastly/js-compute-runtime/issues/1298">#1298</a>) (<a href="https://github.com/fastly/js-compute-runtime/commit/e6d96d47206821855d80d651bfa248a6d7da4453">e6d96d4</a>)</li>
<li>TransformStream shortcutting fixes (<a href="https://github.com/fastly/js-compute-runtime/issues/1301">#1301</a>) (<a href="https://github.com/fastly/js-compute-runtime/commit/51369ae51d721199e0bbc6f6d168f4b8f7aee947">51369ae</a>)</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/javascript-sdk-3.39.1/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/javascript-sdk-3.39.1/</guid><category><![CDATA[Javascript-sdk]]></category><category><![CDATA[Fixed]]></category><pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/javascript-sdk.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[JavaScript SDK 3.39.2]]></title><description><![CDATA[<h2>Fixed</h2>
<ul>
<li>NPM publication (<a href="https://github.com/fastly/js-compute-runtime/commit/f80c089fa9a50835955c0b1a1b42bc24b5eceb3d">f80c089</a>)</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/javascript-sdk-3.39.2/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/javascript-sdk-3.39.2/</guid><category><![CDATA[Javascript-sdk]]></category><category><![CDATA[Fixed]]></category><pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/javascript-sdk.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[Next-Gen WAF for Node.js 2.4.1]]></title><description><![CDATA[<ul>
<li>Added framework identification (e.g., Express, Hapi, Koa) to request metadata for improved dashboard visibility.</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/ngwaf-module-nodejs-2.4.1/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/ngwaf-module-nodejs-2.4.1/</guid><category><![CDATA[Ngwaf-module-nodejs]]></category><category><![CDATA[Changed]]></category><pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/ngwaf-module-nodejs.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[Add Alerts derived rate metrics for Compute responses]]></title><description><![CDATA[<p>The <a href="https://www.fastly.com/documentation/reference/api/observability/alerts/">Alerts API</a> now supports derived rate metrics for Compute response status codes when using Domain Inspector as a source. The following new metrics are available: <code>compute_resp_status_5xx_rate</code>, <code>compute_resp_status_4xx_rate</code>, <code>compute_resp_status_gte_400_rate</code>, <code>compute_resp_status_lt_500_rate</code>, <code>compute_resp_status_4xx_excl_404_rate</code>, and <code>compute_resp_status_404_rate</code>.</p>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/02/add-alerts-compute-derived-rate-metrics/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/02/add-alerts-compute-derived-rate-metrics/</guid><category><![CDATA[API]]></category><category><![CDATA[Added]]></category><pubDate>Wed, 04 Feb 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/api.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[Next-Gen WAF for Go 1.14.1]]></title><description><![CDATA[<ul>
<li>Updated deprecated package <code>ioutil</code> for <code>io</code>.</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/01/ngwaf-module-golang-1.14.1/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/01/ngwaf-module-golang-1.14.1/</guid><category><![CDATA[Ngwaf-module-golang]]></category><category><![CDATA[Changed]]></category><pubDate>Fri, 30 Jan 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/ngwaf-module-golang.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[Next-Gen WAF for Node.js 2.4.0]]></title><description><![CDATA[<ul>
<li>Changed default value for <code>extendContentTypes</code> to true.</li>
</ul>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/01/ngwaf-module-nodejs-2.4.0/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/01/ngwaf-module-nodejs-2.4.0/</guid><category><![CDATA[Ngwaf-module-nodejs]]></category><category><![CDATA[Changed]]></category><pubDate>Fri, 30 Jan 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/ngwaf-module-nodejs.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item><item><title><![CDATA[Idle session timeout standardization]]></title><description><![CDATA[<p>To improve security on the Fastly platform, sessions in the Signal Sciences control panel are subject to an idle timeout similar to the behavior already present in the Fastly control panel. If you close your browser, your session will automatically expire after 30 minutes. While the browser remains open, sessions remain active up to the configured maximum session timeout, which has a default of 12 hours and a minimum of 30 minutes.</p>
]]></description><link>https://www.fastly.com/documentation/reference/changes/2026/01/idle-session-timeout-standardization/</link><guid isPermaLink="true">https://www.fastly.com/documentation/reference/changes/2026/01/idle-session-timeout-standardization/</guid><category><![CDATA[Ngwaf-announcements]]></category><category><![CDATA[Fixed]]></category><pubDate>Thu, 29 Jan 2026 00:00:00 GMT</pubDate><enclosure url="https://www.fastly.com/documentation/thumbnails/ngwaf-announcements.jpg" length="0" type="image/jpeg"/><dc:creator>Fastly</dc:creator></item></channel></rss>