Skip to content

Commit 6e1d1f1

Browse files
angelampcostapedrosousa
authored andcommitted
[Speed] Updates deprecation notice (#17763)
* Updates deprecation notice * Changes after review. * Update src/content/docs/speed/optimization/content/compression.mdx Co-authored-by: Pedro Sousa <[email protected]> * Removes note. * Update src/content/changelogs/api-deprecations.yaml --------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent a00d6d8 commit 6e1d1f1

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

src/content/changelogs/api-deprecations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ entries:
216216
description: |-
217217
Deprecation date: August 15, 2024
218218
219-
The Brotli setting and its API endpoints are deprecated. After the end of life date, Brotli compression will be enabled by default for all zones.
219+
The Brotli setting and its API endpoints are deprecated. Brotli compression is available for all non-Enterprise zones, and it will be extended to Enterprise zones in the coming year.
220220
221221
Deprecated APIs:
222222

src/content/docs/rules/compression-rules/settings.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Allowed values are the following:
4141
If you specify only _Gzip_, _Brotli_, or _Zstandard_ and no algorithm matches, the response will have no compression. To configure a fallback compression mechanism, add _Auto_ to the list.
4242

4343
:::note
44-
The compression applied by the _Default_ option takes into account global configuration settings such as [Enable Brotli compression](/speed/optimization/content/compression/).
44+
The compression applied by the _Default_ option takes into account any configured compression rules that match incoming requests.
4545
:::
4646

4747
---
@@ -75,8 +75,4 @@ If you include `none`, `default`, or `auto` in the list, it must be the last val
7575

7676
When you specify only the `gzip`, `brotli`, or `zstd` algorithms, if no algorithm matches then the response will have no compression. To configure a fallback compression mechanism, add `auto` to the list.
7777

78-
:::note
79-
The compression applied by the `default` algorithm takes into account global configuration settings such as [Enable Brotli compression](/speed/optimization/content/compression/).
80-
:::
81-
8278
For API examples, refer to the [Examples gallery](/rules/compression-rules/examples/).

src/content/docs/speed/optimization/content/compression.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ application/geo+json
9494
Cloudflare's global network can deliver content to website visitors using Gzip compression, Brotli compression, Zstandard compression, or no compression, depending on:
9595

9696
- The values visitors provide in the `accept-encoding` request header.
97-
- The value of the [Brotli setting](/speed/optimization/content/compression/) at the zone level.
97+
- Your [Cloudflare plan](#between-visitors-and-cloudflare).
9898
- Any configured [compression rule](/rules/compression-rules/) that matches incoming requests.
9999

100100
For responses with error status codes, Cloudflare will only compress responses if their error status code is `403` or `404`. For successful response status codes, Cloudflare will only compress responses if their status code is `200`. Responses with other status codes will not be compressed.

0 commit comments

Comments
 (0)