MongoDB 5.0.27 is released

MongoDB 5.0.27 is out and is ready for production deployment. This release contains only fixes since 5.0.26, and is a recommended upgrade for all 5.0 users.

Fixed in this release:

  • SERVER-78556 Return default of internalInsertMaxBatchSize to 64
  • SERVER-79637 Incorrect query results in $lookup with TS foreign collection using a correlated predicate
  • SERVER-80363 server default writeConcern is not honored when wtimeout is set
  • SERVER-86474 $_internalApplyOplogUpdate with $set: { foo: Timestamp(0, 0) } is not replicated correctly
  • SERVER-86648 Resumable index build sorter files are not fsynced on shutdown
5.0 Release Notes | All Issues | All Downloads

As always, please let us know of any issues.

-- The MongoDB Team
1 Like

Hi. I’m maintaining the port of MongoDB Community Edition for FreeBSD for some years now.

I tried to update the version for the FreeBSD port to this release. Although for this version the source file is not made accessible on the server. The server returns “Forbidden”.

=> Attempting to fetch https://fastdl.mongodb.org/src/mongodb-src-r5.0.27.tar.gz
fetch: https://fastdl.mongodb.org/src/mongodb-src-r5.0.27.tar.gz: Forbidden

I noticed that older source files (5.0.26) are not accessible anymore too.

This topic was automatically closed after 90 days. New replies are no longer allowed.