Releases: sv-tools/mongoifc
Releases · sv-tools/mongoifc
v1.17.1
What's Changed
- Bump go.mongodb.org/mongo-driver from 1.17.0 to 1.17.1 by @dependabot in #164
- Update Go to v1.23 by @SVilgelm in #179
- Bump go.uber.org/mock from 0.4.0 to 0.5.0 by @dependabot in #171
CI
- Bump codecov/codecov-action from 4.5.0 to 5.0.2 by @dependabot in #176
- Bump github/codeql-action from 3.26.8 to 3.27.4 by @dependabot in #175
- Bump actions/checkout from 4.1.7 to 4.2.2 by @dependabot in #173
- Bump actions/upload-artifact from 4.4.0 to 4.4.3 by @dependabot in #168
- Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by @dependabot in #166
- Bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #178
- Bump codecov/codecov-action from 5.0.2 to 5.0.4 by @dependabot in #177
Full Changelog: v1.17.0...v1.17.1
v1.17.0
What's Changed
- Bump go.mongodb.org/mongo-driver from 1.16.1 to 1.17.0 by @dependabot in #159
- index_view: add DropOneWithKey function by @SVilgelm in #161
CI
- Bump github/codeql-action from 3.26.4 to 3.26.5 by @dependabot in #155
- Bump github/codeql-action from 3.26.5 to 3.26.6 by @dependabot in #157
- Bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #156
- Bump github/codeql-action from 3.26.6 to 3.26.7 by @dependabot in #158
- Bump github/codeql-action from 3.26.7 to 3.26.8 by @dependabot in #160
Misc
Full Changelog: v1.16.1...v1.17.0
v1.16.1
What's Changed
- Bump go.mongodb.org/mongo-driver from 1.16.0 to 1.16.1 by @dependabot in #147
- update golang.org/x/crypto to safe v0.23.0 by @SVilgelm in #153
- update the minimal version of Go toolchain to 1.22.0 by @SVilgelm in #146
CI
- set contents permissions to read in the workflow by @SVilgelm in #148
- update workflow and pin the versions of the actions to use the hashes by @SVilgelm in #149
- Bump actions/upload-artifact from 4.3.5 to 4.3.6 by @dependabot in #152
- Bump github/codeql-action from 3.24.9 to 3.26.4 by @dependabot in #151
- Bump actions/checkout from 4.1.1 to 4.1.7 by @dependabot in #150
Full Changelog: v1.16.0...v1.16.1
v1.16.0
What's Changed
- Bump go.mongodb.org/mongo-driver from 1.15.0 to 1.16.0 by @dependabot in #141
CI
- Bump actions/upload-artifact from 4.3.3 to 4.3.5 by @dependabot in #145
- Bump golangci/golangci-lint-action from 6.0.0 to 6.1.0 by @dependabot in #144
- Bump ossf/scorecard-action from 2.3.1 to 2.4.0 by @dependabot in #143
- Bump codecov/codecov-action from 4.3.1 to 4.5.0 by @dependabot in #139
Full Changelog: v1.15.0...v1.16.0
v1.15.0
What's Changed
- Bump go.mongodb.org/mongo-driver from 1.14.0 to 1.15.0 by @dependabot in #127
Other Dependencies
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #124
Github Actions
- Bump codecov/codecov-action from 4.0.1 to 4.0.2 by @dependabot in #122
- Bump codecov/codecov-action from 4.0.2 to 4.1.0 by @dependabot in #123
- Bump codecov/codecov-action from 4.1.0 to 4.2.0 by @dependabot in #126
- Bump codecov/codecov-action from 4.2.0 to 4.3.0 by @dependabot in #128
- Bump actions/upload-artifact from 3.pre.node20 to 4.3.3 by @dependabot in #130
- Bump golangci/golangci-lint-action from 4.0.0 to 6.0.0 by @dependabot in #134
- Bump codecov/codecov-action from 4.3.0 to 4.3.1 by @dependabot in #133
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- Bump go.mongodb.org/mongo-driver from 1.13.1 to 1.14.0 by @dependabot in #121
CI
- Bump codecov/codecov-action from 3.1.4 to 4.0.1 by @dependabot in #119
- Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 by @dependabot in #120
Full Changelog: v1.13.1...v1.14.0
v1.13.1
What's Changed
Dependencies
- Bump go.uber.org/mock from 0.3.0 to 0.4.0 by @dependabot in #117
- Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.17.0 by @dependabot in #116
- Bump go.mongodb.org/mongo-driver from 1.13.0 to 1.13.1 by @dependabot in #114
CI
- Bump actions/setup-go from 4 to 5 by @dependabot in #113
- Bump github/codeql-action from 2 to 3 by @dependabot in #115
Misc
Full Changelog: v1.13.0...v1.13.1
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
v1.12.1+2
What's Changed
- run mockery with with-expecter option by @amincheloh in #110
Misc
- 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
- upgrade go.uber.org/mock v0.2.0 => v0.3.0 by @SVilgelm in #109
New Contributors
- @amincheloh made their first contribution in #110
Full Changelog: v1.12.1+1...v1.12.1+2