Skip to content

Releases: sv-tools/mongoifc

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)

v0.2.1

08 Nov 17:15
19b4675
Compare
Choose a tag to compare

Changelog

19b4675 Use workflow_dispatch to bump releases (#28)

v0.2.0

27 Sep 17:11
v0.2.0
0035c04
Compare
Choose a tag to compare

Changelog

0035c04 Update to go v1.17 (#20)

v0.1.0

03 May 02:33
Compare
Choose a tag to compare

Changelog

2b0c469 update workflow