Skip to content

Commit a226fce

Browse files
committed
Merge branch '1.1.x'
2 parents 5f6e0ee + 4eafa3e commit a226fce

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

CHANGELOG-1.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ the older and newer versions, respectively.
1313
To generate a changelog summary since the last version, run
1414
`git log --no-merges --oneline XXX...1.0.x`
1515

16+
1.0.9 (2014-04-29)
17+
------------------
18+
19+
* 74cc098 Respect $options when $server is null in Connection constructor
20+
* f8a382d Add driver 1.4.5 and 1.5.1 to test matrix
21+
* 251ae2b Add PHP 5.6 and no longer allow failures for 5.5 builds
22+
* 30aa713 Collection::ensureIndex() should convert write options (fixes #168)
23+
* f781f2b Update issues/releases links in README
24+
1625
1.0.8 (2014-03-28)
1726
------------------
1827

CHANGELOG-1.1.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ CHANGELOG for 1.1.x
44
This changelog references the relevant changes (bug and security fixes) done
55
in 1.1.x patch versions.
66

7+
1.1.6 (2014-04-29)
8+
------------------
9+
10+
* [#172](https://github.com/doctrine/mongodb/pull/172): `Collection::ensureIndex()` should convert write options
11+
* [#174](https://github.com/doctrine/mongodb/pull/174): MongoDB 2.6: Ensure $in argument is a real BSON array
12+
* [#175](https://github.com/doctrine/mongodb/pull/175): Convert timeout options for driver >= 1.5.0
13+
* [#176](https://github.com/doctrine/mongodb/pull/176): Add new PHP and driver versions to Travis CI
14+
* [#177](https://github.com/doctrine/mongodb/pull/177): Respect `$options` when `$server` is null in Connection constructor
15+
* [#178](https://github.com/doctrine/mongodb/pull/178): Convert deprecated MongoClient constructor options for driver >= 1.4.0
16+
* [#179](https://github.com/doctrine/mongodb/pull/179): Cast `createCollection()` options for MongoDB 2.6 compatibility
17+
718
1.1.5 (2014-03-28)
819
------------------
920

0 commit comments

Comments
 (0)