diff --git a/source/includes/changelogs/releases/100.2.0.rst b/source/includes/changelogs/releases/100.2.0.rst new file mode 100644 index 00000000..89e4d8c9 --- /dev/null +++ b/source/includes/changelogs/releases/100.2.0.rst @@ -0,0 +1,48 @@ +.. _100.2.0-changelog: + +100.2.0 Changelog +----------------- + +*Released 2020-10-15* + +This release deprecates the ``--sslAllowInvalidHostnames`` and +``--sslAllowInvalidCertificates`` flags in favor of a new +``--tlsInsecure`` flag. The :binary:`~bin.mongofiles` ``put`` and +:binary:`~bin.mongofiles` ``get`` commands can now accept a list of file +names. There is a new :binary:`~bin.mongofiles` ``get_regex`` command to +retrieve all files matching a regex pattern. The ``100.2.0`` release +also contains fixes for several bugs. It fixes a bug introduced in +version ``100.1.0`` that made it impossible to connect to clusters with +an SRV connection string (:issue:`TOOLS-2711`). + +Build Failure +~~~~~~~~~~~~~ + +- :issue:`TOOLS-2693` Most tasks failing on race detector variant +- :issue:`TOOLS-2737` Fix TLS tests on Mac and Windows +- :issue:`TOOLS-2747` Git tag release process does not work + +Release +~~~~~~~ +- :issue:`TOOLS-2704` Release Database Tools 100.2.0 + +Bug +~~~ +- :issue:`TOOLS-2587` sslAllowInvalidHostnames bypass ssl/tls server certification validation entirely +- :issue:`TOOLS-2688` :binary:`~bin.mongodump` does not handle EOF when passing in the password as STDIN +- :issue:`TOOLS-2706` tar: implausibly old time stamp error on Amazon Linux/RHEL +- :issue:`TOOLS-2708` Atlas recommended connection string for :binary:`~bin.mongostat` doesn't work +- :issue:`TOOLS-2710` Non-zero index key values are not preserved in ConvertLegacyIndexes +- :issue:`TOOLS-2711` Tools fail with "a direct connection cannot be made if multiple hosts are specified" if mongodb+srv URI or a legacy uri containing multiple :binary:`~bin.mongos` is specified +- :issue:`TOOLS-2716` ``mongodb-database-tools`` package should break older versions of ``mongodb-*-tools`` + +New Feature +~~~~~~~~~~~ +- :issue:`TOOLS-2667` Support list of files for ``put`` and ``get`` subcommands in :binary:`~bin.mongofiles` +- :issue:`TOOLS-2668` Create regex interface for getting files from remote FS in :binary:`~bin.mongofiles` + +Task +~~~~ +- :issue:`TOOLS-2674` Clarify contribution guidelines +- :issue:`TOOLS-2700` Use git tags for triggering release versions +- :issue:`TOOLS-2701` Log target linux repo in push task \ No newline at end of file diff --git a/source/release-notes/database-tools-changelog.txt b/source/release-notes/database-tools-changelog.txt index e3003f4e..c5ba79d8 100644 --- a/source/release-notes/database-tools-changelog.txt +++ b/source/release-notes/database-tools-changelog.txt @@ -10,6 +10,8 @@ Database Tools Changelog :depth: 1 :class: twocols +.. include:: /includes/changelogs/releases/100.2.0.rst + .. include:: /includes/changelogs/releases/100.1.1.rst .. include:: /includes/changelogs/releases/100.1.0.rst