From ca430b2d6b517b46a44769ff5647133acd5c9b1c Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Wed, 11 Dec 2024 08:09:01 -0700 Subject: [PATCH 1/2] 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` | From 1ab222c9fdd9b1648a20b1a63176d20918ced1c9 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Wed, 11 Dec 2024 08:10:01 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 885bc64..41f7332 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,6 @@ 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` | @@ -53,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.