The new PECL package mongo-1.6.0RC1 (beta) has been released at 
http://pecl.php.net/.

Release notes
-------------
** New Feature
    * [PHP-1161] - Implement the SCRAM-SHA-1 SASL Mechanism
    * [PHP-1257] - Support 50 replicaset members

** Improvement
    * [PHP-904] - Implement MongoDate::__set_state
    * [PHP-1160] - Allow count to work with query hints
    * [PHP-1219] - Drop support for PHP 5.2.
    * [PHP-1263] - MongoCollection::count() should throw 
MongoExecutionTimeoutException on maxTimeMS timeout

** Bug
    * [PHP-977] - An iteration on a MongoCursor object with yield produces a 
memory leak.
    * [PHP-1063] - Refactor cursor logic to follow MongoCommandCursor
    * [PHP-1145] - Clean up MONGO_METHOD calls in db_ref.c
    * [PHP-1146] - Clean up MONGO_METHOD calls in mongo.c
    * [PHP-1149] - Fix database and collection name validation
    * [PHP-1218] - Add MongoDate->toDateTime to allow creation of DateTime 
object from MongoDate
    * [PHP-1231] - Using MongoDB::selectCollection crashes inside generators
    * [PHP-1251] - MongoCursor::count() should use cursor's maxTimeMS

** Task
    * [PHP-1151] - Remove support for compiling without PHP streams
    * [PHP-1225] - Use listCollections command for MongoDB::listCollections and 
MongoDB::getCollectionNames
    * [PHP-1226] - Use listIndexes command for MongoCollection::getIndexInfo()
    * [PHP-1227] - Bump maxWireProtocolVersion for 2.8 features
    * [PHP-1241] - Change MongoCursor::info()['at'] to zero-based indexing
    * [PHP-1244] - Mark MongoCursor::doQuery as final

Package Info
-------------
This package provides an interface for communicating with the MongoDB database 
in PHP.

Related Links
-------------
Package home: http://pecl.php.net/package/mongo
   Changelog: http://pecl.php.net/package-changelog.php?package=mongo
    Download: http://pecl.php.net/get/mongo-1.6.0RC1.tgz

Authors
-------------
Jeremy Mikola (lead)
Derick Rethans <[email protected]> (lead)
Hannes Magnusson <[email protected]> (lead)


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

Reply via email to