issues
search
globalsign
/
mgo
The MongoDB driver for Go
Other
1.97k
stars
230
forks
source link
Release/r2018.06.15
#191
Closed
domodwyer
closed
6 years ago
domodwyer
commented
6 years ago
Includes:
Collation support for
Count()
queries (
detials
)
Support encoding of inline struct references (
details
)
Improved windows test harness (
details
)
Improved type and nil handling in the BSON codec (
details
,
more
)
Separated network read/write timeouts (
details
)
Expanded dial string configuration options (
details
)
Implement MongoTimestamp (
details
)
Support setting
writeConcern
for
findAndModify
operations (
details
)
Add
ssl
to the dial string options (
details
)
Thanks to:
@cedric-cordenier
@DaytonG
@ddspog
@gedge
@jefferickson
@larrycinnabar
@Mei-Zhao
@roobre
@tbruyelle
Includes:
Count()
queries (detials)writeConcern
forfindAndModify
operations (details)ssl
to the dial string options (details)Thanks to: