Skip to content

Commit 7a5a289

Browse files
authored
DOCS-16126 Release Notes for 5.0.18 (#3146) (#3178)
* DOCS-16126 Release Notes for 5.0.18 * Fixes per Britt
1 parent 9bfbbfc commit 7a5a289

File tree

3 files changed

+124
-0
lines changed

3 files changed

+124
-0
lines changed
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
.. _5.0.18-changelog:
2+
3+
5.0.18 Changelog
4+
----------------
5+
6+
Sharding
7+
~~~~~~~~
8+
9+
- :issue:`SERVER-72146` Make chunk migrations metrics more accessible
10+
from Atlas
11+
- :issue:`SERVER-76004` Remove incorrect sharding tassert in
12+
getOwnershipFilter function
13+
- :issue:`SERVER-76516` Fix Concurrent Access of Clock in
14+
ReshardingRecipientServiceTest in 5.0 Branch
15+
16+
Query
17+
~~~~~
18+
19+
:issue:`SERVER-48196` Upgrade the timelib to the latest to update the
20+
built-in timezone files to the latest
21+
22+
Internals
23+
~~~~~~~~~
24+
25+
- :issue:`SERVER-54150` Recovery from a stable checkpoint should fassert
26+
on oplog application failures
27+
- :issue:`SERVER-57056` Syslog severity set incorrectly for INFO
28+
messages
29+
- :issue:`SERVER-60375` Blacklist move_chunk_remove_shard.js from
30+
sharding_csrs_continuous_config_stepdown
31+
- :issue:`SERVER-62053` Add retry for errors in AWS server-side
32+
conversation
33+
- :issue:`SERVER-63865` Handle missing index idents during standalone
34+
startup recovery after unclean shutdown
35+
- :issue:`SERVER-66009` Ban $search when running in update pipeline
36+
(stub process interface is present)
37+
- :issue:`SERVER-68338` sync_source_changes.js needs to wait for
38+
heartbeat
39+
- :issue:`SERVER-71089` Run signing tasks on a single distro
40+
- :issue:`SERVER-71249` Remove buildvariant task overrides for .publish
41+
tags
42+
- :issue:`SERVER-72686` Add support for $collStats agg stage on
43+
timeseries collection
44+
- :issue:`SERVER-73007` CURL_OPT_SEEKFUNCTION not set for multi-pass
45+
authentication
46+
- :issue:`SERVER-73385` RenameCollectionCoordinator wrongly releases
47+
critical section for destination ns.
48+
- :issue:`SERVER-73390` Mitigate database version regression bug on drop
49+
database
50+
- :issue:`SERVER-74344` Ban use of sparse indexes on internal comparison
51+
expression unless explicitly hinted
52+
- :issue:`SERVER-74997` Reduce the timeout of tlsOCSPVerifyTimeoutSecs
53+
to 4 seconds
54+
- :issue:`SERVER-75010` Implement no-op planShardedSearch in 5.0
55+
- :issue:`SERVER-75082` Make balancer migrations throttling configurable
56+
- :issue:`SERVER-75360` Include $search result count (total hits) in
57+
slow query log
58+
- :issue:`SERVER-75369` Fix the overflow of total possible enumeration
59+
count in LockstepOr enumeration strategy
60+
- :issue:`SERVER-75479` Use system python on macos for ssl tests
61+
- :issue:`SERVER-75626` Special handling for macosx venv
62+
- :issue:`SERVER-75652` Migrate from notary client to garasign for push
63+
task
64+
- :issue:`SERVER-75987` Synchronize the connection and server threads in
65+
transport_layer_test
66+
- :issue:`SERVER-76039` PauseDuringStateTransitions guard needs correct
67+
initialization in DropsTemporaryReshardingCollectionOnAbort
68+
- :issue:`SERVER-76063` Update the getFreeMonitoringStatus command to
69+
always return state: disabled
70+
- :issue:`SERVER-76139` sync_source_changes.js should wait for node to
71+
no longer be newly added before asserting on selected sync source
72+
- :issue:`SERVER-76179` "/var/run/mongodb/"mongod.pid" deleted on each
73+
Mongod shutdown
74+
- :issue:`SERVER-76274` Move microbenchmarks to their own task distro
75+
- :issue:`SERVER-76278` Log extra migration information
76+
- :issue:`SERVER-76378` Use estimated impersonation metadata size in
77+
calculating block chunks
78+
- :issue:`SERVER-76421` [5.0] ttl_expire_nan_upgrade.js checks indexes
79+
on node before it becomes secondary
80+
- :issue:`SERVER-76498` Update push task to run on rhel8.7-small
81+
- :issue:`SERVER-76599` Exclude
82+
jstests/sharding/balancer_collection_status.js from step-down suites
83+
- :issue:`SERVER-76600` Increase timeouts for
84+
aggregation_timeseries_fuzzer on tsan/asan variants
85+
- :issue:`SERVER-76619` Add setParameter to enable libcurl's verbose
86+
logging
87+
- :issue:`SERVER-76690` Special handling for PYTHONPATH when activate
88+
venv
89+
- :issue:`SERVER-76695`
90+
initial_sync_nodes_maintain_and_gossip_commit_point.js should wait
91+
longer for initial sync node to advance commit point
92+
- :issue:`SERVER-76698` Disable Curl Connection Pooling for STS requests
93+
- :issue:`SERVER-76699` Add configurable retry count in AWS IAM code
94+
- :issue:`SERVER-76718` [v5.0] Push mongocryptd and create packages for
95+
RHEL 7 PPC in 5.0
96+
- :issue:`SERVER-76721` Robustify plan_cache_stats_shard_and_host.js to
97+
count plan cache entries only for specific plan cache key
98+
- :issue:`SERVER-76767` Disable 4.0 upgrade tests on v5.0 branch
99+
- :issue:`WT-8570` Do not increase oldest ID during recovery
100+
- :issue:`WT-8689` Switch Evergreen zSeries builder to RHEL distro
101+
- :issue:`WT-8702` Limit oldest id to recovered checkpoint snapshot in
102+
recovery
103+
- :issue:`WT-10551` Incremental backup may omit modified blocks
104+
- :issue:`WT-10932` Disable many-collection-test on release branches
105+

source/release-notes/5.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/5.0.18.rst
14+
1315
.. include:: /includes/changelogs/releases/5.0.17.rst
1416

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

source/release-notes/5.0.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,23 @@ Patch Releases
4242
* - :issue:`SERVER-68511`
4343
- 5.0.0 - 5.0.14
4444

45+
.. _5.0.18-release-notes:
46+
47+
5.0.18 - May 18, 2023
48+
~~~~~~~~~~~~~~~~~~~~~
49+
50+
Issues fixed:
51+
52+
- :issue:`SERVER-48196` Upgrade the timelib to the latest to update the built-in timezone files to the latest
53+
- :issue:`SERVER-54150` Recovery from a stable checkpoint should fassert on oplog application failures
54+
- :issue:`SERVER-57056` Syslog severity set incorrectly for INFO messages
55+
- :issue:`SERVER-72686` Add support for $collStats agg stage on timeseries collection
56+
- :issue:`WT-10551` Incremental backup may omit modified blocks
57+
- `All JIRA issues closed in 5.0.18
58+
<https://jira.mongodb.org/issues/?jql=project%20in%20(SERVER%2C%20TOOLS%2C%20WT)%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%205.0.18>`_
59+
- :ref:`5.0.18-changelog`
60+
61+
4562
.. _5.0.17-release-notes:
4663

4764
5.0.17 - Apr 27, 2023

0 commit comments

Comments
 (0)