Skip to content

Commit 145469d

Browse files
authored
docs(NODE-5526): add node driver version compat info (#160)
1 parent 59143e8 commit 145469d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
Kerberos
22
========
3-
[![Build Status](https://travis-ci.org/mongodb-js/kerberos.svg?branch=master)](https://travis-ci.org/mongodb-js/kerberos)
4-
53
The `kerberos` package is a C++ extension for Node.js that provides cross-platform support for kerberos authentication using GSSAPI on linux/osx, and SSPI on windows. Much of the code in this module is adapted from [ccs-kerberos](https://github.com/apple/ccs-pykerberos) and [winkerberos](https://github.com/mongodb-labs/winkerberos).
64

75
### Requirements
@@ -28,6 +26,17 @@ The `kerberos` package is a C++ extension for Node.js that provides cross-platfo
2826
2. Install [Python 2.7](https://www.python.org/downloads/) or [Miniconda 2.7](http://conda.pydata.org/miniconda.html) (`v3.x.x` is not supported), and run `npm config set python python2.7`
2927
3. Launch cmd, `npm config set msvs_version 2015`
3028

29+
### MongoDB Node.js Driver Version Compatibility
30+
31+
Only the following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable.
32+
33+
34+
| ------------- | -------------- | -------------- |
35+
| `[email protected]` | N/A ||
36+
| `[email protected]` |||
37+
| `[email protected]` |||
38+
| `[email protected]` || N/A |
39+
3140
### Installation
3241

3342
Now you can install `kerberos` with the following:

0 commit comments

Comments
 (0)