File tree Expand file tree Collapse file tree 5 files changed +84
-4
lines changed Expand file tree Collapse file tree 5 files changed +84
-4
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.12.0 <dbtools-100.12.0-changelog >`
14
+ - April 2025
15
+ - MongoDB Server 8.1
16
+
13
17
* - :ref: `Database Tools 100.11.0 <dbtools-100.11.0-changelog >`
14
18
- February 2025
15
19
- MongoDB Server 8.0
Original file line number Diff line number Diff line change
1
+ .. _100.12.0-changelog :
2
+
3
+ 100.12.0 Changelog
4
+ ------------------
5
+
6
+ *Released 2025-04-01 *
7
+
8
+ This version adds support for MongoDB Server 8.1, along with security updates
9
+ and bug fixes.
10
+
11
+ Vulnerability
12
+ ~~~~~~~~~~~~~
13
+
14
+ - :issue: `TOOLS-3787 ` - Security Finding: Update package ``crypto ``
15
+ - :issue: `TOOLS-3793 ` - Security Finding: Update package ``net ``
16
+ - :issue: `TOOLS-3797 ` - Security Finding: Update package ``jwt ``
17
+
18
+
19
+ Release
20
+ ~~~~~~~
21
+
22
+ - :issue: `TOOLS-3714 ` - Release Database Tools 100.12.0
23
+
24
+ Bug
25
+ ~~~
26
+
27
+ - :issue: `TOOLS-3540 ` - Timestamp(0,0) is not replicated properly in mongorestore
28
+ and mongoimport
29
+ - :issue: `TOOLS-3697 ` - Missing {_id: "hashed"} index after running mongorestore
30
+ - :issue: `TOOLS-3708 ` - mongorestore incorrectly converts small negative float64
31
+ index keys to 1 instead of -1
32
+ - :issue: `3727 ` - Mongodump/mongorestore should not automatically upgrade
33
+ unversioned 2dsphere indexes
34
+
35
+ Task
36
+ ~~~~
37
+
38
+ - :issue: `TOOLS-3719 ` - Database fails if --restoreDBUsersAndRoles used on wrong
39
+ target
40
+ - :issue: `TOOLS-3745 ` - mongorestore does not strip the 'system.buckets' prefix
41
+ when restoring a timeseries collection from a BSON file
42
+ - :issue: `TOOLS-3762 ` - Switch to Silkbomb 2.0 /Kondukto
43
+ - :issue: `TOOLS-3782 ` - Handle removal of ``authSchema `` document in system.version
44
+ in server 8.1
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.11 .0 Changelogs </release-notes/database-tools-changelog>
158
+ 100.12 .0 Changelogs </release-notes/database-tools-changelog>
Original file line number Diff line number Diff line change 1
- .. |tool-version| replace:: 100.11 .0
1
+ .. |tool-version| replace:: 100.12 .0
2
2
3
3
.. _dbtools-current-changelog:
4
- .. _dbtools-100.11 .0-changelog:
4
+ .. _dbtools-100.12 .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.11 .0.rst
32
+ .. include:: /includes/changelogs/releases/100.12 .0.rst
33
33
34
34
.. toctree::
35
35
:maxdepth: 1
36
36
37
+ 100.11.0 </release-notes/dbtools-100.11.0-changelog>
37
38
100.10.0 </release-notes/dbtools-100.10.0-changelog>
38
39
100.9.0 </release-notes/dbtools-100.9.0-changelog>
39
40
100.8.0 </release-notes/dbtools-100.8.0-changelog>
Original file line number Diff line number Diff line change
1
+ .. |tool-version| replace:: 100.11.0
2
+
3
+ .. _dbtools-100.11.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.11.0.rst
You can’t perform that action at this time.
0 commit comments