MongoDB 8.0.29 is out and is ready for production deployment. This release contains only fixes since 8.0.28, and is a recommended upgrade for all 8.0 users.
Fixed in this release:
- SERVER-117395 Avoid reading target node multiple times in $addToSet with arrays
- SERVER-118763 Add severity levels for checkMetadataConsistency command results
- SERVER-128392 Duplicate insert into a clustered collection whose _id contains a Decimal128 throws a KeyString format error
- SERVER-129460 Ensure valid
jsonSchemain time series updates - SERVER-129617 Better validation for
NaNin$percentileand$median - SERVER-129618 Disallow user-provided
$vectorSearcharguments from overriding internally generated options - SERVER-129994 Fix a malformed
FlatBSONstore caused by inserting duplicate field names - SERVER-130110 Gate the internal-only
_internalSetObjToThisfield of$functionbehind an internal-client check - SERVER-130111 Prevent invalid type conversion during match expression serialization
- SERVER-130117 Fix a heap use-after-free in collection validation for big polygons
- SERVER-130139 Account for the
o-versus-UUID consistency check - SERVER-130167 Stop the JavaScript scope from constructing delete requests by concatenating unsanitized
_idfields - SERVER-130188 Exclude partial indexes from
2dspheregeometry skip-validation - SERVER-130198 Increase the authorization requirement for
slowmsandsampleRatein theprofilecommand - SERVER-130247 Treat
Decimal128values as potentially invalid when preparing to yield or detach a cursor - SERVER-130264 Apply the intra-cluster SASL mechanism allowlist in egress connection setup
- SERVER-130266 Prohibit
$textand$nearin$_internalSchemaCond - SERVER-130481 Allow the symbol type in
CommandHelpers::parseNsFromCommand - SERVER-130544 Enforce the internal user for
commitTransactionandabortTransactionon prepared transactions - SERVER-130628 Prevent excessive range padding insertions into the ESC during FLE2 compaction
- SERVER-130633 Authorize
compactStructuredEncryptionDataandcleanupStructuredEncryptionDataat database scope
8.0.29 Release Notes | All Issues | Community Download
As always, please let us know of any issues.
– The MongoDB Team