Skip to content

Commit 8a9677c

Browse files
authored
readme: credit everyone (#187)
* @cedric-cordenier * @DaytonG * @ddspog * @gedge * @jefferickson * @larrycinnabar * @Mei-Zhao * @roobre
1 parent abe06ac commit 8a9677c

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A [sub-package](https://godoc.org/github.com/globalsign/mgo/bson) that implement
3131
* Supports dropping all indexes on a collection ([details](https://github.com/globalsign/mgo/pull/25))
3232
* Annotates log entries/profiler output with optional appName on 3.4+ ([details](https://github.com/globalsign/mgo/pull/28))
3333
* Support for read-only [views](https://docs.mongodb.com/manual/core/views/) in 3.4+ ([details](https://github.com/globalsign/mgo/pull/33))
34-
* Support for [collations](https://docs.mongodb.com/manual/reference/collation/) in 3.4+ ([details](https://github.com/globalsign/mgo/pull/37))
34+
* 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))
3535
* Provide BSON constants for convenience/sanity ([details](https://github.com/globalsign/mgo/pull/41))
3636
* Consistently unmarshal time.Time values as UTC ([details](https://github.com/globalsign/mgo/pull/42))
3737
* 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
4949
* Add BSON stream encoders ([details](https://github.com/globalsign/mgo/pull/127))
5050
* Add integer map key support in the BSON encoder ([details](https://github.com/globalsign/mgo/pull/140))
5151
* Support aggregation [collations](https://docs.mongodb.com/manual/reference/collation/) ([details](https://github.com/globalsign/mgo/pull/144))
52+
* Support encoding of inline struct references ([details](https://github.com/globalsign/mgo/pull/146))
53+
* Improved windows test harness ([details](https://github.com/globalsign/mgo/pull/158))
54+
* 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))
55+
* Separated network read/write timeouts ([details](https://github.com/globalsign/mgo/pull/161))
56+
* Expanded dial string configuration options ([details](https://github.com/globalsign/mgo/pull/162))
57+
* Implement MongoTimestamp ([details](https://github.com/globalsign/mgo/pull/171))
58+
* Support setting `writeConcern` for `findAndModify` operations ([details](https://github.com/globalsign/mgo/pull/185))
59+
5260

5361
---
5462

@@ -59,23 +67,31 @@ A [sub-package](https://godoc.org/github.com/globalsign/mgo/bson) that implement
5967
* @BenLubar
6068
* @carldunham
6169
* @carter2000
70+
* @cedric-cordenier
6271
* @cezarsa
72+
* @DaytonG
73+
* @ddspog
6374
* @drichelson
6475
* @dvic
6576
* @eaglerayp
6677
* @feliixx
6778
* @fmpwizard
6879
* @gazoon
80+
* @gedge
6981
* @gnawux
7082
* @idy
7183
* @jameinel
84+
* @jefferickson
7285
* @johnlawsharrison
7386
* @KJTsanaktsidis
87+
* @larrycinnabar
7488
* @mapete94
7589
* @maxnoel
7690
* @mcspring
91+
* @Mei-Zhao
7792
* @peterdeka
7893
* @Reenjii
94+
* @roobre
7995
* @smoya
8096
* @steve-gray
8197
* @wgallagher

0 commit comments

Comments
 (0)