All Versions
42
Latest Version
Avg Release Cycle
15 days
Latest Release
1664 days ago

Changelog History
Page 4

  • v4.11.4 Changes

    August 26, 2019

    ๐Ÿš€ This patch release fixes an issue with the old nulls package: it wasn't possible to use both old and new package at the same time (to ease a migration, for instance).

    ๐Ÿ”„ Changelog

    8622069 Bump version
    5755dac Fix broken redirection for nulls (#427)

  • 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 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 Changes

    July 05, 2019

    0๏ธโƒฃ 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 Changes

    June 07, 2019

    ๐Ÿ”„ 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 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

    ๐Ÿ”„ Changelog

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

  • v4.9.8 Changes

    February 15, 2019

    ๐Ÿ”„ Changelog

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

  • v4.9.7 Changes

    February 14, 2019

    ๐Ÿ”„ Changelog

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

  • 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