Skip to content

DOCSP-12807 generate DB Tools 100.2.0 changelog #26

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions source/includes/changelogs/releases/100.2.0.rst
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions source/release-notes/database-tools-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down