File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ Changes in 0.24.0
4848 documents the extended functionality which is no longer supported. Rewrite
4949 the unsupported queries or fetch the whole result set and perform the count
5050 locally.
51+ - Pymongo 4 removed db.authenticate(), on which we were relying for authenticating
52+ with username/password. The migration involved switching to providing credentials to
53+ MongoClient BUT in case the authSource isn't provided, db.authenticate used to default to
54+ authSource=current-database and MongoClient defaults to authSource="admin". Long story short,
55+ if you observe authentication issue after migrating, make sure you provide the authSource
56+ explicitly. (see #2626)
5157
5258Changes in 0.23.1
5359=================
You can’t perform that action at this time.
0 commit comments