|
| 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 |
0 commit comments