v2.4.3 introduces:
CastError: Cast to Buffer failed for value "new Binary(Buffer.from("bd8b82fd91604ebc8010f5026c0b1644", "hex"), 4)" at path "centre" for model "Queue"
The code where it fails is as simple as:
const rows = await MQueue.find({
centre: MUUID.from(uuid),
deletedAt: null
})
I can confirm that reverting to v2.4.2 fixes the issue