Skip to content

Releases: go-rel/rel

v0.33.1

12 Mar 18:48
c288fb3
Compare
Choose a tag to compare

Changelog

v0.33.0

12 Mar 17:58
120fb8c
Compare
Choose a tag to compare

Changelog

v0.32.0

20 Feb 05:46
f772d9c
Compare
Choose a tag to compare

Changelog

  • f772d9c 💥 Remove deprecated reltest package (#266)
  • dda2617 Bump github.com/go-rel/reltest from 0.5.0 to 0.6.0 (#264)

v0.31.0

15 Feb 09:41
2604dae
Compare
Choose a tag to compare

Changelog

v0.30.0

14 Nov 09:15
4ebe51e
Compare
Choose a tag to compare

Changelog

4ebe51e 💥 Remove builtin base sql adapter (#258)
3243db8 💥 Remove builtin mysql adapter (#256)
d3aa0b8 💥 Remove builtin postgres adapter (#255)
5300585 💥 Remove builtin sqlite3 adapter (#257)
48832cd Bump github.com/lib/pq from 1.10.3 to 1.10.4 (#254)

v0.29.2

08 Nov 07:54
f207ea0
Compare
Choose a tag to compare

Changelog

f207ea0 Fix Structset to handle uuid ([16]byte) correctly (#253)

v0.29.1

05 Nov 16:39
30b6827
Compare
Choose a tag to compare

Changelog

30b6827 Correctly handle nil values in arrays (#251)
6aa81d4 Fix panics when array ptr is used for InsertAll and DeleteAll (#250)

v0.29.0

05 Nov 05:02
e534415
Compare
Choose a tag to compare

Changelog

05de4f0 Fix to find records to collection of pointer type (#246)
cbcbfd4 Fix typo in comments (#248)
e534415 Implement option to specify any column as primary key (#247)
c0caf3d Test migrator using new reltest package (#243)

v0.28.0

29 Oct 02:48
e6a16a9
Compare
Choose a tag to compare

Changelog

6b09237 Add .deepsource.toml (#237)
ecb6895 Add filter conditions for Join helpers (#239)
e6a16a9 Add support for primary-replica connections (#238)
41b744e Replace bytes.Compare with bytes.Equal (#236)

v0.27.0

20 Oct 12:07
d43e3ea
Compare
Choose a tag to compare

Changelog

d43e3ea Add option to specify addtional filters for joins (#234)