Skip to content

Commit d3a27b9

Browse files
authored
DOCSP-48724-release-database-tools-100.12.0 (#194)
* DOCSP-48724-release-database-tools-100.12.0 * fix typo * change to 12 * create 100.11.0 changelog * nit * remove * small nits * move changelog
1 parent 0b11758 commit d3a27b9

File tree

5 files changed

+84
-4
lines changed

5 files changed

+84
-4
lines changed

source/includes/changelogs/dbtools-changelogs.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ releases.
1010
- Release Dates
1111
- MongoDB Server Support
1212

13+
* - :ref:`Database Tools 100.12.0 <dbtools-100.12.0-changelog>`
14+
- April 2025
15+
- MongoDB Server 8.1
16+
1317
* - :ref:`Database Tools 100.11.0 <dbtools-100.11.0-changelog>`
1418
- February 2025
1519
- MongoDB Server 8.0
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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

source/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@ Further Reading
155155
Installation </installation>
156156
Logs </logs>
157157
Authentication </authentication>
158-
100.11.0 Changelogs </release-notes/database-tools-changelog>
158+
100.12.0 Changelogs </release-notes/database-tools-changelog>

source/release-notes/database-tools-changelog.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. |tool-version| replace:: 100.11.0
1+
.. |tool-version| replace:: 100.12.0
22

33
.. _dbtools-current-changelog:
4-
.. _dbtools-100.11.0-changelog:
4+
.. _dbtools-100.12.0-changelog:
55

66
========================================
77
Database Tools |tool-version| Changelogs
@@ -29,11 +29,12 @@ All Releases
2929
Database Tools |tool-version|
3030
-----------------------------
3131

32-
.. include:: /includes/changelogs/releases/100.11.0.rst
32+
.. include:: /includes/changelogs/releases/100.12.0.rst
3333

3434
.. toctree::
3535
:maxdepth: 1
3636

37+
100.11.0 </release-notes/dbtools-100.11.0-changelog>
3738
100.10.0 </release-notes/dbtools-100.10.0-changelog>
3839
100.9.0 </release-notes/dbtools-100.9.0-changelog>
3940
100.8.0 </release-notes/dbtools-100.8.0-changelog>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

0 commit comments

Comments
 (0)