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

GODRIVER-3285 [v2]Allow update to supply sort option.

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

GODRIVER-3285

Summary

Allow v2 update to supply sort option.

Background & Motivation

qingyang-hu avatar Sep 09 '24 20:09 qingyang-hu

API Change Report

./v2/mongo

compatible changes

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

./v2/mongo/options

compatible changes

(*ReplaceOptionsBuilder).SetSort: added (*UpdateOneOptionsBuilder).SetSort: added ReplaceOptions.Sort: added UpdateOneOptions.Sort: added