File tree Expand file tree Collapse file tree 5 files changed +70
-6
lines changed Expand file tree Collapse file tree 5 files changed +70
-6
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ releases.
1010 - Release Dates
1111 - MongoDB Server Support
1212
13+ * - :ref: `Database Tools 100.11.0 <dbtools-100.11.0-changelog >`
14+ - February 2025
15+ - MongoDB Server 8.0
16+
1317 * - :ref: `Database Tools 100.10.0 <dbtools-100.10.0-changelog >`
1418 - July 2024
1519 - MongoDB Server 8.0
@@ -52,4 +56,4 @@ releases.
5256
5357 * - :ref: `Database Tools 100.0.0 - 100.0.2 <dbtools-100.0.0-changelog >`
5458 - July 2020
55- -
59+ -
Original file line number Diff line number Diff line change 1+ .. _100.11.0-changelog :
2+
3+ 100.11.0 Changelog
4+ ------------------
5+
6+ *Released 2025-02-02 *
7+
8+
9+ This version adds support for :ref: `OIDC <tools-authentication >`
10+ for programmatic workloads. It also updates a few dependency
11+ libraries to fix vulnerabilities, adds a check of metadata
12+ consistency to accommodate ``$ ``-prefixed fields, and fixes a
13+ small race condition in logging.
14+
15+ Bug:
16+
17+ - :issue: `TOOLS-3618 ` - Race condition in the
18+ ``mongorestore.ParseOptions `` and ``log.Logvf ``
19+ - :issue: `TOOLS-3637 ` - ``mongodump `` should check collection
20+ metadata consistency
21+
22+ Task:
23+
24+ - :issue: `TOOLS-3537 ` - Create the SSDLC report template
25+ - :issue: `TOOLS-3736 ` - Add OIDC Support for Programmatic workloads
26+ - :issue: `TOOLS-3741 ` - Update ``x/crypto `` to address CVE-2024-45337
27+ - :issue: `TOOLS-3743 ` - Release new mongo-tools version.
Original file line number Diff line number Diff line change @@ -155,4 +155,4 @@ Further Reading
155155 Installation </installation>
156156 Logs </logs>
157157 Authentication </authentication>
158- 100.10 .0 Changelogs </release-notes/database-tools-changelog>
158+ 100.11 .0 Changelogs </release-notes/database-tools-changelog>
Original file line number Diff line number Diff line change 1- .. |tool-version| replace:: 100.10 .0
1+ .. |tool-version| replace:: 100.11 .0
22
33.. _dbtools-current-changelog:
4- .. _dbtools-100.10 .0-changelog:
4+ .. _dbtools-100.11 .0-changelog:
55
66========================================
77Database Tools |tool-version| Changelogs
@@ -29,11 +29,12 @@ All Releases
2929Database Tools |tool-version|
3030-----------------------------
3131
32- .. include:: /includes/changelogs/releases/100.10 .0.rst
32+ .. include:: /includes/changelogs/releases/100.11 .0.rst
3333
3434.. toctree::
3535 :maxdepth: 1
3636
37+ 100.10.0 </release-notes/dbtools-100.10.0-changelog>
3738 100.9.0 </release-notes/dbtools-100.9.0-changelog>
3839 100.8.0 </release-notes/dbtools-100.8.0-changelog>
3940 100.7.0 </release-notes/dbtools-100.7.0-changelog>
@@ -43,4 +44,4 @@ Database Tools |tool-version|
4344 100.3.0 </release-notes/dbtools-100.3.0-changelog>
4445 100.2.0 </release-notes/dbtools-100.2.0-changelog>
4546 100.1.0 </release-notes/dbtools-100.1.0-changelog>
46- 100.0.0 </release-notes/dbtools-100.0.0-changelog>
47+ 100.0.0 </release-notes/dbtools-100.0.0-changelog>
Original file line number Diff line number Diff line change 1+ .. |tool-version| replace:: 100.10.0
2+
3+ .. _dbtools-100.10.0-changelog:
4+
5+ ========================================
6+ Database Tools |tool-version| Changelogs
7+ ========================================
8+
9+ .. default-domain:: mongodb
10+
11+ .. facet::
12+ :name: genre
13+ :values: reference
14+
15+ .. contents:: On this page
16+ :local:
17+ :backlinks: none
18+ :depth: 2
19+ :class: twocols
20+
21+
22+ All Releases
23+ ------------
24+
25+ .. include:: /includes/changelogs/dbtools-changelogs.rst
26+
27+
28+ Database Tools |tool-version|
29+ -----------------------------
30+
31+ .. include:: /includes/changelogs/releases/100.10.0.rst
32+
You can’t perform that action at this time.
0 commit comments