From b4886b5f21c5f7937b15a9729c3b74bb35cc2145 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 5 Dec 2024 11:26:52 -0700 Subject: [PATCH] docs(NODE-6595): update compatibility table for zstd@2.0 (#53) --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b1cc57c..f348d53 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @mongodb-js/zstd -[![CI](https://github.com/mongodb-js/zstd/actions/workflows/CI.yml/badge.svg)](https://github.com/mongodb-js/zstd/actions/workflows/CI.yml) +[![CI](https://github.com/mongodb-js/zstd/actions/workflows/test.yml/badge.svg)](https://github.com/mongodb-js/zstd/actions/workflows/test.yml) Zstandard compression library for Node.js @@ -56,12 +56,13 @@ To verify the native `.node` packages, follow the same steps as above using `mon 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@6.x` | ✓ `^1.1.0` | -| `mongodb@5.x` | ✓ | -| `mongodb@4.x` | ✓ | -| `mongodb@3.x` | N/A | +| | `@mongodb-js/zstd@1.x` | `@mongodb-js/zstd@2.x` | +| ---------------- | ---------------------- | ---------------------- | +| `mongodb@>=6.11` | ✓ `^1.1.0` | `^2.0.0` | +| `mongodb@<6.11` | ✓ `^1.1.0` | N/A | +| `mongodb@5.x` | ✓ | N/A | +| `mongodb@4.x` | ✓ | N/A | +| `mongodb@3.x` | N/A | N/A | ## API