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

Changelog History
Page 3

  • v1.0.13 Changes

    October 17, 2021

    ๐Ÿ’ฅ Breaking Change

    • pgdriver: enable TLS by default with InsecureSkipVerify=true (15ec635)

    ๐Ÿ”‹ Features

    • โž• add BeforeAppendModelHook (0b55de7)
    • pgdriver: add support for unix socket DSN (f398cec)
  • v1.0.12 Changes

    October 14, 2021

    ๐Ÿ› Bug Fixes

    • โž• add InsertQuery.ColumnExpr to specify columns (60ffe29)
    • bundebug: change WithVerbose to accept a bool flag (b2f8b91)
    • pgdialect: fix bytea[] handling (a5ca013)
    • pgdriver: rename DriverOption to Option (51c1702)
    • ๐Ÿ‘Œ support allowzero on the soft delete field (d0abec7)

    ๐Ÿ”‹ Features

    • bundebug: allow to configure the hook using env var, for example, BUNDEBUG={0,1,2} (ce92852)
    • bunotel: report DBStats metrics (b9b1575)
    • pgdriver: add Error.StatementTimeout (8a7934d)
    • pgdriver: allow setting Network in config (b24b5d8)
  • v1.0.11 Changes

    October 05, 2021

    ๐Ÿ› Bug Fixes

    • mysqldialect: remove duplicate AppendTime (8d42090)
  • v1.0.10 Changes

    October 05, 2021

    ๐Ÿ› Bug Fixes

    • โž• add UpdateQuery.OmitZero (2294db6)
    • ๐Ÿ‘‰ make ExcludeColumn work with many-to-many queries (300e12b)
    • mysqldialect: append time in local timezone (e763cc8)
    • ๐Ÿท tagparser: improve parsing options with brackets (0daa61e)

    ๐Ÿ”‹ Features

    • โž• add timetz parsing (6e415c4)
  • v1.0.9 Changes

    September 27, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”„ change DBStats to use uint32 instead of uint64 to make it work on i386 (caca2a7)

    ๐Ÿ”‹ Features

    • โž• add IQuery and QueryEvent.IQuery (b762942)
    • โž• add QueryEvent.Model (7688201)
    • bunotel: add experimental bun.query.timing metric (2cdb384)
    • pgdriver: add Config.ConnParams to session config params (408caf0)
    • pgdriver: allow specifying timeout in DSN (7dbc71b)
  • v1.0.8 Changes

    September 18, 2021

    ๐Ÿ› Bug Fixes

    • don't append soft delete where for insert queries with on conflict clause (27c477c)
    • ๐Ÿ‘Œ improve bun.NullTime to accept string (73ad6f5)
    • ๐Ÿ‘‰ make allowzero work with auto-detected primary keys (82ca87c)
    • ๐Ÿ‘Œ support soft deletes on nil model (0556e3c)
  • v1.0.7 Changes

    September 15, 2021

    ๐Ÿ› Bug Fixes

    • don't append zero time as NULL without nullzero tag (3b8d9cb)
    • pgdriver: return PostgreSQL DATE as a string (40be0e8)
    • specify table alias for soft delete where (5fff1dc)

    ๐Ÿ”‹ Features

    • โž• add SelectQuery.Exists helper (c3e59c1)
  • v1.0.6 Changes

    September 11, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”„ change unique tag to create a separate unique constraint (8401615)
    • ๐Ÿ‘Œ improve zero checker for ptr values (2b3623d)
  • v1.0.5 Changes

    September 09, 2021
    • chore: tweak bundebug colors
    • ๐Ÿ›  fix: check if table is present when appending columns
    • ๐Ÿ›  fix: copy []byte when scanning
  • v1.0.4 Changes

    September 08, 2021
    • โž• Added support for MariaDB.
    • โšก๏ธ Restored default SET for ON CONFLICT DO UPDATE queries.