Audited v4.4.0 Release Notes

Release Date: 2017-03-29 // about 7 years ago
  • ๐Ÿ’ฅ Breaking changes

    • None

    โž• Added

    • ๐Ÿ‘Œ Support for audited_changes to be a json or jsonb column in PostgreSQL #216
    • ๐Ÿ‘ Allow Audited::Audit to be subclassed by configuring Audited.audit_class #314
    • ๐Ÿ‘Œ Support for Ruby on Rails 5.1 #329
    • ๐Ÿ‘Œ Support for Ruby 2.4 #329

    ๐Ÿ”„ Changed

    • โœ‚ Remove rails-observer dependency #325
    • ๐Ÿ—„ Undeprecated Audited.audit_class reader #314

    ๐Ÿ›  Fixed

    • ๐Ÿš… SQL error in Rails Conditional GET (304 caching) #295
    • Fix missing non_audited_columns= configuration setter #320
    • ๐Ÿ›  Fix migration generators to specify AR migration version #329