@@ -17,7 +17,7 @@ A [sub-package](https://godoc.org/github.com/globalsign/mgo/bson) that implement
17
17
* Fixes attempting to authenticate before every query ([ details] ( https://github.com/go-mgo/mgo/issues/254 ) )
18
18
* Removes bulk update / delete batch size limitations ([ details] ( https://github.com/go-mgo/mgo/issues/288 ) )
19
19
* 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 ) )
21
21
* Support majority read concerns ([ details] ( https://github.com/globalsign/mgo/pull/2 ) )
22
22
* Improved connection handling ([ details] ( https://github.com/globalsign/mgo/pull/5 ) )
23
23
* 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
57
57
* Implement MongoTimestamp ([ details] ( https://github.com/globalsign/mgo/pull/171 ) )
58
58
* Support setting ` writeConcern ` for ` findAndModify ` operations ([ details] ( https://github.com/globalsign/mgo/pull/185 ) )
59
59
* 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 ) )
60
61
61
62
62
63
---
@@ -75,6 +76,7 @@ A [sub-package](https://godoc.org/github.com/globalsign/mgo/bson) that implement
75
76
* @drichelson
76
77
* @dvic
77
78
* @eaglerayp
79
+ * @eminano
78
80
* @feliixx
79
81
* @fmpwizard
80
82
* @gazoon
@@ -91,6 +93,7 @@ A [sub-package](https://godoc.org/github.com/globalsign/mgo/bson) that implement
91
93
* @mcspring
92
94
* @Mei-Zhao
93
95
* @peterdeka
96
+ * @pzillmann
94
97
* @Reenjii
95
98
* @roobre
96
99
* @smoya
0 commit comments