| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- MongoDB 3.4.10:
* The networkMessageCompressors configuration setting (aka wire
protocol compression), which is disabled by default, exposed a
vulnerability when enabled that could be exploited by a
malicious attacker to deny service or modify memory.
CVE-2017-15535 bsc#1065956
* Avoid G_X lock for rename_collection within database
* View with collation doesn?t work as expected in sharded cluster
* Calling shardCollection after enableSharding may fail if
executed against different mongos
- includes changes from 3.4.9:
* Sharding an existing small collection results in large number
of chunks
* Reduce calls to allocator for large $in expressions
* RangeDeleter holds WT transaction open while waiting for
majority
* Range deleter assert failed because of replication lag
- includes changes from 3.4.7:
* BSON Document Size can be exceeded when grouping inserts on
SECONDARY nodes
* Enable configuration of OpenSSL cipher suite via setParameter
* Optimize incremental update performance of ChunkManager and
CollectionMetadata
- includes changrs from 3.4.6:
* Only close idle cached cursors on the WiredTiger ident that
is busy.
* $geoWithin in aggregation pipeline after $lookup and $unwind
returns incorrect results.
* Cursor opens should never block for the duration of a checkpoint.
- includes changes from 3.4.5:
* Multikey indexes should not be eligible for DISTINCT_SCAN if
distinct key is an array component.
* GlobalLock with timeout can still block indefinitely.
* mongos can segfault in getMore on views with find batchSize of
0.
- includes changes from 3.4.4:
* Add an aggregation operator $objectToArray to convert an object
to an array of key, value pairs.
* Add an aggregation operator $arrayToObject to convert an array
of pairs to an object.
* ChunkManager refresh can occasionally cause a full reload.