All Versions
21
Latest Version
Avg Release Cycle
172 days
Latest Release
561 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.0.2 Changes
September 16, 2021 -
v5.0.1 Changes
June 11, 2021๐ Improved
- Don't load associated model when auditing is disabled - @nut4k1 #584
-
v5.0.0 Changes
June 10, 2021๐ Improved
- ๐ Fixes an issue where array attributes were not deserialized properly - @cfeckardt, @yuki24 #448 #576
- ๐ Improve error message on audit_comment and allow for i18n override - @james #523
- Don't require a comment if only non-audited fields are changed - @james #522
- โก๏ธ Readme updates - @gourshete #525
- ๐ Allow restoring previous enum behavior with flag - @travisofthenorth #526
- ๐ Follow Rails Autoloading conventions - @duncanjbrown #532
- Fix own_and_associated_audits for STI Models - @eric-hemasystems #533
- ๐ Rails 6.1 Improvements - @okuramasafumi, @marcrohloff #563 #544
- ๐ Use Thread local variables instead of Fibers - @arathunku #568
๐ Changed
- โฌ๏ธ Drop support for Rails 4 - @travisofthenorth #527
-
v4.10.0 Changes
January 07, 2021 -
v4.9.0 Changes
July 17, 2019๐ฅ Breaking changes
- โ removed block support for
Audit.reconstruct_attributes
#437 - removed
audited_columns
,non_audited_columns
,auditing_enabled=
instance methods, use class methods instead #424 - โ removed rails 4.1 and 4.0 support #431
โ Added
- โ Add
with_auditing
methods to enable temporarily #502 - Add
update_with_comment_only
option to control audit creation with only comments #327 - ๐ Support for Rails 6.0 and Ruby 2.6 #494
๐ Changed
- None
๐ Fixed
- Ensure enum changes are stored consistently #429
- โ removed block support for
-
v4.8.0 Changes
August 19, 2018๐ฅ Breaking changes
- None
โ Added
- โ Add ability to globally disable auditing #426
- Add
own_and_associated_audits
method to auditable models #428 - Ability to nest
as_user
within itself #450 - Private methods can now be used for conditional auditing #454
๐ Changed
- โ Add version to
auditable_index
#427 - ๐ Rename audited resource revision
version
attribute toaudit_version
and deprecateversion
attribute #443
๐ Fixed
- None
-
v4.7.1 Changes
April 10, 2018๐ฅ Breaking changes
- None
โ Added
- None
๐ Changed
- None
๐ Fixed
- ๐ Allow use with Rails 5.2 final
-
v4.7.0 Changes
March 14, 2018๐ฅ Breaking changes
- None
โ Added
- โ Add
inverse_of: auditable
definition to audit relation #413 - โ Add functionality to conditionally audit models #414
- ๐ Allow limiting number of audits stored #405
๐ Changed
- โฌ๏ธ Reduced db calls in
#revisions
method #402 #403 - โก๏ธ Update supported Ruby and Rails versions #404 #409 #415 #416
๐ Fixed
-
v4.6.0 Changes
January 10, 2018๐ฅ Breaking changes
- None
โ Added
- โ Add functionality to undo specific audit #381
๐ Changed
- Removed duplicate declaration of
non_audited_columns
method #365 - โก๏ธ Updated
audited_changes
calculation to support Rails>=5.1 change syntax #377 - ๐ Improve index ordering for polymorphic indexes #385
- โก๏ธ Update CI to test on newer versions of Ruby and Rails #386 #387 #388
- Simplify
audited_columns
calculation #391 - Simplify
audited_changes
calculation #389 - Normalize options passed to
audited
method #397
๐ Fixed
-
v4.5.0 Changes
May 22, 2017๐ฅ Breaking changes
- None
โ Added
- ๐ Support for
user_id
column to be auuid
type #333
๐ Fixed