Skip to content

Commit d5db65a

Browse files
DOCSP-34466 7.0.4 release notes (#5385) (#5765)
Co-authored-by: ltran-mdb2 <143426234+ltran-mdb2@users.noreply.github.com>
1 parent 6bbe521 commit d5db65a

File tree

3 files changed

+103
-0
lines changed

3 files changed

+103
-0
lines changed
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
.. _7.0.4-changelog:
2+
3+
7.0.4 Changelog
4+
---------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-82069` Throwable function used in scope guard when
10+
registering index
11+
- :issue:`SERVER-82364` Fix $config.transitions table for
12+
analyze_shard_key.js FSM workload
13+
14+
Internals
15+
~~~~~~~~~
16+
17+
- :issue:`SERVER-67962` Applying config.image_collection deletes needs
18+
better concurrency control
19+
- :issue:`SERVER-69206` Coverity analysis defect 122738: Using a moved
20+
object
21+
- :issue:`SERVER-69244` $merge fails when session default read concern
22+
has been set to "majority"
23+
- :issue:`SERVER-72532` CommandNotFound: no such command: 'shardVersion'
24+
- :issue:`SERVER-75756` Check query presence in plan cache
25+
- :issue:`SERVER-77113` Exclude fields containing dots from time series
26+
indexes
27+
- :issue:`SERVER-79317` Provide more documentation and helper functions
28+
for case where feature flag checks could be run when FCV is
29+
uninitialized during initial sync
30+
- :issue:`SERVER-79470` Update shard-lite-audit infra provision for
31+
sysperf
32+
- :issue:`SERVER-79975` [Classic] Optimize large group keys
33+
- :issue:`SERVER-81028` Incorrect $listCatalog behavior in presence of a
34+
concurrent collection rename in v7.0
35+
- :issue:`SERVER-81133` Speedup logic to persist routing table cache
36+
- :issue:`SERVER-81295` Cannot resume V2 changeStream pipelines with V1
37+
resume tokens
38+
- :issue:`SERVER-81390` HashAggStage fails to respect the collation when
39+
spilling to disk
40+
- :issue:`SERVER-81435` Add metrics to capture impact of time series
41+
group commit
42+
- :issue:`SERVER-81456` Suppress leak sanitizer failures for AsioReactor
43+
- :issue:`SERVER-81467` Run Jepsen list-append in Evergreen
44+
- :issue:`SERVER-81524` No-op invocations of setUserWriteBlockMode must
45+
await majority confirmation of SystemLastOpTime
46+
- :issue:`SERVER-81581` Extend BlackDuck timeout
47+
- :issue:`SERVER-81605` cleanupOrphanedWhileMigrating.js should not run
48+
on stepdown suites
49+
- :issue:`SERVER-81942` ShardingDDLCoordinator should retry on
50+
LockTimeout errors
51+
- :issue:`SERVER-82028` DDL operations on timeseries collection during
52+
tenant migration can crash the recipient due to an invariant failure.
53+
- :issue:`SERVER-82086` Add tsbs query workloads to sys perf
54+
- :issue:`SERVER-82156` Inconsistency between FLE insert and FLE update
55+
responses for retriedStmtIds
56+
- :issue:`SERVER-82178` Update references to
57+
ycsb_like_queryable_encrypt1_cfdefault_sharded in system_perf.yml
58+
- :issue:`SERVER-82204` Classic window functions first/last handle
59+
missing field incorrectly
60+
- :issue:`SERVER-82220` Avoid invariant during assertIsPrimaryShardForDb
61+
- :issue:`SERVER-82234` Relax assertions in session_pooling.js
62+
- :issue:`SERVER-82324` Fix data race when reading/writing the logical
63+
session id
64+
- :issue:`SERVER-82328` Concurrent access to
65+
MovePrimaryCoordinatorDocument without acquiring mutex
66+
- :issue:`SERVER-82410` DocumentSourceListSearchIndexes should hold
67+
owned copy of command object
68+
- :issue:`SERVER-82428` Include idle connections in currentOp aggregate
69+
cmd in fsync.js
70+
- :issue:`SERVER-82446` $densify use case can result in documents
71+
outside of range
72+
- :issue:`SERVER-82590` [7.0 Only] Feature Flag Upgrade/Downgrade
73+
Testing For Timeseries Arbitrary Deletes
74+
- :issue:`SERVER-82798` Respect time-series bucket minimum size when
75+
calculating bucket size limit
76+
- :issue:`SERVER-82799` Increase reshardingCriticalSectionTimeoutMillis
77+
for resharding_update_tag_zones.js
78+
- :issue:`SERVER-82803` CheckMetadataConsistency hook should ignore
79+
NetworkInterfaceExceededTimeLimit errors
80+
- :issue:`WT-11698` Re-enable HS verification in v7.0
81+

source/release-notes/7.0-changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
:depth: 1
1111
:class: singlecol
1212

13+
.. include:: /includes/changelogs/releases/7.0.4.rst
14+
1315
.. include:: /includes/changelogs/releases/7.0.3.rst
1416

1517
.. include:: /includes/changelogs/releases/7.0.2.rst

source/release-notes/7.0.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,26 @@ see :ref:`release-version-numbers`.
4040
Patch Releases
4141
--------------
4242

43+
.. _7.0.4-release-notes:
44+
45+
7.0.4 - Nov 13, 2023
46+
~~~~~~~~~~~~~~~~~~~~
47+
48+
Issues fixed:
49+
50+
- :issue:`SERVER-67962` Applying config.image_collection deletes needs
51+
better concurrency control
52+
- :issue:`SERVER-69244` $merge fails when session default read concern
53+
has been set to "majority"
54+
- :issue:`SERVER-79975` [Classic] Optimize large group keys
55+
- :issue:`SERVER-81133` Speedup logic to persist routing table cache
56+
- :issue:`SERVER-82446` $densify use case can result in documents
57+
outside of range
58+
- `All Jira issues closed in 7.0.4
59+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D%277.0.4%27>`__
60+
- :ref:`7.0.4-changelog`
61+
62+
4363
.. _7.0.3-release-notes:
4464

4565
7.0.3 - Nov 9, 2023

0 commit comments

Comments
 (0)