avram v0.12.1 Release Notes

Release Date: 2019-10-16 // over 4 years ago
  • ๐Ÿš€ This release adds in some bug fixes:

    • ๐Ÿ›  Fix record deletion when primary key is UUID
    • ๐Ÿ›  Fixes when you set a default value on an array column to an empty array
    • โž• Adds in cast from Int64 to Int32 with Overflow catch
    • ๐Ÿ›  Fixes SaveOperation with UUID primary key id being set if there's custom before_save callbacks.
    • ๐Ÿ›  Fixes SaveOperation validate required attributes when custom before_save callbacks are added.

    Also added 2 new methods:

    • โž• Adds reset_limit for Query objects
    • โž• Adds reset_offset for Query objects