Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(NODE-6595): update compatibility table for [email protected] #53

Merged
merged 5 commits into from
Dec 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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/[email protected]` |
| ------------- | ---------------------- |
| `[email protected]` | ✓ `^1.1.0` |
| `[email protected]` | ✓ |
| `[email protected]` | ✓ |
| `[email protected]` | N/A |
| | `@mongodb-js/[email protected]` | `@mongodb-js/[email protected]` |
| ---------------- | ---------------------- | ---------------------- |
| `mongodb@>=6.11` | ✓ `^1.1.0` | `^2.0.0` |
| `mongodb@<6.11` | ✓ `^1.1.0` | N/A |
| `[email protected]` | ✓ | N/A |
| `[email protected]` | ✓ | N/A |
| `[email protected]` | N/A | N/A |

## API

Expand Down
Loading