All Versions
49
Latest Version
Avg Release Cycle
18 days
Latest Release
512 days ago

Changelog History
Page 4

  • v1.0.3 Changes

    September 06, 2021
    • ๐Ÿ›  Fixed bulk soft deletes.
    • ๐Ÿ›  pgdialect: fixed scanning into an array pointer.
  • v1.0.2 Changes

    September 04, 2021
    • ๐Ÿ”„ Changed to completely ignore fields marked with bun:"-". If you want to be able to scan into such columns, use bun:",scanonly".
    • ๐Ÿ›  pgdriver: fixed SASL authentication handling.
  • v1.0.1 Changes

    September 02, 2021
    • pgdriver: added erroneous zero writes retry.
    • ๐Ÿ‘Œ Improved column handling in Relation callback.
  • v1.0.0 Changes

    September 01, 2021
    • ๐Ÿš€ First stable release.
  • v0.4.1 Changes

    August 18, 2021
    • ๐Ÿ›  Fixed migrate package to properly rollback migrations.
    • โž• Added allowzero tag option that undoes nullzero option.
  • v0.4.0 Changes

    August 11, 2021
    • ๐Ÿ”„ Changed WhereGroup function to accept *SelectQuery.
    • ๐Ÿ›  Fixed query hooks for count queries.
  • v0.3.4 Changes

    July 19, 2021
    • ๐Ÿ“‡ Renamed migrate.CreateGo to CreateGoMigration.
    • โž• Added migrate.WithPackageName to customize the Go package name in generated migrations.
    • ๐Ÿ“‡ Renamed migrate.CreateSQL to CreateSQLMigrations and changed CreateSQLMigrations to create both up and down migration files.
  • v0.3.1 Changes

    July 12, 2021
    • ๐Ÿ“‡ Renamed alias field struct tag to alt so it is not confused with column alias.
    • ๐Ÿ‘€ Reworked migrate package API. See migrate example for details.
  • v0.3.0 Changes

    July 09, 2021
    • ๐Ÿ”„ Changed migrate package to return structured data instead of logging the progress. See migrate example for details.
  • v0.2.14 Changes

    July 01, 2021