From ac7b026c6fc3779fd7027a7dda6e471c904c32c6 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Wed, 11 Dec 2024 08:40:12 -0700 Subject: [PATCH] docs(NODE-6573): add 1.x deprecation note to readme (#62) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d9f523f..41f7332 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ Only the following version combinations with the [MongoDB Node.js Driver](https: | `mongodb@4.x` | ✓ | N/A | | `mongodb@3.x` | N/A | N/A | +>[!Note] +> `@mongodb-js/zstd@1.x` is deprecated - please use `@mongodb-js/zstd@2.x` instead. + #### Prebuild Platforms Below are the platforms that are available as prebuilds on each github release.