Skip to content

Commit 09adb3b

Browse files
authored
readme: credit @pzillmann and @eminano (#203)
1 parent 2eefd52 commit 09adb3b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A [sub-package](https://godoc.org/github.com/globalsign/mgo/bson) that implement
1717
* Fixes attempting to authenticate before every query ([details](https://github.com/go-mgo/mgo/issues/254))
1818
* Removes bulk update / delete batch size limitations ([details](https://github.com/go-mgo/mgo/issues/288))
1919
* Adds native support for `time.Duration` marshalling ([details](https://github.com/go-mgo/mgo/pull/373))
20-
* Reduce memory footprint / garbage collection pressure by reusing buffers ([details](https://github.com/go-mgo/mgo/pull/229), [more](https://github.com/globalsign/mgo/pull/56))
20+
* Reduce memory footprint / garbage collection pressure by reusing buffers ([details](https://github.com/go-mgo/mgo/pull/229), [more](https://github.com/globalsign/mgo/pull/56), [more](https://github.com/globalsign/mgo/pull/199))
2121
* Support majority read concerns ([details](https://github.com/globalsign/mgo/pull/2))
2222
* Improved connection handling ([details](https://github.com/globalsign/mgo/pull/5))
2323
* Hides SASL warnings ([details](https://github.com/globalsign/mgo/pull/7))
@@ -57,6 +57,7 @@ A [sub-package](https://godoc.org/github.com/globalsign/mgo/bson) that implement
5757
* Implement MongoTimestamp ([details](https://github.com/globalsign/mgo/pull/171))
5858
* Support setting `writeConcern` for `findAndModify` operations ([details](https://github.com/globalsign/mgo/pull/185))
5959
* Add `ssl` to the dial string options ([details](https://github.com/globalsign/mgo/pull/184))
60+
* Support connecting via Unix sockets ([details](https://github.com/globalsign/mgo/pull/129))
6061

6162

6263
---
@@ -75,6 +76,7 @@ A [sub-package](https://godoc.org/github.com/globalsign/mgo/bson) that implement
7576
* @drichelson
7677
* @dvic
7778
* @eaglerayp
79+
* @eminano
7880
* @feliixx
7981
* @fmpwizard
8082
* @gazoon
@@ -91,6 +93,7 @@ A [sub-package](https://godoc.org/github.com/globalsign/mgo/bson) that implement
9193
* @mcspring
9294
* @Mei-Zhao
9395
* @peterdeka
96+
* @pzillmann
9497
* @Reenjii
9598
* @roobre
9699
* @smoya

0 commit comments

Comments
 (0)