Skip to content

Releases: go-rel/rel

v0.42.0

04 Mar 06:16
d65f8e1
Compare
Choose a tag to compare

Changelog

  • 44475be Bump actions/checkout from 2 to 4 (#354)
  • bd4a846 Bump actions/setup-go from 3 to 4 (#356)
  • 7ac79bf Bump actions/setup-go from 4 to 5 (#359)
  • e83eaa4 Bump codecov/codecov-action from 1 to 3 (#352)
  • 1890cb4 Bump codecov/codecov-action from 3 to 4 (#362)
  • 3b36085 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#366)
  • 6bddf91 Bump github/codeql-action from 1 to 2 (#355)
  • 6acd4c9 Bump github/codeql-action from 2 to 3 (#358)
  • 684f128 Bump goreleaser/goreleaser-action from 2 to 5 (#353)
  • d65f8e1 Fix nested preload with duplicate ptr belongs to (#365)
  • b25202f Update dependabot.yml (#351)

v0.41.0

28 Oct 10:42
738fb89
Compare
Choose a tag to compare

Changelog

v0.40.0

26 Aug 00:27
0384795
Compare
Choose a tag to compare

Changelog

  • b116d0f Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#320)
  • 8750e2c Bump github.com/stretchr/testify from 1.8.1 to 1.8.4 (#335)
  • 1819a65 Fix CI (#334)
  • 26f3b22 Fix typo in comment (#340)
  • ea91f66 Refactor scanMulti to only call scan once (#339)
  • 0384795 Rename CreateDocument to NewDocument (#341)
  • eaafe49 Upgrade go tool-version to 1.20

v0.39.0

23 Oct 13:07
bfe77a0
Compare
Choose a tag to compare

Changelog

  • eaad046 Add query args to instrumentation (#314)
  • d16b6f2 Bump github.com/subosito/gotenv from 1.4.0 to 1.4.1 (#309)
  • 001ce33 Extract cmd package (#319)
  • bfe77a0 Generic type Repository wrapper (#318)
  • 726f0b3 Replace empty interface with any (#315)
  • 024d66f Set min go version to 1.15 and fix build matrix (#316)
  • 4c6cb7e Update go.mod and workflows to use go 1.19 (#313)

v0.38.0

08 Jul 07:21
36bf6b0
Compare
Choose a tag to compare

Changelog

36bf6b0 Allow named structs to be embedded (#303)

v0.37.0

03 Jul 05:58
d417e5f
Compare
Choose a tag to compare

Changelog

  • 57e2c90 Add join assoc query builder (#298)
  • 7edbcb0 Auto populate join fields (#292)
  • f5e5856 Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 (#297)
  • d417e5f Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (#299)
  • dfc48ca Support loading association using Join query (#302)

v0.36.0

22 Jun 11:32
8347a7d
Compare
Choose a tag to compare

Changelog

  • 08e54aa Add support for scanning joined assoc (#290)
  • ed1c488 Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#291)
  • 64492f9 Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#294)
  • 115ffc0 Bump github.com/subosito/gotenv from 1.3.0 to 1.4.0 (#288)
  • 8347a7d Migration's Do takes a context as its first argument (#295)

v0.35.0

29 May 11:16
ae7d739
Compare
Choose a tag to compare

Changelog

  • ae7d739 Split big preloading-IN query into multiple queries (#283) (#285)

v0.34.1

26 May 01:28
d4f89cf
Compare
Choose a tag to compare

Changelog

  • c315e44 Add Iris Example (#282)
  • 555c63e Bump github.com/subosito/gotenv from 1.2.0 to 1.3.0 (#284)
  • d4f89cf Fix Unhandled exception in gopkg.in/yaml.v3 (#286)

v0.34.0

25 Mar 13:12
701b5d7
Compare
Choose a tag to compare

Changelog

  • 23fd349 Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#273)
  • f3a1b01 Optimistic locking (#265)
  • 701b5d7 Refactor optimistic lock api and test (#276)