From 92e1c4c6131b10dafeaf1426490c330f946eaa08 Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Thu, 14 Nov 2024 16:09:18 +0100 Subject: [PATCH 1/2] Add zstd compression --- features/draft/spec/rfc8878.yml | 6 ------ features/zstd.yml | 6 ++++++ features/{draft/spec/rfc8878.yml.dist => zstd.yml.dist} | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 features/draft/spec/rfc8878.yml create mode 100644 features/zstd.yml rename features/{draft/spec/rfc8878.yml.dist => zstd.yml.dist} (89%) diff --git a/features/draft/spec/rfc8878.yml b/features/draft/spec/rfc8878.yml deleted file mode 100644 index 7010fe065cc..00000000000 --- a/features/draft/spec/rfc8878.yml +++ /dev/null @@ -1,6 +0,0 @@ -draft_date: 2024-09-09 -name: Zstandard Compression and the 'application/zstd' Media Type -description: TODO -spec: https://www.rfc-editor.org/rfc/rfc8878 -compat_features: - - http.headers.Content-Encoding.zstd diff --git a/features/zstd.yml b/features/zstd.yml new file mode 100644 index 00000000000..e80d542c3a7 --- /dev/null +++ b/features/zstd.yml @@ -0,0 +1,6 @@ +name: Zstandard compression +description: Zstandard or `zstd` is fast lossless compression algorithm. It is often faster and offers better compression than brotli. +spec: https://www.rfc-editor.org/rfc/rfc8878 +caniuse: zstd +compat_features: + - http.headers.Content-Encoding.zstd diff --git a/features/draft/spec/rfc8878.yml.dist b/features/zstd.yml.dist similarity index 89% rename from features/draft/spec/rfc8878.yml.dist rename to features/zstd.yml.dist index f757509a57a..fa7347139b5 100644 --- a/features/draft/spec/rfc8878.yml.dist +++ b/features/zstd.yml.dist @@ -1,4 +1,4 @@ -# Generated from: rfc8878.yml +# Generated from: zstd.yml # Do not edit this file by hand. Edit the source file instead! status: From 4447884e982f89c167c8ac52dcb3c50b65123c7e Mon Sep 17 00:00:00 2001 From: Florian Scholz Date: Mon, 18 Nov 2024 19:13:19 +0100 Subject: [PATCH 2/2] Update features/zstd.yml Co-authored-by: Daniel D. Beck --- features/zstd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/zstd.yml b/features/zstd.yml index e80d542c3a7..fa32f1181fb 100644 --- a/features/zstd.yml +++ b/features/zstd.yml @@ -1,5 +1,5 @@ name: Zstandard compression -description: Zstandard or `zstd` is fast lossless compression algorithm. It is often faster and offers better compression than brotli. +description: Zstandard or `zstd` is fast lossless compression algorithm. When used as a content encoding, it is often faster and offers better compression than brotli. spec: https://www.rfc-editor.org/rfc/rfc8878 caniuse: zstd compat_features: