Expand file tree Collapse file tree 4 files changed +58
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,8 @@ def has(self, *args):
114
114
'csharp-docs' : ('https://mongodb.github.io/mongo-csharp-driver/2.4/reference/%s' , '' ),
115
115
'java-async-docs' : ('https://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/%s' , '' ),
116
116
'java-async-api' : ('https://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/javadoc/%s' , '' ),
117
- 'go-api' : ('https://godoc.org/github.com/mongodb/mongo-go-driver/%s' , '' )
117
+ 'go-api' : ('https://godoc.org/github.com/mongodb/mongo-go-driver/%s' , '' ),
118
+ 'db-tools' : ('https://docs.mongodb.com/database-tools/%s' , '' )
118
119
}
119
120
120
121
## add `extlinks` for each published version.
Original file line number Diff line number Diff line change @@ -510,4 +510,20 @@ content: |
510
510
honor values other than the default. Instead, use the
511
511
:dbcommand:`setDefaultRWConcern` command to set the default read or
512
512
write concern configuration for a replica set or sharded cluster.
513
+ ---
514
+ ref : 4.4-changes-tools
515
+ content : |
516
+
517
+ Starting in version 4.4, the
518
+ :doc:`Windows MSI installer
519
+ </tutorial/install-mongodb-enterprise-on-windows.txt>` for both
520
+ Community and Enterprise editions does not
521
+ include the :db-tools:`MongoDB Database Tools <>` (``mongoimport``,
522
+ ``mongoexport``, etc). To download and install
523
+ the MongoDB Database Tools on Windows, see
524
+ :db-tools:`Installing the MongoDB Database Tools <installation>`.
525
+
526
+ If you were relying on the MongoDB 4.2 or previous MSI installer to
527
+ install the Database Tools along with the MongoDB Server, you must
528
+ now download the Database Tools separately.
513
529
...
Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ Removed Parameters
23
23
24
24
.. include:: /includes/extracts/4.4-changes-removed-parameters.rst
25
25
26
+ .. _4.4-tools-compatibility:
27
+
28
+ Tools Changes
29
+ -------------
30
+
31
+ .. include:: /includes/extracts/4.4-changes-tools.rst
32
+
26
33
Replica Sets
27
34
------------
28
35
Original file line number Diff line number Diff line change @@ -1243,6 +1243,11 @@ officially supported by MongoDB.
1243
1243
- :v4.0:`mongoreplay 4.0 </reference/program/mongoreplay>`
1244
1244
- :v3.6:`mongoreplay 3.6 </reference/program/mongoreplay>`
1245
1245
1246
+ MongoDB Database Tools Not Packaged with Windows MSI
1247
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1248
+
1249
+ .. include:: /includes/extracts/4.4-changes-tools.rst
1250
+
1246
1251
Drivers
1247
1252
-------
1248
1253
@@ -2080,6 +2085,34 @@ upgrade services
2080
2085
<https://www.mongodb.com/products/consulting?tck=docs_server>`_
2081
2086
to help ensure a smooth transition without interruption to your MongoDB application.
2082
2087
2088
+ Known Issues
2089
+ ------------
2090
+
2091
+ .. list-table::
2092
+ :header-rows: 1
2093
+ :widths: 15 70 20
2094
+
2095
+ * - In Version
2096
+ - Issues
2097
+ - Status
2098
+
2099
+ * - 4.4.0
2100
+
2101
+ - :issue:`SERVER-45042`: MongoDB Server Installation MSI for both
2102
+ Community and Enterprise no longer contain binaries for
2103
+ the :db-tools:`MongoDB Database Tools <>`. For more information, see
2104
+ :ref:`4.4-tools-compatibility`.
2105
+
2106
+ - Unresolved
2107
+
2108
+ * - 4.4.0
2109
+
2110
+ - :issue:`SERVER-49694`: On a sharded cluster, :readmode:`nearest`
2111
+ reads or :ref:`hedged reads <mongos-hedged-reads>` may not be
2112
+ routed to a near shard replica.
2113
+
2114
+ - Unresolved
2115
+
2083
2116
Report an Issue
2084
2117
---------------
2085
2118
0 commit comments