Changelog History
Page 4
-
v4.11.4 Changes
August 26, 2019 -
v4.11.3 Changes
August 16, 2019โก๏ธ 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
andupdated_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 Changes
July 05, 20190๏ธโฃ 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.0 Changes
May 05, 2019๐ 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 Changes
March 08, 2019๐ 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 Changes
February 20, 2019 -
v4.9.8 Changes
February 15, 2019 -
v4.9.7 Changes
February 14, 2019 -
v4.9.6 Changes
January 27, 2019๐ง 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