-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: API
-
None
DBCursor#explain was deprecated a long time ago, back when we thought we didn't want explain support in the API. Then we added it to the non-legacy CRUD API for find and aggregate, but never removed the deprecation in the legacy API. It's a bit confusing for developers and maintainers that it's deprecated, so let's remove the deprecation and we don't have to think about it anymore.