Summary
Introduce new options in all drivers to allow users to select an API version when connecting to a MongoDB instance.
Motivation
As MongoDB moves toward more frequent releases (a.k.a. continuous delivery), we want to enable users to take advantage of our rapidly released features, without exposing applications to incompatible server changes due to automatic server upgrades. A versioned API will help accomplish that goal.
Cast of Characters
Lead: Jeff Yemin
Author: Andreas Braun
POCs: Rust - Andreas, Ruby - Emily
Product Owner:
Documentation
- is related to
-
PYTHON-2520 Update mongo-orchestration to support starting clusters with requireApiVersion
- In Code Review
-
PYTHON-2536 Document Versioned API Usage in Drivers (with Code Samples)
- Closed