2.16.2
Bug Fixes
-
Profiling
- The lock profiler would log a warning if it couldn't determine a name for a lock, and it would try determining a name multiple times for the same lock. This lead to excessive log spam. Downgrade this to a debug log and only try to determine the name once.
-
Tracing
- pymongo: Adds type checking to solve an issue where
NoneTypeinstead of expectedPinobject would throw an error inTracedTopologymethod.
- pymongo: Adds type checking to solve an issue where