Skip to content

Releases: alcaeus/mongo-php-adapter

1.1.9

07 Aug 05:53
1.1.9
93b81eb
Compare
Choose a tag to compare

1.1.9

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

bug

1.1.8

14 Jul 21:03
1.1.8
b230e1f
Compare
Choose a tag to compare

This release fixes handling of ArrayObject instances in MongoCollection::insert.

1.1.7

06 Apr 09:04
1.1.7
b4c2f0d
Compare
Choose a tag to compare

This release fixes type conversion for write concern passed to MongoClient via URL arguments.

1.1.6

08 Feb 07:18
1.1.6
6111fb9
Compare
Choose a tag to compare

1.1.5

05 Mar 20:42
4f21e1f
Compare
Choose a tag to compare

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

24 Jan 18:58
45ba115
Compare
Choose a tag to compare

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

24 Sep 11:33
9f42213
Compare
Choose a tag to compare

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

04 Aug 16:14
052cd5d
Compare
Choose a tag to compare

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

30 Jun 09:44
Compare
Choose a tag to compare

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

13 May 19:37
Compare
Choose a tag to compare

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.