·
1 commit
to v2.1
since this release
The PHP team is happy to announce that version 2.1.0 of the mongodb PHP extension is now available on PECL.
Release Highlights
This release introduces support for the new bulkwrite
command added in MongoDB 8.0. The bundled libmongoc dependency is bumped to 1.30.4, and support for MongoDB 4.0 has been removed.
A complete list of resolved issues in this release may be found in JIRA.
Documentation
Documentation is available on PHP.net, including for the new BulkWriteCommand
class.
Installation
You can either download and install the source manually, or you can install the extension with:
pecl install mongodb-2.1.0
or update with:
pecl upgrade mongodb-2.1.0
Windows binaries are attached to the GitHub release notes.