Skip to content

4.0.5 part2: DOCS-12177 #3520

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 1 commit into from
Dec 20, 2018
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
5 changes: 5 additions & 0 deletions source/includes/options-mongo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,11 @@ description: |

.. include:: /includes/fact-networkMessageCompressors.rst

# Commenting out for now since observation that we don't do this for others and so readers could erroneously think only this option has a uri equivalent.
# Starting in MongoDB 4.0.5 (and MongoDB 3.6.10), you can also specify
# the compressors for the {{program}} shell in the uri connection
# string. See :urioption:`compressors`.

---
program: mongo
name: retryWrites
Expand Down
5 changes: 3 additions & 2 deletions source/reference/connection-string.txt
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,9 @@ Connection Options
If the parties do not share at least one common compressor,
messages between the parties are uncompressed.

Not supported by the :binary:`~bin.mongo` shell.

Starting in MongoDB 4.0.5 (and MongoDB 3.6.10), the
:binary:`~bin.mongo` shell supports the uri connection string
option :urioption:`compressors`.

* - .. urioption:: zlibCompressionLevel

Expand Down