Versions in this module Expand all Collapse all v0 v0.0.17 Oct 25, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.16 Oct 11, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.15 Sep 27, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.14 Sep 20, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.13 Sep 6, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.12 Aug 16, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.11 Aug 8, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver v0.0.10 Jul 26, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver Changes in this version + type ReplaceOption interface + ConvertReplaceOption func() option.ReplaceOptioner + type ReplaceSession interface + ConvertReplaceSession func() *session.Client + type ReplaceSessionOpt struct + func (ReplaceSessionOpt) ConvertReplaceSession() *session.Client v0.0.9 Jul 10, 2018 GO-2021-0112 GO-2021-0112: Improper input validation in go.mongodb.org/mongo-driver Changes in this version + type OptBypassDocumentValidation option.OptBypassDocumentValidation + func BypassDocumentValidation(b bool) OptBypassDocumentValidation + func (opt OptBypassDocumentValidation) ConvertReplaceOption() option.ReplaceOptioner + type OptCollation option.OptCollation + func Collation(c *mongoopt.Collation) OptCollation + func (opt OptCollation) ConvertReplaceOption() option.ReplaceOptioner + type OptUpsert option.OptUpsert + func Upsert(b bool) OptUpsert + func (opt OptUpsert) ConvertReplaceOption() option.ReplaceOptioner + type Replace interface + ConvertReplaceOption func() option.ReplaceOptioner + type ReplaceBundle struct + func BundleReplace(opts ...Replace) *ReplaceBundle + func (rb *ReplaceBundle) BypassDocumentValidation(b bool) *ReplaceBundle + func (rb *ReplaceBundle) Collation(c *mongoopt.Collation) *ReplaceBundle + func (rb *ReplaceBundle) ConvertReplaceOption() option.ReplaceOptioner + func (rb *ReplaceBundle) String() string + func (rb *ReplaceBundle) Unbundle(deduplicate bool) ([]option.ReplaceOptioner, error) + func (rb *ReplaceBundle) Upsert(b bool) *ReplaceBundle