Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-1752

Deprecate readPreference as plain object internally

    • Type: Icon: Improvement Improvement
    • Resolution: Gone away
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Operations Layer
    • Labels:
    • Not Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      ReadPreference should be of type ReadPreference or string, but we currently support an object, like

      { mode: 'secondaryPreferred', tags: [] }

      We should deprecate support for the object format and only support type ReadPreference or string.

            Assignee:
            Unassigned Unassigned
            Reporter:
            katherine.walker@mongodb.com Katherine Walker (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: