We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ab63c commit be0c2ffCopy full SHA for be0c2ff
docs/changelog.rst
@@ -48,6 +48,12 @@ Changes in 0.24.0
48
documents the extended functionality which is no longer supported. Rewrite
49
the unsupported queries or fetch the whole result set and perform the count
50
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)
57
58
Changes in 0.23.1
59
=================
0 commit comments