Skip to content

Releases: gobuffalo/pop

v5.3.2

27 Jan 20:59
c81c996
Compare
Choose a tag to compare
  • Bump pgx and pgconn versions
  • Ensure uninitialized map is initialized when unmarshaling json
  • Exclude migration_table_name from connection string
  • Add support for pointer FKs when preloading a belongs_to association
  • Support context-aware tablenames

v5.3.1

20 Oct 06:31
Compare
Choose a tag to compare

Changelog

9d4de46 Load SQLite instrumentation only when build tag present (#601)
6a95bfb Bump version

v5.3.0

18 Oct 07:39
Compare
Choose a tag to compare

Changelog

9d9abfa Add multiple fields loading (#589)
b1085ba fix: return ID on create (#590)
5ce72a7 feat: allow passing options to a new transaction
b3ed067 Bump godirwalk dependency
8864afb feat: add support for instrumentation (#599)
6327c12 Bump version

v5.2.4

16 Aug 18:47
Compare
Choose a tag to compare

Changelog

1dd9505 Bump go-sqlite3 to latest version (#573)
81b8a32 fix: ignore unsupported migration dialects (#576)
0e25cc8 Fix default driver logic (#585)
d30b82d Bump version

v5.2.3

29 Jun 20:43
Compare
Choose a tag to compare

Changelog

faf98ab fix: return error when ID field is missing (#566)
7d22178 Bump version

v5.2.2

25 Jun 21:29
Compare
Choose a tag to compare

Changelog

4900410 Bump version

v5.2.1

25 Jun 16:58
Compare
Choose a tag to compare

Changelog

81018f3 Bump version

v5.2.0

21 Jun 17:50
Compare
Choose a tag to compare

Changelog

4196733 Bump version

v5.1.3

22 May 21:23
Compare
Choose a tag to compare

Changelog

80b9462 Bump version
4a04938 Bump version
9024edb Fix belongs_to association db field name (#545)
e747e61 Fix belongs_to tag value to support underscored. (#546)
6842d77 Fix mariadb driver issue (#543)
fcef263 Merge branch 'development'
10d2889 Mod tidy
65c15af map time.time to timestamp (#549)

v5.1.2

17 May 22:35
Compare
Choose a tag to compare

Changelog

4a04938 Bump version
9024edb Fix belongs_to association db field name (#545)
e747e61 Fix belongs_to tag value to support underscored. (#546)
6842d77 Fix mariadb driver issue (#543)
12af063 Merge branch 'development'
10d2889 Mod tidy