Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a91e967

Browse files
committedJul 29, 2020
(DOCS-13448): Add v4.4 known issue
1 parent 8453a85 commit a91e967

File tree

4 files changed

+58
-1
lines changed

4 files changed

+58
-1
lines changed
 

‎conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ def has(self, *args):
114114
'csharp-docs': ('https://mongodb.github.io/mongo-csharp-driver/2.4/reference/%s', ''),
115115
'java-async-docs': ('https://mongodb.github.io/mongo-java-driver-reactivestreams/1.6/%s', ''),
116116
'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', '')
118119
}
119120

120121
## add `extlinks` for each published version.

‎source/includes/extracts-4.4-changes.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,4 +510,20 @@ content: |
510510
honor values other than the default. Instead, use the
511511
:dbcommand:`setDefaultRWConcern` command to set the default read or
512512
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.
513529
...

‎source/release-notes/4.4-compatibility.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ Removed Parameters
2323

2424
.. include:: /includes/extracts/4.4-changes-removed-parameters.rst
2525

26+
.. _4.4-tools-compatibility:
27+
28+
Tools Changes
29+
-------------
30+
31+
.. include:: /includes/extracts/4.4-changes-tools.rst
32+
2633
Replica Sets
2734
------------
2835

‎source/release-notes/4.4.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,11 @@ officially supported by MongoDB.
12431243
- :v4.0:`mongoreplay 4.0 </reference/program/mongoreplay>`
12441244
- :v3.6:`mongoreplay 3.6 </reference/program/mongoreplay>`
12451245

1246+
MongoDB Database Tools Not Packaged with Windows MSI
1247+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1248+
1249+
.. include:: /includes/extracts/4.4-changes-tools.rst
1250+
12461251
Drivers
12471252
-------
12481253

@@ -2080,6 +2085,34 @@ upgrade services
20802085
<https://www.mongodb.com/products/consulting?tck=docs_server>`_
20812086
to help ensure a smooth transition without interruption to your MongoDB application.
20822087

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+
20832116
Report an Issue
20842117
---------------
20852118

0 commit comments

Comments
 (0)
Failed to load comments.