Skip to content

2.5.0

Latest

Choose a tag to compare

@mongodb-dbx-release-bot mongodb-dbx-release-bot released this 02 Sep 14:29
· 1 commit to v2.5 since this release
Immutable release. Only release title and notes can be modified.

The PHP team is happy to announce that version 2.5.0 of the MongoDB PHP extension is now available.

Release Highlights

  • Honor the server-supplied baseBackoffMS on responses labeled SystemOverloadedError, using it in place of the driver's default base delay when calculating how long to wait before retrying.
  • Upgrade to libmongoc 2.5.1 and libmongocrypt 1.20.3

A complete list of resolved issues in this release may be found in JIRA.

Documentation

Documentation is available on PHP.net.

Installation

You can either download and install the source manually, or you can install the extension with:

pie install mongodb/mongodb-extension:2.5.0

Sources and Windows binaries are attached to the GitHub release notes.