Skip to content

Releases: sv-tools/mongoifc

v1.9.1

09 May 17:02
ef05264
Compare
Choose a tag to compare

What's Changed

  • Bump go.mongodb.org/mongo-driver from 1.9.0 to 1.9.1 by @dependabot in #62

misc

Full Changelog: v1.9.0...v1.9.1

v1.9.0

09 Apr 21:49
31ff8de
Compare
Choose a tag to compare

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

07 Mar 14:39
88c4c9a
Compare
Choose a tag to compare

What's Changed

  • Bump go.mongodb.org/mongo-driver from 1.8.3 to 1.8.4 by @dependabot in #53

CI

Full Changelog: v1.8.3...v1.8.4

v1.8.3

18 Feb 03:18
v1.8.3
dcef776
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.8.3

v1.8.2

05 Jan 04:54
4b6441d
Compare
Choose a tag to compare

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

12 Dec 17:26
beaa18d
Compare
Choose a tag to compare

Changelog

  • beaa18d Update goreleaser-lib.yml
  • fbdba7c Update README.md
  • 0a7afa5 Bump go.mongodb.org/mongo-driver from 1.8.0 to 1.8.1 (#40)

v1.8.0

12 Dec 17:08
de4346c
Compare
Choose a tag to compare

Changelog

v1.0.0

28 Nov 05:07
7f57a79
Compare
Choose a tag to compare

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

v0.4.0

25 Nov 18:07
b3ecd91
Compare
Choose a tag to compare

Changelog

b3ecd91 Bump go.mongodb.org/mongo-driver from 1.7.4 to 1.8.0 (#33)

v0.3.0

25 Nov 00:27
4545835
Compare
Choose a tag to compare

Changelog

4545835 Add mocks and examples (#31)