MongoDB 5.0.26-rc0 is out and is ready for testing. This is a release candidate containing only fixes since 5.0.25. The next stable release 5.0.26 will be a recommended upgrade for all 5.0 users.
Fixed in this release:
- SERVER-68128 Exceptions thrown while generating command response lead to network error
- SERVER-72703 Downgrade $out's db lock to MODE_IX
- SERVER-83602 $or -> $in MatchExpression rewrite should not generate $or directly nested in another $or
- SERVER-86717 Resharding should validate user provided zone range doesn't include $-prefixed fields.
- WT-11062 Safe free the ref addr to allow concurrent access
As always, please let us know of any issues.
-- The MongoDB Team