Skip to content

Commit b742173

Browse files
authored
Adds release notes, changelog for 7.0.9 (#7421)
1 parent 540adc7 commit b742173

File tree

4 files changed

+143
-0
lines changed

4 files changed

+143
-0
lines changed

config/changelog_conf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ groups:
3636
- WiredTiger
3737
- dhandles
3838
- RTS
39+
- Reconciliation
3940
"MMAP":
4041
- MMAPv1
4142
"Storage":
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
.. _7.0.9-changelog:
2+
3+
7.0.9 Changelog
4+
---------------
5+
6+
Write Operations
7+
~~~~~~~~~~~~~~~~
8+
9+
:issue:`SERVER-88200` Time-series writes on manually-created buckets may
10+
misbehave
11+
12+
Storage
13+
~~~~~~~
14+
15+
:issue:`SERVER-30832` Fix dbCheck behavior on rollback
16+
17+
WiredTiger
18+
``````````
19+
20+
- :issue:`WT-10807` Skip in-memory deleted pages as part of the tree
21+
walk
22+
- :issue:`WT-11911` Fix use-after-free with bounded cursor and
23+
search_near
24+
25+
Internals
26+
~~~~~~~~~
27+
28+
- :issue:`SERVER-79637` Incorrect query results in $lookup with TS
29+
foreign collection using a correlated predicate
30+
- :issue:`SERVER-80340` Handle and test dbCheck during initial sync
31+
- :issue:`SERVER-82349` Mongo 7 crashes on applyOps index delete/drops
32+
without a collection UUID
33+
- :issue:`SERVER-82571` insert_with_data_size_aware_balancing.js may
34+
occasionally fail when run against slow machine/variants
35+
- :issue:`SERVER-82717` QueryPlannerIXSelect::stripInvalidAssignments
36+
tries to strip non-existent index assignment from
37+
$_internalSchemaAllElemMatchFromIndex
38+
- :issue:`SERVER-83193` Replace deprecated BatchedCommandRequest
39+
getters/setters for WC with the ones provided by OperationContext
40+
- :issue:`SERVER-83984` WiredTiger verbosity level is suppressed
41+
- :issue:`SERVER-84653` Make the auto_safe_reconfig_helper tests wait
42+
for newly added removal
43+
- :issue:`SERVER-84717` [SBE] Fix buildGroup() to tolerate multiple
44+
output fields with the same name
45+
- :issue:`SERVER-85681` Fix for negative value being passed to
46+
BasicBufBuilder::grow()
47+
- :issue:`SERVER-85694` $searchMeta aggregation pipeline stage not
48+
passing correct query to mongot after PlanShardedSearch
49+
- :issue:`SERVER-85969` Documentation Updates
50+
- :issue:`SERVER-86201` Cluster upserts performed through the
51+
ShardServerProcessInterface should use the operation context to
52+
configure their write concern
53+
- :issue:`SERVER-86327` Time-series single schema per bucket column is
54+
not maintained in some cases
55+
- :issue:`SERVER-86375` Make index_build_memory_tracking.js less strict
56+
- :issue:`SERVER-86380` Allow for multiple IdP configurations with the
57+
same issuer but unique issuer-audience pair
58+
- :issue:`SERVER-86407` validation does not produce complete results
59+
when it should
60+
- :issue:`SERVER-86419` SBE and Classic behave differently for
61+
$bitsAnyClear on NumberDecimal infinity
62+
- :issue:`SERVER-86478` Time-series bucket min/max does not track empty
63+
field names under certain circumstances
64+
- :issue:`SERVER-86529` Re-enable powercycle tests in Evergreen
65+
- :issue:`SERVER-86640` Refactor out JWKS refresh from IdentityProvider
66+
into a IDPJWKSRefresher
67+
- :issue:`SERVER-86642` Update IDP registration selection process
68+
- :issue:`SERVER-86987` Ensure check_metadata_consistency.js use
69+
retriable writes when contacting config server
70+
- :issue:`SERVER-87306` Prevent accessing OCSP manager ptr during
71+
shutdown
72+
- :issue:`SERVER-87521` Fix race in BackgroundSync between making
73+
RollbackImpl and shutdown
74+
- :issue:`SERVER-87573` Allow token_endpoint to be optional in OpenID
75+
Discovery Document
76+
- :issue:`SERVER-87845` Fix watchdog unit test PauseAndResume timeout
77+
issue
78+
- :issue:`SERVER-87905` BSONColumn validation integer overflow
79+
- :issue:`SERVER-87930` Unittest CaptureLogs utility allows
80+
unsynchronized access to log statements
81+
- :issue:`SERVER-87987` Timeseries optimization does not exclude the
82+
timeField though it's renamed by the $addFields and excluded by a
83+
project
84+
- :issue:`SERVER-88034` Fix powercycle task configurations
85+
- :issue:`SERVER-88097` Add the --release flag to the sys-perf compiles
86+
- :issue:`SERVER-88136` Fix arbiter_always_has_latest_fcv.js test to
87+
correctly test arbiter FCV behavior
88+
- :issue:`SERVER-88173` BinData bit comparisons give wrong results in
89+
many cases
90+
- :issue:`SERVER-88202` Fix possible integer overflow in BSON validation
91+
- :issue:`SERVER-88262` Prevent timeouts in
92+
read_pref_with_hedging_mode.js
93+
- :issue:`SERVER-88296` $group constant expression fails to re-parse
94+
- :issue:`SERVER-88328` Namespace may become unavailable while sharding
95+
collection during downgrade from v7.2 to v7.0
96+
- :issue:`SERVER-88404` checkMetadataConsistency should refresh if it
97+
finds no cached info for database
98+
- :issue:`SERVER-88605` sys-perf configuration: update release version
99+
in commented out build variants
100+
- :issue:`SERVER-88650` Deadlock in VectorClockMongoD during shutdown
101+
- :issue:`SERVER-88676` Backport build_patch_id functionality to 7.0
102+
- :issue:`SERVER-88755` Make sure all sys-perf build variants specify a
103+
mongodb_setup_release
104+
- :issue:`SERVER-88779` FLE2 retryable write breaks if an internal
105+
transaction is retried
106+
- :issue:`SERVER-88864` Make
107+
nodes_eventually_sync_from_closer_data_center.js more robust to
108+
transient slow heartbeat issues
109+
- :issue:`SERVER-88942` Update db-contrib-tool version that includes fix
110+
for downloading old binaries
111+
- :issue:`SERVER-89026` Remove bench_test_with_tenants.js on v7.0
112+
- :issue:`SERVER-89067` Invalidate all user requests matching a user
113+
name
114+
- :issue:`SERVER-89068` Explicitly set exec_timeout and timeout_secs for
115+
the sys-perf project
116+
- :issue:`SERVER-89235` internal_strip_invalid_assignment.js missing tag
117+
- :issue:`SERVER-89251` Revert concurrent movePrimary and aggregations
118+
test from v7.0 and v6.0
119+
- :issue:`WT-11532` Fix session reset RNG by using cursor RNG
120+
- :issue:`WT-12225` Fix RNG generator weakness around mongodb $sample
121+
stage
122+

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.9.rst
14+
1315
.. include:: /includes/changelogs/releases/7.0.8.rst
1416

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

source/release-notes/7.0.txt

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

43+
.. _7.0.9-release-notes:
44+
45+
7.0.9 - Upcoming
46+
~~~~~~~~~~~~~~~~
47+
48+
Issues fixed:
49+
50+
- :issue:`SERVER-79637` Incorrect query results in $lookup with TS foreign collection
51+
using a correlated predicate
52+
- :issue:`SERVER-82349` Mongo 7 crashes on applyOps index delete/drops without a collection UUID
53+
- :issue:`SERVER-86407` Validation does not produce complete results when it should
54+
- :issue:`SERVER-88173` BinData bit comparisons give wrong results in many cases
55+
- :issue:`WT-10807` Skip in-memory deleted pages as part of the tree walk
56+
57+
- `All Jira issues closed in 7.0.9
58+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2CTOOLS%2CWT)%20AND%20resolution%3D%27Fixed%27%20and%20fixversion%3D7.0.9>`__
59+
- :ref:`7.0.9-changelog`
60+
4361
.. _7.0.8-release-notes:
4462

4563
7.0.8 - April 3, 2024

0 commit comments

Comments
 (0)