Skip to content

Commit 79e219b

Browse files
committed
DOCSP-11454 dbtools changelog for 100.1.0
1 parent cf1bdd5 commit 79e219b

File tree

6 files changed

+70
-9
lines changed

6 files changed

+70
-9
lines changed

config/build_conf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project:
99
title: 'MongoDB Database Tools'
1010
branched: false
1111
version:
12-
release: '100'
12+
release: '100.1.0'
1313
branch: 'master'
1414
system:
1515
files:

snooty.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dbtools-short = "Database Tools"
1111
dbtools-pkg = "``mongodb-database-tools``"
1212
package-name-org = "mongodb-org"
1313
package-name-enterprise = "mongodb-enterprise"
14-
version = "100.0.0"
15-
release = "100"
14+
version = "{+version+}"
15+
release = "{+version+}"
1616
pgp-version = "{+version+}"
1717
pgp-fingerprint = "E162F504A20CDF15827F718D4B7C549A058F8B6B"
1818
rsa-key = "4B7C549A058F8B6B"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
.. _100.1.0-changelog:
2+
3+
100.1.0 Changelog
4+
-----------------
5+
6+
*Released 2020-07-24*
7+
8+
This release officially adds support for MongoDB 4.4. In addition to
9+
various bug fixes, it adds support for MongoDB 4.4's new ``MONGODB-AWS``
10+
authentication mechanism.
11+
12+
The full list of changes is below:
13+
14+
Build Failure
15+
~~~~~~~~~~~~~
16+
17+
- :issue:`TOOLS-2604` integration-4.4-cluster is failing on master
18+
- :issue:`TOOLS-2638` Test-case failure for mongorestore
19+
- :issue:`TOOLS-2643` New linux distros missing from repo-config.yaml
20+
21+
Release
22+
~~~~~~~
23+
24+
- :issue:`TOOLS-2630` Release Database Tools 100.1.0
25+
26+
Bug
27+
~~~
28+
29+
- :issue:`TOOLS-2287` URI parser incorrectly prints unsupported parameter warnings
30+
- :issue:`TOOLS-2337` nsInclude does not work with percent encoded namespaces
31+
- :issue:`TOOLS-2366` ^C isn't handled by mongodump
32+
- :issue:`TOOLS-2494` mongorestore thorw error "panic: close of closed channel"
33+
- :issue:`TOOLS-2531` mongorestore hung if restoring views with --preserveUUID --drop options
34+
- :issue:`TOOLS-2596` DBTools --help links to old Manual doc pages
35+
- :issue:`TOOLS-2597` swallows errors from URI parsing
36+
- :issue:`TOOLS-2609` Detached signatures incorrectly appearing in download JSON
37+
- :issue:`TOOLS-2622` Tools do not build following README instructions
38+
- :issue:`TOOLS-2669` macOS zip archive structure incorrect
39+
- :issue:`TOOLS-2670` Troubleshoot IAM auth options errors
40+
41+
New Feature
42+
~~~~~~~~~~~
43+
44+
- :issue:`TOOLS-2369` IAM Role-based authentication
45+
46+
Task
47+
~~~~
48+
49+
- :issue:`TOOLS-2363` Update warning message for "mongorestore"
50+
- :issue:`TOOLS-2476` Notarize builds for macOS catalina
51+
- :issue:`TOOLS-2505` Add missing 4.4 Platforms
52+
- :issue:`TOOLS-2534` Ignore startIndexBuild and abortIndexBuild oplog entries in oplog replay
53+
- :issue:`TOOLS-2535` commitIndexBuild and createIndexes oplog entries should build indexes with the createIndexes command during oplog replay
54+
- :issue:`TOOLS-2554` Remove ReplSetTest file dependencies from repo
55+
- :issue:`TOOLS-2569` Update tools to go driver 1.4.0
56+
- :issue:`TOOLS-2618` Refactor AWS IAM auth testing code
57+
- :issue:`TOOLS-2628` Add 3.4 tests to evg
58+
- :issue:`TOOLS-2644` Update barque authentication
59+
- :issue:`TOOLS-2650` Create changelog for tools releases

source/includes/extracts-version.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ content: |
33
44
Starting with MongoDB 4.4, the {+dbtools+} are now released separately
55
from the MongoDB Server and use their own versioning, with an initial
6-
version of ``100``. Previously, these tools were released alongside
7-
the MongoDB Server and used matching versioning.
6+
version of ``100.0.0``. Previously, these tools were released
7+
alongside the MongoDB Server and used matching versioning.
88
99
For documentation on the MongoDB 4.2 or earlier versions of these
1010
tools, reference the :manual:`MongoDB Server Documentation
@@ -23,8 +23,8 @@ content: |
2323
2424
Starting with MongoDB 4.4, |tool-binary| is now released separately
2525
from the MongoDB Server and uses its own versioning, with an initial
26-
version of ``100``. Previously, |tool-binary| was released alongside
27-
the MongoDB Server and used matching versioning.
26+
version of ``100.0.0``. Previously, |tool-binary| was released
27+
alongside the MongoDB Server and used matching versioning.
2828
2929
For documentation on the MongoDB 4.2 or earlier versions of
3030
|tool-binary|, reference the :manual:`MongoDB Server Documentation

source/index.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ Further Reading
118118
:maxdepth: 1
119119
:hidden:
120120

121-
/installation
122-
/release-notes/database-tools-changelog
123121
mongodump </mongodump>
124122
mongorestore </mongorestore>
125123
bsondump </bsondump>
@@ -128,3 +126,5 @@ Further Reading
128126
mongostat </mongostat>
129127
mongotop </mongotop>
130128
mongofiles </mongofiles>
129+
/installation
130+
/release-notes/database-tools-changelog

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

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Database Tools Changelog
1010
:depth: 1
1111
:class: twocols
1212

13+
.. include:: /includes/changelogs/releases/100.1.0.rst
14+
1315
.. include:: /includes/changelogs/releases/100.0.2.rst
1416

1517
.. include:: /includes/changelogs/releases/100.0.1.rst

0 commit comments

Comments
 (0)