Skip to content

Backport v6.16 fixes #1100

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 3 commits into from
Apr 30, 2025
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
7 changes: 5 additions & 2 deletions source/connect/connection-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
string, see :manual:`Connection Strings </reference/connection-string/>` in the
{+mdb-server+} manual.

.. Check if we should add back utf-8 validation page. If so, add this line

Check failure on line 31 in source/connect/connection-options.txt

View workflow job for this annotation

GitHub Actions / TDBX Vale rules

[vale] reported by reviewdog 🐶 [MongoDB.AvoidSubjunctive] Avoid the subjunctive 'should'. Raw Output: {"message": "[MongoDB.AvoidSubjunctive] Avoid the subjunctive 'should'.", "location": {"path": "source/connect/connection-options.txt", "range": {"start": {"line": 31, "column": 16}}}, "severity": "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.

I can file a ticket for this!

back to validation option:
You can also set UTF-8 validation in your :ref:`Node.js code <nodejs-utf-8-validation>`.

.. list-table::
:header-rows: 1
:widths: 30 20 10 40
Expand Down Expand Up @@ -119,8 +123,7 @@
can result in loss of data. Disabling UTF-8 validation is a
temporary workaround to query or export data only.

You can also set UTF-8 validation in your :ref:`Node.js code
<nodejs-utf-8-validation>`. To learn more about UTF-8 characters,
To learn more about UTF-8 characters,
see `UTF-8 <https://en.wikipedia.org/wiki/UTF-8>`__ on Wikipedia.

* - **heartbeatFrequencyMS**
Expand Down
2 changes: 0 additions & 2 deletions source/monitoring-and-logging/change-streams.txt
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

extra ref, this ref exists at top of file

Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ read events from the change stream:

.. include:: /includes/changestream-paradigm-warning.rst

.. _node-usage-watch:

Examples
--------

Expand Down
Loading