File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
includes/changelogs/releases Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Replication
19
19
Query
20
20
~~~~~
21
21
22
+ - :issue: `SERVER-40691 ` $nin:[[],...] queries are not indexed
22
23
- :issue: `SERVER-59754 ` Incorrect logging of queryHash/planCacheKey for operations that share the same $lookup shape
23
24
- :issue: `SERVER-62147 ` Exhaust query using the OP_QUERY protocol is broken when more than one getMore batch is required
24
25
@@ -35,9 +36,9 @@ Internals
35
36
- :issue: `SERVER-48367 ` envp may be unreliable in global initializers
36
37
- :issue: `SERVER-49882 ` Log status in the catch block in JSThread::run()
37
38
- :issue: `SERVER-53239 ` fix race in shared future unit test
39
+ - :issue: `SERVER-57037 ` Improve precision of operator counters
38
40
- :issue: `SERVER-57312 ` Pin transitive Python dependencies and use the pinned file for installation in Evergreen
39
41
- :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
41
42
- :issue: `SERVER-59375 ` Should collect summary statistics about transient faults
42
43
- :issue: `SERVER-59779 ` Call asCluster() before replSetFreeze in ReplSetTest
43
44
- :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
15
15
16
16
.. _4.4.13-release-notes:
17
17
18
- 4.4.13 - Upcoming
19
- ~~~~~~~~~~~~~~~~~
18
+ 4.4.13 - Mar 7, 2022
19
+ ~~~~~~~~~~~~~~~~~~~~
20
20
21
21
Issues fixed:
22
22
You can’t perform that action at this time.
0 commit comments