Skip to content

Releases: gobuffalo/pop

v4.11.3

16 Aug 08:30
Compare
Choose a tag to compare

This patch release fixes issues with reserved identifiers (if you named your column "like", for instance, which is a reserved SQL keyword. It also truncates nanoseconds from created_at and updated_at columns since the databases can't store timestamps with this precision.

A small feature was also introduced: you can now set the CreatedAt field by hand instead of letting pop generate it for you.

Changelog

caa68d3 Adding model struct comment to prevent lint warning (#418)
42586cb Allow for manually setting the CreatedAt field. (#409)
c6dcf30 Back to development
e7efc96 Bump version
6251207 Improve model tests (#411)
33f02e5 Merge branch 'development'
79000c1 Quote identifiers (#383)
77a6d94 Remove nanoseconds when touching updated at (#415)
3d3d2c7 Tests/fix failing tests due to whitespace (#416)

v4.11.2

05 Jul 09:05
Compare
Choose a tag to compare

This minor version contains several fixes, and allows for dialect driver override (if you want to use another driver than the default one).

Changelog

b6770e4 Add optional attribute 'driver' to config (#404)
11e0de0 Bump version
8f45961 Fix some style issues (#403)
4c90b0f Merge branch 'development'
adb1064 Migration runner and MigrationContent functions (#407)
0e2ff23 Return error from findMigrations (#401)
a133d90 Update database template YAML to conform to spec (#400)
4326f96 match struct and ParseMigrationFileName func (#396)
05102f3 moves a few dependencies internally to cut down on the number or external (#399)
e9ac525 uses the gogen implementation shipped with genny (#406)
6df815a Change encoding to collation (#397)

v4.11.1

07 Jun 10:45
d8d4348
Compare
Choose a tag to compare

Changelog

8f6a6c0 Fix eagerAssociations with slice of pointers (#391)
def18b1 Fixed TruncateAll bug from CockroachDB dialect with database version 19.1.1 (#387)
96a54f4 Improve test.sh wrapper (#390)
d8d4348 Merge branch 'master' into release-4.11.1

v4.11.0

05 May 12:56
5a442f5
Compare
Choose a tag to compare

Changelog

af5280b Back to development
7ba6947 Add Timestamps() macro when generating fizz migrations (#365)
669c04a Azure pipelines (#367)
781acef Remove legacy Anko format fixer (#366)
6c35dde removes errors.WithStack as its noisy and makes it harder to understand (#372)
a3d19f6 Add a fix for old fizz without Timestamps() (#373)
72243ad Add a mention in godocs about the behavior on slices for executors (#375)
6ee624e Fix "has_one" pointer association (#378)
cbfa004 Bump version
2e56ce4 Fix IdlePool option (#380)

v4.10.0

08 Mar 18:44
Compare
Choose a tag to compare

Changelog

9878145 Add a comment on Create to describe Flat and Eager modes
91e62fd Add option to specify path for models (#347)
c276e05 Add paginable interface to loosen buffalo ties to pop (#361)
a44e8e5 Back to development
9eeaaa1 Bump version
0a6f94b Improve test script
9aeb9ba Merge branch 'master' into development
053f085 Merge branch 'master' into development
4321166 Merge branch 'master' into development
891bf42 Migrate gobuffalo/uuid to gofrs/uuid (#348)
ab105fe Migrate nulls to gobuffalo/nulls (#357)
9580258 Minor cleanup
3e6cf4d PostgreSQL dialog URL parser (#346)
f9fc3a3 Refactor dialect commons (#358)
07118a2 Rework generic exec (#360)
9a76f53 remove movinglater (#354)

v4.9.9

20 Feb 19:01
Compare
Choose a tag to compare

Changelog

a140925 Bump version
448222f Fix many to many pointer column field name (#350)

v4.9.8

15 Feb 21:52
Compare
Choose a tag to compare

Changelog

ccc2cf5 Bump version
87b1998 Dangerous serialization in slices.Strings, broken behavior fixes #342 (#343)

v4.9.7

14 Feb 21:51
Compare
Choose a tag to compare

Changelog

ea82301 Bump version
56f55e5 Handle nulls.Int Unmarshal errors properly (#349)

v4.9.6

27 Jan 17:12
Compare
Choose a tag to compare

This is the first version providing pre-compiled binaries with SQLite3 support embedded, for Windows, Mac and Linux. You don't need to recompile soda by yourself anymore! (unless you want to hack it)

Changelog

1c75828 Enable sqlite in MacOS build
f67bc0d Reset to development
f2c9532 Update version

v4.9.5

22 Jan 21:12
Compare
Choose a tag to compare

Changelog

f47f502 Add a Windows Travis build (#330)
fafb7e9 Back to development
bb5ef70 Extract config parsing in ParseConfig
f7726b4 Fix MySQLSuite execution on Travis (#331)
60b907a Fix SQLite URL parsing on Windows (#339)
adadabd Fix config test on Travis
596ae74 Merge branch 'development'
56e7944 version bump: v4.9.5