Skip to content

v4.0.4

Compare
Choose a tag to compare
@mbroadst mbroadst released this 26 Mar 15:05

The MongoDB Node.js team is pleased to announce version 4.0.4 of the bson module!

This patch release fixes a regression introduced in v2 of the module, preventing round tripping of the deprecated BSON symbol type. We don't expect any users are actually using this value, but it is something used in internal testing of the driver and as such was deemed high priority to fix.

Release Notes

Bug

  • [NODE-2518] - BSON loses type information when automatically upgrading symbols to strings