Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Releases: doctrine/mongodb

1.2.0

18 Aug 07:13
Compare
Choose a tag to compare

Pull requests completed for the 1.2.0 release:

  • #171: Implement $minDistance query operator and geoNear option
  • #183: Rewrite Collection::update() "multi" option to "multiple"
  • #184: Query builder support for $text operator in MongoDB 2.6
  • #186: Fixed Connection::convertWriteTimeout() docs
  • #192: Support $meta expressions in Cursor::sort()
  • #197: Support aggregation command cursors and client options
  • #201: Fix issue when an operator follows equals()
  • #203: Ensure Query projection option is renamed for findAndModify
  • #205: Don't pass empty arrays to array_combine()
  • #209: Add a common cursor interface
  • #212: Query builder support for new update operators in MongoDB 2.6
  • #213: Add aggregation builder
  • #214: Removes parameter type hint from Builder::geoWithin()
  • #215: Add test environment preferring lowest package dependencies
  • #222: Add support for MongoCollection::parallelCollectionScan()
  • #223: Support $useKeys option when EagerCursor converts to an array
  • #224: Support client and socket timeout options in Collection::count()
  • #225: Include all cursor methods in cursor interface
  • #226: Implement getter for cursor useIdentifierKeys option

1.1.7

25 Mar 15:46
Compare
Choose a tag to compare

Note: This tag was previously created against the master branch (1.2.x), which means it contained new commits that did not belong in 1.1.x. It has since been revised to point to the correct commit within the 1.1.x branch and is now consistent with the changelog below. That said, this release has been superseded by 1.1.8.


Pull requests completed for the 1.1.7 release:

  • #188: Added last stable mongo extension version to travis build matrix
  • #193: Do not allow PHP 5.6 test failures
  • #195: Fix Connection::isConnected() for driver versions 1.5.0+
  • #196: Fix handling of client options (e.g. socket timeout) in command helpers
  • #198: Convert deprecated "timeout" option for Database::command()
  • #199: Remove "timeout" conversion from Collection command wrappers

1.1.8

25 Feb 00:43
Compare
Choose a tag to compare

Pull requests completed for the 1.1.8 release:

  • #207: Bump doctrine/common dependency

1.0.11

25 Feb 00:42
Compare
Choose a tag to compare

Pull requests completed for the 1.0.11 release:

  • #207: Bump doctrine/common dependency

1.0.10

30 Jan 15:49
Compare
Choose a tag to compare

Pull requests completed for the 1.0.10 release:

  • #188: Added last stable mongo extension version to travis build matrix
  • #193: Do not allow PHP 5.6 test failures
  • #195: Fix Connection::isConnected() for driver versions 1.5.0+

1.1.6

29 Apr 21:15
Compare
Choose a tag to compare

Pull requests completed for the 1.1.6 release:

  • #172: Collection::ensureIndex() should convert write options
  • #174: MongoDB 2.6: Ensure $in argument is a real BSON array
  • #175: Convert timeout options for driver >= 1.5.0
  • #176: Add new PHP and driver versions to Travis CI
  • #177: Respect $options when $server is null in Connection constructor
  • #178: Convert deprecated MongoClient constructor options for driver >= 1.4.0
  • #179: Cast createCollection() options for MongoDB 2.6 compatibility

1.0.9

29 Apr 21:07
Compare
Choose a tag to compare

Pull requests completed for the 1.0.9 release:

  • #172: Collection::ensureIndex() should convert write options
  • #176: Add new PHP and driver versions to Travis CI
  • #177: Respect $options when $server is null in Connection constructor

1.1.5

28 Mar 19:24
Compare
Choose a tag to compare

Pull requests completed for the 1.1.5 release:

  • #166: Use current() in EagerCursor::getSingleResult()
  • #167: Revert "Fix Query construction in EagerCursor preparation test"

1.1.4

28 Mar 14:43
Compare
Choose a tag to compare

Pull requests completed for the 1.1.4 release:

  • #163: Revert "Allow string or array Cursor::hint() argument"
  • #164: Allow string or array Cursor::hint() argument

Note: PR #163 was necessary for the 1.0.7 release, due to a BC break in 1.0.6. It shows up here because the 1.0.x branch was merged to master. PR #164 is the reverted change reapplied to the master branch.

1.0.8

28 Mar 19:23
Compare
Choose a tag to compare

Pull requests completed for the 1.0.8 release:

  • #166: Use current() in EagerCursor::getSingleResult()