From 2d0b80ff226a956fd07cb1c5b194c0433eff94ca Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Tue, 16 Jul 2024 14:24:14 -0600 Subject: [PATCH] deprecation warning --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c09eb597b..30daa919d3 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,11 @@ Change history can be found in [`HISTORY.md`](https://github.com/mongodb/node-mo ### Compatibility -For server and runtime version compatibility matrices, please refer to the following links: +The driver currently supports 3.6+ servers. + +** 3.6 support is deprecated and support will be removed in a future version ** + +For exhaustive server and runtime version compatibility matrices, please refer to the following links: - [MongoDB](https://www.mongodb.com/docs/drivers/node/current/compatibility/#mongodb-compatibility) - [NodeJS](https://www.mongodb.com/docs/drivers/node/current/compatibility/#language-compatibility)