Skip to content

Releases: thephpleague/monga

1.2.4

29 Feb 17:56
Compare
Choose a tag to compare
  • Updated license year.
  • Updatd Update::addToSet() to take mixed values.

1.2.3

08 Dec 21:47
Compare
Choose a tag to compare
  • Added phpunit in require-dev in composer config.
  • Fixed indentation issues.
  • Updates query to use direct call to whereNot().

1.2.2

20 Nov 01:29
Compare
Choose a tag to compare
  • Fixed database existence tests for Mongo 3.
  • Removed old Mockery fix.
  • Updated CONDUCT.md to 1.3 version.

1.2.1

20 Oct 22:25
Compare
Choose a tag to compare
  • Added CONDUCT.md
  • Added the ability to pass in SSL context options to connections.
  • Added the ability to pass query objects into collection methods.
  • Updated README.md

1.2.0

22 Sep 14:43
Compare
Choose a tag to compare
  • Fixed an issue where MongoCollection::find() relied on both $query->where() and $query->select() to be called in order for the find()s arguments to be in the correct order.

Applications that may have code that relied on the mismatched order will want pin/continue using 1.1.0 or lower.

1.1.0

15 Feb 21:48
Compare
Choose a tag to compare
  • Drop PHP 5.3 support as it is EOL.
  • Bumped copyright years.

1.0.6

12 Feb 00:22
Compare
Choose a tag to compare

Added the ability to set a maximum number of retries for "not master" MongoCursorExceptions within CRUD operations in the Collection class. Augments issue #8. Defaults to 1 retry as previously implemented.

1.0.5

29 Oct 00:31
Compare
Choose a tag to compare

Changed Packagist vendor to league from php-loep.

1.0.4

25 Oct 00:41
Compare
Choose a tag to compare
  • The safe option now injects a w option instead of deprecated safe option.
  • Remove usage of deprecated Mongo class in favor of MongoClient.
  • Fix PSR2 coding standards.
  • General repository cleanup.