Releases: alcaeus/mongo-php-adapter
1.1.9
1.1.8
1.1.7
1.1.6
1.1.6
- Total issues resolved: 2
- Total pull requests resolved: 4
- Total contributors: 3
bug
1.1.5
I'm happy to announce that version 1.1.5 of mongo-php-adapter is now available.
Release highlights
This release fixes the handling of mongodb+srv
connection URLs in MongoClient
.
All issues and pull requests under this release may be found under the 1.1.5 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 config "platform.ext-mongo" "1.6.16" && composer require "alcaeus/mongo-php-adapter=^1.1.5"
The composer config
call is to ensure the requirement to ext-mongo
can be resolved correctly. This is due to a bug in composer, see composer/composer#5030. It is not recommended to use --ignore-platform-reqs
to work around this issue.
1.1.4
I'm happy to announce that version 1.1.4 of mongo-php-adapter is now available.
Release highlights
This release fixes an issue where the return values of unacknowledged batch actions were incorrect.
All issues and pull requests under this release may be found under the 1.1.4 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 config "platform.ext-mongo" "1.6.16" && composer require "alcaeus/mongo-php-adapter=^1.1.4"
The composer config
call is to ensure the requirement to ext-mongo
can be resolved correctly. This is due to a bug in composer, see composer/composer#5030. It is not recommended to use --ignore-platform-reqs
to work around this issue.
1.1.3
I'm happy to announce that version 1.1.3 of mongo-php-adapter is now available.
Release highlights
This release ensures compatibility with version 1.3 of ext-mongodb
and fixes a few incompatibilities to the legacy driver.
All issues and pull requests under this release may be found under the 1.1.3 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.1.3"
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.
1.1.2
I'm happy to announce that version 1.1.2 of mongo-php-adapter is now available.
Release highlights
This release fixes an issue with an invalid call to count
causing warnings in PHP 7.2.
All issues and pull requests under this release may be found under the 1.1.2 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.1.2"
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.
1.1.1
I'm happy to announce that version 1.1.1 of mongo-php-adapter is now available.
Release highlights
This release fixes a single issue relating to exception codes in MongoGridFSException
exceptions occurring during GridFS operations.
All issues and pull requests under this release may be found under the 1.1.1 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.1.1"
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.
1.1.0
I'm happy to announce that version 1.1.1 of mongo-php-adapter is now available.
Release highlights
This release removes support for PHP 5.5 and implements the MongoCursor::explain
method. It also allows reading the code
and scope
properties in MongoCode
objects.
All issues and pull requests under this release may be found under the 1.1.0 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.1.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.