Skip to content

1.0.11

Compare
Choose a tag to compare
@alcaeus alcaeus released this 27 Apr 06:52
d3545f9

I'm happy to announce that version 1.0.11 of mongo-php-adapter is now available.

Release highlights

This release fixes an issue with MongoCursor objects passing a batchSize of 0 by default, causing errors in sharded setups.

All issues and pull requests under this release may be found under the 1.0.11 milestone.

Feedback

Please use the issue tracker to report any issues that you may encounter.

Installation

The preferred method of installing this library is with Composer by running the following from your project root:

$ composer require "alcaeus/mongo-php-adapter=^1.0.0"

If your project already has a dependency on ext-mongo, the command above may
not work. This is due to a bug in composer, see composer/composer#5030.

To fix this, you can use the --ignore-platform-reqs switch when running the
above command, or when running composer update with no composer.lock file
present.