|
| 1 | +.. _100.5.3-changelog: |
| 2 | + |
| 3 | +100.5.3 Changelog |
| 4 | +----------------- |
| 5 | + |
| 6 | +*Released 2022-06-14* |
| 7 | + |
| 8 | +This release contains a number of bug fixes and changes. Highlights |
| 9 | +include support for clustered collections in mongorestore, updating |
| 10 | +our Go version from 1.16.7 to 1.17.8 to address CVEs, and supported |
| 11 | +platform updates. |
| 12 | + |
| 13 | +Build Failure |
| 14 | +~~~~~~~~~~~~~ |
| 15 | + |
| 16 | +- :issue:`TOOLS-3119` - All builds are failing on RHEL6.2 |
| 17 | +- :issue:`TOOLS-3126` - The unit tests for options processing segfault on macOS |
| 18 | +- :issue:`TOOLS-3127` - The dist CI task is failing on Windows |
| 19 | + |
| 20 | +Bug |
| 21 | +~~~ |
| 22 | + |
| 23 | +- :issue:`TOOLS-2958` - An index deletion or collMod in the oplog can be applied to the wrong index |
| 24 | +- :issue:`TOOLS-2961` - The RHEL82 ARM release does not use the correct architecture |
| 25 | +- :issue:`TOOLS-2963` - Tools are not prompting for a password in many cases where they should |
| 26 | +- :issue:`TOOLS-3044` - The zip file for tools on Windows contains invalid paths |
| 27 | +- :issue:`TOOLS-3071`- Tools installed by RPM packages to /usr/bin are owned by mongod:mongod instead of root:root |
| 28 | + |
| 29 | +Task |
| 30 | +~~~~ |
| 31 | + |
| 32 | +- :issue:`TOOLS-2906` - Update Evergreen config to use new merge key format |
| 33 | +- :issue:`TOOLS-3001` - bsondump should allow documents up to the internal max bson size (16mb + 16kb) |
| 34 | +- :issue:`TOOLS-3028` - Remove evergreen batchtimes from ZAP |
| 35 | +- :issue:`TOOLS-3049` - Update the Go version used to build mongo-tools to address several critical and high CVEs |
| 36 | +- :issue:`TOOLS-3050` - Add Debian 11 to platforms we publish tools packages for |
| 37 | +- :issue:`TOOLS-3095` - Remove Ubuntu 14.04 from CI and release platforms |
| 38 | +- :issue:`TOOLS-3104` - Add tests for 5.3 to evergreen |
| 39 | +- :issue:`TOOLS-3105` - Pin Go driver to version 1.9.1 |
| 40 | +- :issue:`TOOLS-3106` - Remove tests for 5.1 and 5.2 for most platforms |
| 41 | +- :issue:`TOOLS-3108` - Update mongorestore to support clustered indexes |
| 42 | +- :issue:`TOOLS-3116` - Change Windows build to run on windows-vsCurrent-large |
0 commit comments