* Support binaries built with MongoDB v4 toolchain.
0.6.0
------------------
* Support dumping LockManager from core dump of MongoDB 6.2. * Fix resource type names in output of MongoDB 4.4.15, 5.0.10, and 6.0.0.
0.5.1
------------------
* Fix detecting MongoDB toolchain from --install-action=hardlink executables.
0.5.0
------------------
* Format BSON binary subtype 4 as UUID. * Include ErrorExtraInfo in output for Status and StatusWith<T>.
0.4.0
------------------
* Support detecting libstdc++ version in MongoDB binaries back to 4.2.0 and 4.4.0. * Support decoding BSONObjs even when they contain dates exceeding datetime.MAXYEAR (= 9999).
0.3.0
------------------
* Include database name in dump of DatabaseShardingState ResourceMutexes. * Avoid truncating namespace strings in LockManager dump.