v1.13.0
What's Changed
- add interface for
ClientEncryption
by @SVilgelm in #106 - add missing
SetBatchSize
toCursor
andChangeStream
interfaces by @SVilgelm in #104 - Bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.0 by @dependabot in #111
- add missing interfaces:
SingleResult.Raw
SearchIndexView
Cursor.SetComment
Cursor.SetMaxTime
Collection.SearchIndexes
Mocks
- switch gomock fork by @SVilgelm in #102
- run mockery with with-expecter option by @amincheloh in #110
- regenerate mocks for the SetBatchSize change by @SVilgelm in #105
- upgrade go.uber.org/mock v0.2.0 => v0.3.0 by @SVilgelm in #109
CI
- use go v1.21 by @SVilgelm in #103
- Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #107
- Bump actions/checkout from 3 to 4 by @dependabot in #108
New Contributors
- @amincheloh made their first contribution in #110
Full Changelog: v1.12.1...v1.13.1