You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MongoDB 5.0 lets drivers declare an API version in the handshake so command behaviour stays consistent across server upgrades. We don't send apiVersion (or apiStrict / apiDeprecationErrors) in hello, so users can't opt into this.