|
| 1 | +.. _3.6.2-changelog: |
| 2 | + |
| 3 | +3.6.2 Changelog |
| 4 | +--------------- |
| 5 | + |
| 6 | +Security |
| 7 | +~~~~~~~~ |
| 8 | + |
| 9 | +:issue:`SERVER-31625` The contents of {USER} needs to be escaped when querying for the groups using LDAP server |
| 10 | + |
| 11 | +Sharding |
| 12 | +~~~~~~~~ |
| 13 | + |
| 14 | +- :issue:`SERVER-28992` Cleanup mongos write commands execution |
| 15 | +- :issue:`SERVER-31982` Shard does not call config commit chunk migration command with majority writeConcern nor checks for writeConcern errors. |
| 16 | +- :issue:`SERVER-32202` Do not clear the cached sharding filtering information on replication state changes |
| 17 | +- :issue:`SERVER-32255` UUIDs may be absent from shard secondary local collections |
| 18 | +- :issue:`SERVER-32480` Remove CatalogCache retrieval methods, which take StringData |
| 19 | +- :issue:`SERVER-32529` Requiring replSet for shards breaks Queryable Backup |
| 20 | + |
| 21 | +Replication |
| 22 | +~~~~~~~~~~~ |
| 23 | + |
| 24 | +- :issue:`SERVER-30626` Remove TopologyCoordinator interface |
| 25 | +- :issue:`SERVER-31267` CollectionCloner fails if collection is dropped between getMore calls |
| 26 | +- :issue:`SERVER-31684` QueryPlanKilled (operation exceeded time limit) in $changeStream with updateLookup |
| 27 | +- :issue:`SERVER-31749` Clarify the reason temporary unique collection names are made |
| 28 | +- :issue:`SERVER-32098` Disallow operations on drop-pending collections through applyOps |
| 29 | +- :issue:`SERVER-32136` initial_sync_drop_collection.js should wait for system to stablize after restarting node |
| 30 | +- :issue:`SERVER-32224` Disable chaining in initial_sync_drop_collection.js |
| 31 | + |
| 32 | +Aggregation |
| 33 | +~~~~~~~~~~~ |
| 34 | + |
| 35 | +- :issue:`SERVER-32282` Aggregation text search returns text score even if it wasn't requested when targeting multiple shards in a sharded cluster |
| 36 | +- :issue:`SERVER-32430` DocumentSourceSort sorts array documents incorrectly if there is a non-simple collation |
| 37 | + |
| 38 | +Storage |
| 39 | +~~~~~~~ |
| 40 | + |
| 41 | +- :issue:`SERVER-29909` Libraries db/db_raii and db/s/sharding are directly cyclic |
| 42 | +- :issue:`SERVER-31750` Always log renameCollections in our tests |
| 43 | +- :issue:`SERVER-32242` Fix race in CompatibleFirstStress lock manager test |
| 44 | +- :issue:`SERVER-32315` Remove IndexObserver |
| 45 | + |
| 46 | +Operations |
| 47 | +~~~~~~~~~~ |
| 48 | + |
| 49 | +:issue:`SERVER-32396` mongo shell failed to connect with 3.6 connection string SRV |
| 50 | + |
| 51 | +Build and Packaging |
| 52 | +~~~~~~~~~~~~~~~~~~~ |
| 53 | + |
| 54 | +- :issue:`SERVER-31875` Fix long link times on OS X by passing -no_deduplicate to the linker |
| 55 | +- :issue:`SERVER-32415` MongoDB msi installer for Compass contains a typo |
| 56 | + |
| 57 | +Internals |
| 58 | +~~~~~~~~~ |
| 59 | + |
| 60 | +- :issue:`SERVER-30538` check that oplogTruncateAfterPoint is correct in PeriodicKillSecondaries hook |
| 61 | +- :issue:`SERVER-31972` Reduce the number of iterations for the toggle_feature_compatibility.js workload |
| 62 | +- :issue:`SERVER-31997` Add additional unittesting for CompatibleFirst policy |
| 63 | +- :issue:`SERVER-32091` Powercycle - remove mongod.lock file for MMAPV1 test |
| 64 | +- :issue:`SERVER-32145` Avoid dropping lock before cleaning up DocumentSourceCursor's PlanExecutor |
| 65 | +- :issue:`SERVER-32246` PID file permission on v3.6 make it not not monitorable using pid file |
| 66 | +- :issue:`SERVER-32497` implicitly_retry_on_database_drop_pending.js calls tojson() inside of a loop |
| 67 | +- :issue:`SERVER-32500` Disable the sharding Evergreen task on the Enterprise OS X 10.10 MMAPv1 builder |
| 68 | + |
0 commit comments