From ca430b2d6b517b46a44769ff5647133acd5c9b1c Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Wed, 11 Dec 2024 08:09:01 -0700 Subject: [PATCH] add 1.x deprecation note to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d9f523f..885bc64 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,9 @@ To verify the native `.node` packages, follow the same steps as above using `mon ## MongoDB Node.js Driver Version Compatibility +>[!Note] +`@mongodb-js/zstd@1.x` is deprecated - please use `@mongodb-js/zstd@2.x` instead. + Only the following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable. | | `@mongodb-js/zstd@1.x` | `@mongodb-js/zstd@2.x` |