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.
10
10
- Release Dates
11
11
- MongoDB Server Support
12
12
13
+ * - :ref: `Database Tools 100.11.0 <dbtools-100.11.0-changelog >`
14
+ - February 2025
15
+ - MongoDB Server 8.0
16
+
13
17
* - :ref: `Database Tools 100.10.0 <dbtools-100.10.0-changelog >`
14
18
- July 2024
15
19
- MongoDB Server 8.0
@@ -52,4 +56,4 @@ releases.
52
56
53
57
* - :ref: `Database Tools 100.0.0 - 100.0.2 <dbtools-100.0.0-changelog >`
54
58
- 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
155
155
Installation </installation>
156
156
Logs </logs>
157
157
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
2
2
3
3
.. _dbtools-current-changelog:
4
- .. _dbtools-100.10 .0-changelog:
4
+ .. _dbtools-100.11 .0-changelog:
5
5
6
6
========================================
7
7
Database Tools |tool-version| Changelogs
@@ -29,11 +29,12 @@ All Releases
29
29
Database Tools |tool-version|
30
30
-----------------------------
31
31
32
- .. include:: /includes/changelogs/releases/100.10 .0.rst
32
+ .. include:: /includes/changelogs/releases/100.11 .0.rst
33
33
34
34
.. toctree::
35
35
:maxdepth: 1
36
36
37
+ 100.10.0 </release-notes/dbtools-100.10.0-changelog>
37
38
100.9.0 </release-notes/dbtools-100.9.0-changelog>
38
39
100.8.0 </release-notes/dbtools-100.8.0-changelog>
39
40
100.7.0 </release-notes/dbtools-100.7.0-changelog>
@@ -43,4 +44,4 @@ Database Tools |tool-version|
43
44
100.3.0 </release-notes/dbtools-100.3.0-changelog>
44
45
100.2.0 </release-notes/dbtools-100.2.0-changelog>
45
46
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