Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.22 KB

CHANGELOG-1.1.md

File metadata and controls

46 lines (33 loc) · 2.22 KB

CHANGELOG for 1.1.x

This changelog references the relevant changes (bug and security fixes) done in 1.1.x patch versions.

1.1.6 (2014-04-29)

  • #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.1.5 (2014-03-28)

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

1.1.4 (2014-03-28)

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

1.1.3 (2014-03-27)

  • #157: Fix createCollection event dispatching
  • #159: Allow string or array Cursor::hint() argument
  • #161: Fix EagerCursor::getSingleResult() behavior

1.1.2 (2014-01-09)

  • #150: Cursor::getSingleResult() should not use keys in toArray()

1.1.1 (2013-12-05)

  • #148: Reset cursor before and after getSingleResult()
  • #149: Use integer-casted argument in Cursor::batchSize()