Releases: gobuffalo/pop
v4.11.3
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
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
v4.11.0
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
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
v4.9.8
v4.9.7
v4.9.6
v4.9.5
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