From 1354ead2ae035b5bb3b00c8e5743a02c97fb8651 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 5 Dec 2024 10:08:51 -0700 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1cc57c..f6a250d 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/CI.yml/badge.svg)](https://github.com/mongodb-js/zstd/actions/workflows/test.yml) Zstandard compression library for Node.js From 93fd28537de96557e825dcca128712016d23ebe0 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 5 Dec 2024 10:10:58 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6a250d..e9d3624 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/test.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 @@ -63,6 +63,9 @@ Only the following version combinations with the [MongoDB Node.js Driver](https: | `mongodb@4.x` | ✓ | | `mongodb@3.x` | N/A | +`@mongodb-js/zstd@2.x` is compatible with `mongodb@6.11` and above. `@mongodb-js/zstd@2.x` will work with +older versions of mongodb, but will produce peer dependency errors upon installation. + ## API ```ts From bd15665050c0333e6dc28d0a0a895a6f97894ddd Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 5 Dec 2024 10:22:27 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e9d3624..579ef0d 100644 --- a/README.md +++ b/README.md @@ -56,15 +56,15 @@ 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@2.x` is compatible with `mongodb@6.11` and above. `@mongodb-js/zstd@2.x` will work with -older versions of mongodb, but will produce peer dependency errors upon installation. +| | `@mongodb-js/zstd@1.x` | +| ---------------- | ---------------------- | +| `mongodb@>=6.11` | ✓ `^1.1.0` `^2.0.0` | +| `mongodb@<6.11` | ✓ `^1.1.0` | +| `mongodb@5.x` | ✓ | +| `mongodb@4.x` | ✓ | +| `mongodb@3.x` | N/A | + +`@mongodb-js/zstd@2.x` will work with `mongodb@<6.11` but will produce peer dependency errors upon installation. ## API From c073968a6f206bd73cd945e6694f36504bbd953f Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 5 Dec 2024 10:24:18 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 579ef0d..02bf618 100644 --- a/README.md +++ b/README.md @@ -56,13 +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.11` | ✓ `^1.1.0` `^2.0.0` | -| `mongodb@<6.11` | ✓ `^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 | `@mongodb-js/zstd@2.x` will work with `mongodb@<6.11` but will produce peer dependency errors upon installation. From f071d807871641806a324ea3f04ee7d95dcbfe64 Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Thu, 5 Dec 2024 11:20:59 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 02bf618..f348d53 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,6 @@ Only the following version combinations with the [MongoDB Node.js Driver](https: | `mongodb@4.x` | ✓ | N/A | | `mongodb@3.x` | N/A | N/A | -`@mongodb-js/zstd@2.x` will work with `mongodb@<6.11` but will produce peer dependency errors upon installation. - ## API ```ts