They changed the default promisification to pass on only the first argument of the callback and ignore the others. If needed, bluebird can be told to return an array with all arguments instead.
I think bumping bluebird and using the new default behaviour should be fine for this project.
Thank you for the information! I will have a look if a bump is really reasonable here and if, this will be bumped on all layers instead only on the base driver.
They changed the default promisification to pass on only the first argument of the callback and ignore the others. If needed, bluebird can be told to return an array with all arguments instead. I think bumping bluebird and using the new default behaviour should be fine for this project.