Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Releases: mongodb/mongo-hhvm-driver

MongoDB HHVM Driver 1.1.0RC1 released

19 Jan 09:43
Compare
Choose a tag to compare
Pre-release

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

26 Oct 11:59
Compare
Choose a tag to compare
Pre-release

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

09 Oct 11:40
Compare
Choose a tag to compare
Pre-release

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

24 Sep 14:22
Compare
Choose a tag to compare
Pre-release

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