7.3.3 (2026-09-11)
The MongoDB Node.js team is pleased to announce version 7.3.3 of the bson package!
Release Notes
Fixed BSON.calculateObjectSize infinite hang
Fixed a bug where BSON.calculateObjectSize would hang indefinitely on an object containing a circular reference. The method now throws an exception when a circular reference is detected.
Also a big thank you to @mcmorisi for his contribution on #912 security warning in EJSON.parse documentation!
Bug Fixes
- NODE-7696: calculateObjectSize hangs indefinitely on an object containing a circular reference (#926) (f35af5c)
Documentation
We invite you to try the bson library immediately, and report any issues to the NODE project.