Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix backwards compatibility with older BSON package versions #411

Merged
merged 4 commits into from
Nov 30, 2020

Commits on Oct 29, 2020

  1. fix: 🐛 Fix backwards compatibilty with older BSON package versions

    The isBuffer check in the buffer module was too strict and led to a failure to deal with older BSON module Binary types. There is now an improved more relaxed method.
    
    NODE-2848
    nbbeeken committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    a622dc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    068dc66 View commit details
    Browse the repository at this point in the history
  2. fix failing tests on node 6

    nbbeeken committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    7b737d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    f4e6c69 View commit details
    Browse the repository at this point in the history