mongo-go-driver icon indicating copy to clipboard operation
mongo-go-driver copied to clipboard

GODRIVER-3285 Allow update to supply sort option.

Open qingyang-hu opened this issue 1 year ago • 1 comments

GODRIVER-3285

Summary

Allow update to supply sort option.

Background & Motivation

qingyang-hu avatar Aug 23 '24 20:08 qingyang-hu

API Change Report

./mongo

compatible changes

(*ReplaceOneModel).SetSort: added (*UpdateOneModel).SetSort: added ReplaceOneModel.Sort: added UpdateOneModel.Sort: added

./mongo/options

compatible changes

(*ReplaceOptions).SetSort: added (*UpdateOptions).SetSort: added ReplaceOptions.Sort: added UpdateOptions.Sort: added

./x/mongo/driver/topology

incompatible changes

ConvertCreds: removed

./x/mongo/driver/wiremessage

compatible changes

ReadCompressedCompressedMessage: added