Skip to content

v4.1.1

Compare
Choose a tag to compare
@ericyhwang ericyhwang released this 13 Feb 17:58
· 17 commits to master since this release

What's Changed

  • Fix $map query transform by @ericyhwang in #154
    • It would just hang previously. It's very likely unused by any consumers, but it's not much code to keep support for it.
  • Resolve memory leak when using cursor operations like $count in mongodb@4-6 by @ericyhwang in #152
    • This mostly affected $count. $explain was affected as well, though that usually won't be used in a production service.
    • ⚠️ If you also use the Mongo Node driver directly:
    • Thanks to @deongroenewald for the report and repro case!

Full Changelog: v4.1.0...v4.1.1