Skip to content

Commit b68c3e6

Browse files
DOCSP-34498 7.1.1 release notes (#5404)
* Generated changelog * Bumped release constant
1 parent 1261b3c commit b68c3e6

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ package-name = "mongodb"
257257
version = "7.1"
258258
latest-lts-version = "7.0"
259259
last-supported-version = "5.0"
260-
release = "7.0.2"
260+
release = "7.1.1"
261261
version-dev = "7.1"
262262
version-last = "6.0"
263263
pgp-version = "{+version+}"

source/includes/changelogs/releases/7.1.1.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ Internals
3535
collection and indexes can make the catalog inconsistent
3636
- :issue:`SERVER-81028` Incorrect $listCatalog behavior in presence of a
3737
concurrent collection rename in v7.0
38-
- :issue:`SERVER-81033` Ignore the collMod response from the DBPrimary
39-
shard if it has no chunks
4038
- :issue:`SERVER-81049` Move queryStatsRead and
4139
queryStatsReadTransformed privileges into clusterMonitor builtin role
4240
- :issue:`SERVER-81106` Recipient shard doesn't wait for the collection
@@ -52,8 +50,6 @@ Internals
5250
with integration_tests_sharded suite
5351
- :issue:`SERVER-81343` Add NamespaceNotFound as an expected error for
5452
resharding on random_DDL_CRUD_operations.js
55-
- :issue:`SERVER-81372` Collection defragmentation phases sporadically
56-
jump backward
5753
- :issue:`SERVER-81390` HashAggStage fails to respect the collation when
5854
spilling to disk
5955
- :issue:`SERVER-81467` Run Jepsen list-append in Evergreen
@@ -77,6 +73,8 @@ Internals
7773
- :issue:`SERVER-82234` Relax assertions in session_pooling.js
7874
- :issue:`SERVER-82324` Fix data race when reading/writing the logical
7975
session id
76+
- :issue:`SERVER-82328` Concurrent access to
77+
MovePrimaryCoordinatorDocument without acquiring mutex
8078
- :issue:`SERVER-82428` Include idle connections in currentOp aggregate
8179
cmd in fsync.js
8280
- :issue:`SERVER-82799` Increase reshardingCriticalSectionTimeoutMillis

source/release-notes/7.1-changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. include:: /includes/changelogs/releases/7.1.1.txt
15+
.. include:: /includes/changelogs/releases/7.1.1.rst

source/release-notes/7.1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Patch Releases
1919

2020
.. _7.1.1-release-notes:
2121

22-
7.1.1 - Nov 10, 2023
22+
7.1.1 - Nov 27, 2023
2323
~~~~~~~~~~~~~~~~~~~~
2424

2525
Issues fixed:

0 commit comments

Comments
 (0)