fs.promises was introduced in Node.js 10 and marked as an experimental feature. In Node.js 12, it graduated into a stable feature.
We should avoid using it directly in the driver as we support older versions of the runtime and it produces "experimental feature" warning.
This bug was introduced in and only applies to the unified driver.
I’m removing the fix version DSE-2.3.2.