5.1.0
- Fixed a bug where exception objects from bulk operations (
Collection.insert_many
,Collection.update_many
,Collection.replace_many
,Collection.delete_many
) were not populated properly. Properties such aserror_message
anderror_code
now have correct values.