MongoDB Community version 4.2.7 -> 4.4 and Go Driver compatibility

Hello,

I need to upgrade MongoDB Community 4.2.7 → 4.4 and would like to know if I can continue with the existing Go Driver and not change it.

Thank You
-Giriraj

Hey @Giriraj_Vengurlekar thanks for the question! You can find the compatibility matrix for different versions of the Go Driver here. It looks like v1.4 of the Go Driver is the earliest version that supports server v4.4, so as long as your applications are using Go Driver v1.4 or newer, you’re safe to upgrade.