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

feat!: Integrate MongoOptions parser into driver #2680

Merged
merged 7 commits into from
Jan 8, 2021

Commits on Jan 4, 2021

  1. feat!: Integrate MongoOptions parser into driver

    MongoOptions introduce a well typed HostAddress type that tracks
    the correct shape of a host's address depending on its type.
    The MongoClientOptions type inherit from node's TLS and Socket options
    and use our allow list of options to maintain a connection between the
    types and programmatic processing of options. The hierarchy of options
    from MongoClient > Topology > Server > ConnectionPool > Connection have
    been corrected and clarified for responsibilities.
    
    NODE-2704
    nbbeeken committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    8f265c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    b0bdd14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a15176 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    bd64816 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fed0625 View commit details
    Browse the repository at this point in the history
  3. clean up test boilerplate

    nbbeeken committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    0f136fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a058ac View commit details
    Browse the repository at this point in the history