File tree Expand file tree Collapse file tree 4 files changed +47
-1
lines changed Expand file tree Collapse file tree 4 files changed +47
-1
lines changed Original file line number Diff line number Diff line change
1
+ .. _100.7.4-changelog :
2
+
3
+ 100.7.4 Changelog
4
+ -----------------
5
+
6
+ *Released 2023-07-21 *
7
+
8
+ This release fixes issues with mongorestore that ommitted all namespaces
9
+ containing "admin" when restoring to an Atlas Proxy Cluster. This release
10
+ also fixes an issue with mongodump where the process failed against clusters
11
+ using Atlas Online Archive.
12
+
13
+ Bug
14
+ ~~~
15
+
16
+ * :issue: `TOOLS-3338 ` - Mongorestore to Atlas Proxy fails for any collection
17
+ containing "admin"
18
+ * :issue: `TOOLS-3344 ` - Mongodump does not work with Atlas Data Federation.
19
+
Original file line number Diff line number Diff line change
1
+ .. _100.7.5-changelog :
2
+
3
+ 100.7.5 Changelog
4
+ -----------------
5
+
6
+ *Released 2023-08-07 *
7
+
8
+ This version updates Go to 1.19.12. This release of Go includes a security fix
9
+ to the crypto/tls package.
10
+
11
+ This version no longer supports the PowerPC Ubuntu 18.04 platform.
12
+
13
+ Task
14
+ ~~~~
15
+
16
+ * :issue: `TOOLS-3349 ` - Add integration testing for mongodump/restore on
17
+ config db (and other special case dbs)
18
+
19
+ Release
20
+ ~~~~~~~
21
+
22
+ * :issue: `TOOLS-3365 ` - Release Database Tools 100.7.5 with golang 1.19.12
23
+
Original file line number Diff line number Diff line change 92
92
* - Ubuntu 18.04
93
93
- |checkmark |
94
94
- |checkmark |
95
- - | checkmark |
95
+ -
96
96
-
97
97
98
98
* - Ubuntu 16.04
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ Database Tools Changelog
12
12
13
13
.. include:: /includes/changelogs/releases/100.8.0.rst
14
14
15
+ .. include:: /includes/changelogs/releases/100.7.5.rst
16
+
17
+ .. include:: /includes/changelogs/releases/100.7.4.rst
18
+
15
19
.. include:: /includes/changelogs/releases/100.7.3.rst
16
20
17
21
.. include:: /includes/changelogs/releases/100.7.2.rst
You can’t perform that action at this time.
0 commit comments