Question:Will db.DropPrefixNonBlocking release in next version of Badger?

Hi, I’m trying Badger v3 as an embedded KV store. KV pairs are dropped by prefix after being uploaded to object storage.
But DB.DropPrefix will stop accepting new writes in the latest release (v3.2103.1), which is not expected.
I find a method DB.DropPrefixNonBlocking in the master branch, which version will it release?

Thanks.