bun v1.0.22 Release Notes

Release Date: 2022-01-28 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ‘Œ improve scan error message (54048b2)
    • properly discover json.Marshaler on ptr field (3b321b0)

    ๐Ÿ’ฅ Breaking (MySQL, MariaDB)

    • insert: get last insert id only with pk support auto increment (79e7c79). Make sure your MySQL models have bun:",pk,autoincrement" options if you are using autoincrements.

    ๐Ÿ”‹ Features

    • refuse to start when version check does not pass (ff8d767)
    • ๐Ÿ‘Œ support Column in ValuesQuery (0707679)