MongoDB 8.2.2-rc0 is out and is ready for testing. This is a release candidate containing only fixes since 8.2.1. The next stable release 8.2.2 will be a recommended upgrade for all 8.2 users.
Fixed in this release:
- SERVER-103774 Disallow compound wildcard indexes from being used as a shard key index
- SERVER-105047 Query using $or and $ne on sharded collection can include orphan documents
- SERVER-110423 $group can use a distinct scan on a sparse index, which hides null/missing results
- SERVER-110916 Use-after-move in targetShardsAndAddMergeCursors()
- SERVER-112467 Track and report the number of pending proxy connections
- SERVER-112520 Failure to write to geo index when inserting a document to timeseries existing bucket
As always, please let us know of any issues.
-- The MongoDB Team