Skip to content

Created new branch to resolve conflicts. #693

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

Merged
merged 2 commits into from
May 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/fundamentals/time-series.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Node.js driver.
Create a Time Series Collection
-------------------------------

We recommend that you create a time series collection using the MongoDB Shell.
Refer to the :mdb-shell:`MongoDB Shell documentation<>` to learn more.
We recommend that you create a time series collection using the MongoDB Shell.
Learn more about how to install and run the MongoDB Shell in the :mdb-shell:`MongoDB Shell documentation <>`.
For detailed instructions on creating a time series collection
using the MongoDB Shell, see our
:manual:`MongoDB Manual entry on time series collections </core/timeseries-collections/#create-a-time-series-collection>`.
Expand Down
2 changes: 1 addition & 1 deletion source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ New features of the 4.10 {+driver-short+} release include:
myColl.findOne().then(res => callback(null, res), err => callback(err))

- If you are unable to migrate to Promises in a large codebase, you can
use the `{+driver-long+} with optional callback support <https://www.npmjs.com/package/mongodb-legacy>`__ package.
use the legacy `{+driver-short+} with optional callback support <https://www.npmjs.com/package/mongodb-legacy>`__.

To learn more, see `v4.10.0 Release Highlights <https://github.com/mongodb/node-mongodb-native/releases/tag/v4.10.0>`__.

Expand Down