File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili
34
34
* Minimise socket connection timeouts due to excessive locking ([ details] ( https://github.com/globalsign/mgo/pull/52 ) )
35
35
* Natively support X509 client authentication ([ details] ( https://github.com/globalsign/mgo/pull/55 ) )
36
36
* Gracefully recover from a temporarily unreachable server ([ details] ( https://github.com/globalsign/mgo/pull/69 ) )
37
+ * Use JSON tags when no explicit BSON are tags set ([ details] ( https://github.com/globalsign/mgo/pull/91 ) )
38
+ * Support [ $changeStream] ( https://docs.mongodb.com/manual/changeStreams/ ) tailing on 3.6+ ([ details] ( https://github.com/globalsign/mgo/pull/97 ) )
37
39
38
40
---
39
41
@@ -51,6 +53,8 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili
51
53
* @jameinel
52
54
* @gazoon
53
55
* @mapete94
56
+ * @peterdeka
54
57
* @Reenjii
55
58
* @smoya
59
+ * @steve-gray
56
60
* @wgallagher
You can’t perform that action at this time.
0 commit comments