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

DOCSP-43533 - Version 6.9 #902

Merged
merged 7 commits into from
Sep 13, 2024

Conversation

mongoKart
Copy link
Collaborator

@mongoKart mongoKart commented Sep 13, 2024

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-43533
Staging:

Self-Review Checklist

  • Is this free of any warnings or errors in the RST?
  • Did you run a spell-check?
  • Did you run a grammar-check?
  • Are all the links working?
  • Are the facets and meta keywords accurate?

Copy link

netlify bot commented Sep 13, 2024

Deploy Preview for docs-node ready!

Name Link
🔨 Latest commit 57e6a5d
🔍 Latest deploy log https://app.netlify.com/sites/docs-node/deploys/66e497c6468e080008721674
😎 Deploy Preview https://deploy-preview-902--docs-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

source/includes/mongodb-compatibility-table-node.rst Outdated Show resolved Hide resolved
source/whats-new.txt Outdated Show resolved Hide resolved
source/whats-new.txt Outdated Show resolved Hide resolved
source/whats-new.txt Show resolved Hide resolved
Comment on lines 87 to 90
.. code-block:: javascript
:copyable: true

const client = new MongoClient(process.env.MONGODB_URI, { autoSelectFamily: true, autoSelectFamilyTimeout: 100 });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S: not sure we use an env variable in most other places. In this instance, I think you can omit the connection string parameter altogether and the driver uses localhost 27017. Also, newline where possible to reduce the scroll

Copy link
Collaborator Author

@mongoKart mongoKart Sep 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The API docs says URL is required? I can just use a variable.

source/whats-new.txt Outdated Show resolved Hide resolved
source/whats-new.txt Outdated Show resolved Hide resolved
source/whats-new.txt Outdated Show resolved Hide resolved
source/whats-new.txt Outdated Show resolved Hide resolved
This optimization doesn't apply if you provide a transform to the ``cursor.map()`` method
before calling the ``toArray()`` method.
- Fixes mixed use of the ``cursor.next()`` method along with ``for await`` syntax.
- Fixes the ``enableUtf8Validation`` when deserializing BSON.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S: more info needed. is there an error?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added more

Copy link
Collaborator

@rustagir rustagir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pretty much ready, but wondering if there are content changes needed for some of the items!

source/includes/mongodb-compatibility-table-node.rst Outdated Show resolved Hide resolved
source/whats-new.txt Outdated Show resolved Hide resolved
source/whats-new.txt Show resolved Hide resolved
source/whats-new.txt Show resolved Hide resolved
Copy link
Collaborator

@nbbeeken nbbeeken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mongoKart mongoKart merged commit 45572a9 into mongodb:master Sep 13, 2024
5 of 6 checks passed
@mongoKart mongoKart deleted the docsp-43533-version-6.9 branch September 13, 2024 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants