Releases: mongodb/mongo-hhvm-driver
MongoDB HHVM Driver 1.1.0RC1 released
The PHP team is happy to announce that the second release candidate of our new "mongodb" HHVM extension is now available. This extension mimics the API of the "mongodb" PHP extension, and documentation can be found at http://docs.php.net/manual/en/set.mongodb.php
Instead of naming this release 1.0.0RC2, we chose for 1.1.0RC1 to mimic the API versions of the "mongodb" PHP extension. This is to facilitate easier dependency management with composer.
In this release, we have updated our bundled libmongoc and libbson libraries to version 1.3.1. On top of that, this release supports all the features that are necessary to support MongoDB 3.2: bypassing document validation, and ReadConcern support.
You can download the driver from the "hhvm-mongodb-1.1.0RC1.tgz" attachment to this release announcement. Installation instructions can be found in the README.rst file in the downloaded TGZ file, or here: https://github.com/mongodb-labs/mongo-hhvm-driver-prototype/blob/master/README.rst
Feedback can be provided through our JIRA issue tracker at http://jira.mongodb.org/browse/HHVM
MongoDB HHVM Driver 1.0.0RC1 released
The PHP team is happy to announce that the first release candidate of our new "mongodb" HHVM extension is now available. This extension mimics the API of the "mongodb" PHP extension, and documentation can be found at http://docs.php.net/manual/en/set.mongodb.php
In this release, we have changed a few APIs around. We removed WriteResult::getInfo(), the executeInsert, executeDelete and executeUpdate methods on the MongoDB\Driver\Manager class, and the exceptions DuplicateKeyExtension, WriteConcernException and WriteErrorException. Instead, you now should use the BulkWrite API for doing single writes. We've also tidied up some use of the "final" keyword and updated our bundled libmongoc and libbson libraries to version 1.2.0.
You can download the driver from the attachment to this release announcement. Installation instructions can be found in the README.rst file in the downloaded TGZ file, or here: https://github.com/mongodb-labs/mongo-hhvm-driver-prototype/blob/master/README.rst
Feedback can be provided through our JIRA issue tracker at http://jira.mongodb.org/browse/HHVM
MongoDB HHVM Driver 1.0beta1 released
The PHP team is happy to announce that the first beta of our new "mongodb" HHVM extension is now available. This extension mimics the API of the "mongodb" PHP extension, and documentation can be found at http://docs.php.net/manual/en/set.mongodb.php
You can download the driver from the attachment to this release announcement. Installation instructions can be found in the README.rst file in the downloaded TGZ file, or here: https://github.com/mongodb-labs/mongo-hhvm-driver-prototype/blob/master/README.rst
Feedback can be provided through our JIRA issue tracker at http://jira.mongodb.org/browse/HHVM
MongoDB HHVM Driver 1.0alpha1 released
The PHP team is happy to announce that the first version, 1.0alpha1, of our new "mongodb" HHVM extension is now available. This extension mimics the API of the "mongodb" PHP extension, and documentation can be found at http://docs.php.net/manual/en/set.mongodb.php
You can download the driver from the attachment to this release announcement. Installation instructions can be found in the README.rst file in the downloaded TGZ file, or here: https://github.com/mongodb-labs/mongo-hhvm-driver-prototype/blob/d20290ba03823d7fe9c4cd85ee7c651709d29770/README.rst
Feedback can be provided through our JIRA issue tracker at http://jira.mongodb.org/browse/HHVM