bun v1.1.6 Release Notes

Release Date: 2022-07-10 // almost 2 years ago
  • ๐Ÿ› Bug Fixes

    • bunotel add set attributes to query metrics (dae82cc)
    • db.ScanRows: ensure rows.Close is called (9ffbc6a)
    • ๐Ÿ”€ merge apply (3081849)
    • migrate: close conn/tx on error (7b168ea)
    • migrate: type Migration should be used as a value rather than a pointer (fb43935)
    • migrate: type MigrationGroup should be used as a value rather than a pointer (649da1b)
    • mssql cursor pagination (#589) (b34ec97)

    ๐Ÿ”‹ Features

    • โšก๏ธ "skipupdate" model field tag (#565) (9288294)
    • โž• add pgdriver write error to log (5ddda3d)
    • โž• add query string representation (520da7e)
    • โž• add relation condition with tag (fe5bbf6)
    • โž• add support for ON UPDATE and ON DELETE rules on belongs-to relationships from struct tags (#533) (a327b2a)
    • โž• add tx methods to IDB (#587) (feab313)
    • โž• added raw query calls (#596) (127644d)
    • bunotel: add option to enable formatting of queries (#547) (b9c768c)
    • config.go: add sslrootcert support to DSN parameters (3bd5d69)
    • create an extra module for newrelic (#599) (6c676ce)
    • migrate: add WithMarkAppliedOnSuccess (31b2cc4)
    • pgdialect: add hstore support (66b44f7)
    • pgdialect: add identity support (646251e)
    • pgdriver: expose pgdriver.ParseTime (405a7d7)