Releases: sv-tools/mongoifc
Releases · sv-tools/mongoifc
v1.9.1
What's Changed
- Bump go.mongodb.org/mongo-driver from 1.9.0 to 1.9.1 by @dependabot in #62
misc
- Bump actions/setup-go from 2 to 3 by @dependabot in #58
- Bump codecov/codecov-action from 2.1.0 to 3.0.0 by @dependabot in #57
- update mockery mocks by @SVilgelm in #61
- Bump github/codeql-action from 1 to 2 by @dependabot in #59
- Bump codecov/codecov-action from 3.0.0 to 3.1.0 by @dependabot in #60
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Bump go.mongodb.org/mongo-driver from 1.8.4 to 1.9.0 by @dependabot in #55
- Add NewCursorFromDocuments and NewSingleResultFromDocument functions by @SVilgelm in #56
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #54
Full Changelog: v1.8.4...v1.9.0
v1.8.4
What's Changed
- Bump go.mongodb.org/mongo-driver from 1.8.3 to 1.8.4 by @dependabot in #53
CI
- Use v3 of golangci-lint-action by @SVilgelm in #50
- Bump golangci/golangci-lint-action from 3.0.0 to 3.1.0 by @dependabot in #51
- Bump actions/checkout from 2 to 3 by @dependabot in #52
Full Changelog: v1.8.3...v1.8.4
v1.8.3
What's Changed
- Fix new gofumpt by @SVilgelm in #47
- Bump go.mongodb.org/mongo-driver from 1.8.2 to 1.8.3 by @dependabot in #48
Full Changelog: v1.8.2...v1.8.3
v1.8.2
What's Changed
- Fix link to mockery by @SVilgelm in #42
- wrap/unwrap functions for client, database, collection, session objects by @SVilgelm in #43
- Bump go.mongodb.org/mongo-driver from 1.8.1 to 1.8.2 by @dependabot in #44
- trigger release workflow for tags with +\d part by @SVilgelm in #45
- fix release regex by @SVilgelm in #46
Full Changelog: v1.8.1...v1.8.2
v1.8.1
v1.8.0
v1.0.0
Changelog
- The API is finalized, no more custom functions in the interfaces.
- The mocks and examples are added.
- The tests cover the main code to validate that the wrapper works fine.
What's Changed
- add more tests for client by @SVilgelm in #34
- remove Wrapped functions, UnWrapClient should be used instead by @SVilgelm in #35
- change how gomock is generated by @SVilgelm in #36
- wrap session context and some tests by @SVilgelm in #37
- use AssertExpectations in mockery test by @SVilgelm in #38
- add more tests and booting mongo as replica set by @SVilgelm in #39
Full Changelog: v0.4.0...v1.0.0