File tree Expand file tree Collapse file tree 5 files changed +88
-14
lines changed Expand file tree Collapse file tree 5 files changed +88
-14
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dbtools-pkg = "mongodb-database-tools"
23
23
package-name-org = " mongodb-org"
24
24
package-name-enterprise = " mongodb-enterprise"
25
25
qe = " Queryable Encryption"
26
- version = " 100.9.5 "
26
+ version = " 100.10.0 "
27
27
release = " {+version+}"
28
28
pgp-version = " {+version+}"
29
29
server-version = " 7.0"
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.10.0 <dbtools-100.10.0-changelog >`
14
+ - July 2024
15
+ - MongoDB Server 8.0
16
+
13
17
* - :ref: `Database Tools 100.9.0 - 100.9.5 <dbtools-100.9.0-changelog >`
14
18
- June 2024
15
19
- MongoDB Server 7.0
Original file line number Diff line number Diff line change
1
+ .. _100.10.0-changelog :
2
+
3
+ 100.10.0 Changelog
4
+ ------------------
5
+
6
+ *Released 2024-07-24 *
7
+
8
+ This version adds support for MongoDB Server 8.0, and support for
9
+ Ubuntu 24.04 platforms. It also updates several packages and fixes a bug.
10
+
11
+
12
+ Security
13
+ ~~~~~~~~
14
+
15
+ - :issue: `TOOLS-3615 ` - Security Finding: Update package ``golang.org/x/crypto ``
16
+ to address `CVE-2022-30636 <https://www.cve.org/CVERecord?id=CVE-2022-30636 >`__.
17
+
18
+ Bug
19
+ ~~~
20
+
21
+ - :issue: `TOOLS-3611 ` - Mongodump and restore should not produce a
22
+ JSON format error on $-prefixed object keys
23
+
24
+ Epic
25
+ ~~~~
26
+
27
+ - :issue: `TOOLS-3413 ` - Tools 8.0 Support
28
+
29
+ Task
30
+ ~~~~
31
+
32
+ - :issue: `TOOLS-3546 ` - Support vectored insertion oplog format
33
+ - :issue: `TOOLS-3572 ` - Fix file names for released deb packages
34
+ - :issue: `TOOLS-3574 ` - Run integration tests against 8.0 and add ubuntu2404 variants
35
+ - :issue: `TOOLS-3575 ` - Support dump and restore mixed-schema timeseries buckets
36
+ - :issue: `TOOLS-3604 ` - Add platforms rhel8.8 (x86_64 and arm64) and rhel9.3 (x86_64 and arm64)
37
+ - :issue: `TOOLS-3613 ` - Run qa and legacy tests against 8.0
38
+ - :issue: `TOOLS-3616 ` - Update go driver version to v1.16.0
Original file line number Diff line number Diff line change 1
- .. |tool-version| replace:: 100.9 .0
1
+ .. |tool-version| replace:: 100.10 .0
2
2
3
3
.. _dbtools-current-changelog:
4
- .. _dbtools-100.9 .0-changelog:
4
+ .. _dbtools-100.10 .0-changelog:
5
5
6
6
========================================
7
7
Database Tools |tool-version| Changelogs
@@ -29,21 +29,12 @@ All Releases
29
29
Database Tools |tool-version|
30
30
-----------------------------
31
31
32
- .. include:: /includes/changelogs/releases/100.9.5.rst
33
-
34
- .. include:: /includes/changelogs/releases/100.9.4.rst
35
-
36
- .. include:: /includes/changelogs/releases/100.9.3.rst
37
-
38
- .. include:: /includes/changelogs/releases/100.9.2.rst
39
-
40
- .. include:: /includes/changelogs/releases/100.9.1.rst
41
-
42
- .. include:: /includes/changelogs/releases/100.9.0.rst
32
+ .. include:: /includes/changelogs/releases/100.10.0.rst
43
33
44
34
.. toctree::
45
35
:maxdepth: 1
46
36
37
+ /release-notes/dbtools-100.9.0-changelog
47
38
/release-notes/dbtools-100.8.0-changelog
48
39
/release-notes/dbtools-100.7.0-changelog
49
40
/release-notes/dbtools-100.6.0-changelog
Original file line number Diff line number Diff line change
1
+ .. |tool-version| replace:: 100.9.0
2
+
3
+ .. _dbtools-100.9.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
+ All Releases
22
+ ------------
23
+
24
+ For the current version, see :ref:`dbtools-current-changelog`
25
+
26
+ .. include:: /includes/changelogs/dbtools-changelogs.rst
27
+
28
+ Database Tools |tool-version|
29
+ -----------------------------
30
+
31
+ .. include:: /includes/changelogs/releases/100.9.5.rst
32
+
33
+ .. include:: /includes/changelogs/releases/100.9.4.rst
34
+
35
+ .. include:: /includes/changelogs/releases/100.9.3.rst
36
+
37
+ .. include:: /includes/changelogs/releases/100.9.2.rst
38
+
39
+ .. include:: /includes/changelogs/releases/100.9.1.rst
40
+
41
+ .. include:: /includes/changelogs/releases/100.9.0.rst
You can’t perform that action at this time.
0 commit comments