From 5fec71affd5485c4bb038824a21466ad945dcc17 Mon Sep 17 00:00:00 2001 From: Dom Dwyer Date: Tue, 15 Aug 2017 09:50:20 +0100 Subject: [PATCH 1/2] Run integration tests against 3.2.16 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 21468edf2..28d3c5cf4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,9 @@ env: - GO=1.6 MONGODB=x86_64-3.2.12 - GO=1.7 MONGODB=x86_64-3.2.12 - GO=1.8.x MONGODB=x86_64-3.2.12 + - GO=1.6 MONGODB=x86_64-3.2.16 + - GO=1.7 MONGODB=x86_64-3.2.16 + - GO=1.8.x MONGODB=x86_64-3.2.16 install: - eval "$(gimme $GO)" From a73bb6242b5d026ca844cdf25e60d811d93e1a40 Mon Sep 17 00:00:00 2001 From: Dom Dwyer Date: Tue, 15 Aug 2017 10:28:29 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4765043a1..7c4a4191d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili * Hides SASL warnings ([details](https://github.com/globalsign/mgo/pull/7)) * Support for partial indexes ([detials](https://github.com/domodwyer/mgo/commit/5efe8eccb028238d93c222828cae4806aeae9f51)) * Fixes timezone handling ([details](https://github.com/go-mgo/mgo/pull/464)) -* Integration tests run against newest MongoDB 3.2 releases ([details](https://github.com/globalsign/mgo/pull/4)) +* Integration tests run against newest MongoDB 3.2 releases ([details](https://github.com/globalsign/mgo/pull/4), [more](https://github.com/globalsign/mgo/pull/24)) * Improved multi-document transaction performance ([details](https://github.com/globalsign/mgo/pull/10), [more](https://github.com/globalsign/mgo/pull/11), [more](https://github.com/globalsign/mgo/pull/16)) * Fixes cursor timeouts ([detials](https://jira.mongodb.org/browse/SERVER-24899)) * Support index hints and timeouts for count queries ([details](https://github.com/globalsign/mgo/pull/17))