MongoDB 4.4.26-rc0 is out and is ready for testing. This is a release candidate containing only fixes since 4.4.25. The next stable release 4.4.26 will be a recommended upgrade for all 4.4 users.
Fixed in this release:
- SERVER-50792 Return more useful errors when a shard key index can't be found for shardCollection/refineCollectionShardKey
- SERVER-80021 Make $convert round-trip correctly between double and string
- SERVER-81106 Recipient shard doesn't wait for the collection version to be locally persisted before starting the cloning phase
- SERVER-81966 Avoid modification of previous ChunkMap instances during refresh
- WT-10424 cursor::search_near slow performance if many deleted items are present
As always, please let us know of any issues.
-- The MongoDB Team