The new PECL package mongodb-1.2.0alpha3 (alpha) has been released at 
http://pecl.php.net/.

Release notes
-------------
** Bug
    * [PHPC-794] - BulkWrite::update() silently ignores invalid arguments

** Improvement
    * [PHPC-424] - Validate that read preference tag set is an array of 
documents
    * [PHPC-705] - Do not unnecessarily wrap filters in $query

** New Feature
    * [PHPC-498] - ReadPreference, ReadConcern, and WriteConcern should 
serialize to BSON
    * [PHPC-734] - Support providing collation per operation
    * [PHPC-752] - Allow users to set a limit on acceptable staleness

** Task
    * [PHPC-783] - Use mongoc_collection_find_with_opts() for Query execution
    * [PHPC-796] - Use flexible opts for BulkWrite update and delete

Package Info
-------------
The purpose of this driver is to provide exceptionally thin glue between MongoDB
and PHP, implementing only fundemental and performance-critical components
necessary to build a fully-functional MongoDB driver.

Related Links
-------------
Package home: http://pecl.php.net/package/mongodb
   Changelog: http://pecl.php.net/package-changelog.php?package=mongodb
    Download: http://pecl.php.net/get/mongodb-1.2.0alpha3.tgz

Authors
-------------
Derick Rethans <der...@php.net> (lead)
Jeremy Mikola (lead)
Hannes Magnusson <bj...@php.net> (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to