File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ package-branch = "4.4" # For rc = testing. For GA, will be 4.2.
194194windows-dir-version = " 4.4" # The wizard installs in 4.2 branch
195195version = " 4.4"
196196version-dev = " 4.3"
197- release = " 4.4.11 "
197+ release = " 4.4.13 "
198198pgp-version = " {+version+}"
199199package-name-org = " mongodb-org"
200200package-name-enterprise = " mongodb-enterprise"
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Replication
1919Query
2020~~~~~
2121
22+ - :issue: `SERVER-40691 ` $nin:[[],...] queries are not indexed
2223- :issue: `SERVER-59754 ` Incorrect logging of queryHash/planCacheKey for operations that share the same $lookup shape
2324- :issue: `SERVER-62147 ` Exhaust query using the OP_QUERY protocol is broken when more than one getMore batch is required
2425
@@ -35,9 +36,9 @@ Internals
3536- :issue: `SERVER-48367 ` envp may be unreliable in global initializers
3637- :issue: `SERVER-49882 ` Log status in the catch block in JSThread::run()
3738- :issue: `SERVER-53239 ` fix race in shared future unit test
39+ - :issue: `SERVER-57037 ` Improve precision of operator counters
3840- :issue: `SERVER-57312 ` Pin transitive Python dependencies and use the pinned file for installation in Evergreen
3941- :issue: `SERVER-57662 ` Wait for config.system.sessions collection to exist on the config server before refreshing logical session cache
40- - :issue: `SERVER-57676 ` Wait for a checkpoint before releasing the "hangOplogCapMaintainerThread" in oplog_rollover.js
4142- :issue: `SERVER-59375 ` Should collect summary statistics about transient faults
4243- :issue: `SERVER-59779 ` Call asCluster() before replSetFreeze in ReplSetTest
4344- :issue: `SERVER-60392 ` Fix timing in priority_takeover_two_nodes_equal_priority test.
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ Patch Releases
1515
1616.. _4.4.13-release-notes:
1717
18- 4.4.13 - Upcoming
19- ~~~~~~~~~~~~~~~~~
18+ 4.4.13 - Mar 7, 2022
19+ ~~~~~~~~~~~~~~~~~~~~
2020
2121Issues fixed:
2222
You can’t perform that action at this time.
0 commit comments