From 8a9677ccb7ca1b163853117e12fe2c415e7fdec8 Mon Sep 17 00:00:00 2001 From: Dom Date: Mon, 11 Jun 2018 10:26:58 +0100 Subject: [PATCH] readme: credit everyone (#187) * @cedric-cordenier * @DaytonG * @ddspog * @gedge * @jefferickson * @larrycinnabar * @Mei-Zhao * @roobre --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c87fa905..070b02014 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ A [sub-package](https://godoc.org/github.com/globalsign/mgo/bson) that implement * Supports dropping all indexes on a collection ([details](https://github.com/globalsign/mgo/pull/25)) * Annotates log entries/profiler output with optional appName on 3.4+ ([details](https://github.com/globalsign/mgo/pull/28)) * Support for read-only [views](https://docs.mongodb.com/manual/core/views/) in 3.4+ ([details](https://github.com/globalsign/mgo/pull/33)) -* Support for [collations](https://docs.mongodb.com/manual/reference/collation/) in 3.4+ ([details](https://github.com/globalsign/mgo/pull/37)) +* Support for [collations](https://docs.mongodb.com/manual/reference/collation/) in 3.4+ ([details](https://github.com/globalsign/mgo/pull/37), [more](https://github.com/globalsign/mgo/pull/166)) * Provide BSON constants for convenience/sanity ([details](https://github.com/globalsign/mgo/pull/41)) * Consistently unmarshal time.Time values as UTC ([details](https://github.com/globalsign/mgo/pull/42)) * Enforces best practise coding guidelines ([details](https://github.com/globalsign/mgo/pull/44)) @@ -49,6 +49,14 @@ A [sub-package](https://godoc.org/github.com/globalsign/mgo/bson) that implement * Add BSON stream encoders ([details](https://github.com/globalsign/mgo/pull/127)) * Add integer map key support in the BSON encoder ([details](https://github.com/globalsign/mgo/pull/140)) * Support aggregation [collations](https://docs.mongodb.com/manual/reference/collation/) ([details](https://github.com/globalsign/mgo/pull/144)) +* Support encoding of inline struct references ([details](https://github.com/globalsign/mgo/pull/146)) +* Improved windows test harness ([details](https://github.com/globalsign/mgo/pull/158)) +* Improved type and nil handling in the BSON codec ([details](https://github.com/globalsign/mgo/pull/147/files), [more](https://github.com/globalsign/mgo/pull/181)) +* Separated network read/write timeouts ([details](https://github.com/globalsign/mgo/pull/161)) +* Expanded dial string configuration options ([details](https://github.com/globalsign/mgo/pull/162)) +* Implement MongoTimestamp ([details](https://github.com/globalsign/mgo/pull/171)) +* Support setting `writeConcern` for `findAndModify` operations ([details](https://github.com/globalsign/mgo/pull/185)) + --- @@ -59,23 +67,31 @@ A [sub-package](https://godoc.org/github.com/globalsign/mgo/bson) that implement * @BenLubar * @carldunham * @carter2000 +* @cedric-cordenier * @cezarsa +* @DaytonG +* @ddspog * @drichelson * @dvic * @eaglerayp * @feliixx * @fmpwizard * @gazoon +* @gedge * @gnawux * @idy * @jameinel +* @jefferickson * @johnlawsharrison * @KJTsanaktsidis +* @larrycinnabar * @mapete94 * @maxnoel * @mcspring +* @Mei-Zhao * @peterdeka * @Reenjii +* @roobre * @smoya * @steve-gray * @wgallagher