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-44611: v6.10 #920

Merged
merged 5 commits into from
Oct 22, 2024
Merged

DOCSP-44611: v6.10 #920

merged 5 commits into from
Oct 22, 2024

Conversation

mcmorisi
Copy link
Collaborator

@mcmorisi mcmorisi commented Oct 22, 2024

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-44611
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 Oct 22, 2024

Deploy Preview for docs-node ready!

Name Link
🔨 Latest commit 2b7e604
🔍 Latest deploy log https://app.netlify.com/sites/docs-node/deploys/6717c466cf82ad00087bff7d
😎 Deploy Preview https://deploy-preview-920--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.

@mcmorisi mcmorisi marked this pull request as ready for review October 22, 2024 14:32
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.

a few small things

Comment on lines 39 to 40
The {+driver-short+} v6.10 release is the first official release to support all {+mdb-server+}
8.0 features, and includes the following:
Copy link
Collaborator

Choose a reason for hiding this comment

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

S: complete sentences

Suggested change
The {+driver-short+} v6.10 release is the first official release to support all {+mdb-server+}
8.0 features, and includes the following:
The {+driver-short+} v6.10 release is the first official release to support all {+mdb-server+}
8.0 features, and includes the following improvements and fixes:

The {+driver-short+} v6.10 release is the first official release to support all {+mdb-server+}
8.0 features, and includes the following:

- Support for {+mdb-server+} 3.6 has been removed.
Copy link
Collaborator

Choose a reason for hiding this comment

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

S: parallelism

Suggested change
- Support for {+mdb-server+} 3.6 has been removed.
- Removes support for {+mdb-server+} 3.6.

Comment on lines 47 to 48
- The driver now allows SRV hostnames with fewer than three parts separated by ``.``
characters.
Copy link
Collaborator

Choose a reason for hiding this comment

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

S: could you also provide a short example here?

Suggested change
- The driver now allows SRV hostnames with fewer than three parts separated by ``.``
characters.
- Allows SRV hostnames with fewer than three parts separated by ``.``
characters.

Comment on lines 50 to 51
- You can now use the explain option to retrieve an accurate ``maxTimeMS`` value for
CRUD commands. The explain options for find and aggregate operations have been deprecated.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- You can now use the explain option to retrieve an accurate ``maxTimeMS`` value for
CRUD commands. The explain options for find and aggregate operations have been deprecated.
- Supports the ``explain`` option to retrieve an accurate ``maxTimeMS`` value for
CRUD commands to describe the operation time (?). The ``explain`` options for find and
aggregation operations are deprecated.

@mcmorisi mcmorisi requested a review from rustagir October 22, 2024 14:42
Comment on lines 48 to 49
characters. For example, the driver now supports hostnames like
``mongodb+srv://mongodb.local``.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
characters. For example, the driver now supports hostnames like
``mongodb+srv://mongodb.local``.
characters. For example, the driver now supports hostnames such as
``mongodb+srv://mongodb.local``.


- Removes support for {+mdb-server+} 3.6.

- Adds support for the new {+mdb-server+} 8.0 bulk write API, which supports bulk write
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- Adds support for the new {+mdb-server+} 8.0 bulk write API, which supports bulk write
- Adds support for the {+mdb-server+} 8.0 bulk write API, which supports bulk write

@mcmorisi mcmorisi merged commit 84dc6dd into mongodb:master Oct 22, 2024
3 of 5 checks passed
@mcmorisi mcmorisi deleted the DOCSP-44611-v6.10 branch October 22, 2024 15:28
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.

2 participants