SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.5-rubygem-audited-5.6.0-lp156.1.2.x86_64.rpm :

* Fri Jun 21 2024 Dan Čermák - ### 5.6.0 (2024-04-05)- Removed support for Rails 5.0 and 5.1.- Replace RequestStore with ActiveSupport::CurrentAttributes - AATTpunkisdead [#702](https://github.com/collectiveidea/audited/pull/702) [#]## 5.5.0 (2024-04-02)- Bad release. Same code as 5.4.1. Use 5.6.0 for updated features.
* Mon Jan 29 2024 Dan Čermák - ### 5.4.3 (2024-01-11)- Ignore readonly columns in audit - AATTsriddbs [#692](https://github.com/collectiveidea/audited/pull/692)- Robustify Rails version checks - AATTblaet [#689](https://github.com/collectiveidea/audited/pull/689)- Ignore callbacks if not specifed on the model [#679](https://github.com/collectiveidea/audited/pull/679)
* Tue Nov 14 2023 Dan Čermák - New upstream release 5.4.2, see bundled CHANGELOG.md
* Tue Jan 25 2022 Stephan Kulow updated to version 5.0.2 see installed CHANGELOG.md [#]# 5.0.2 (2021-09-16) Added - Relax ActiveRecord version constraint to support Rails 7 [#597](https://github.com/collectiveidea/audited/pull/597) Improved - Improve loading - AATTmvastola [#592](https://github.com/collectiveidea/audited/pull/592) - Update README - AATTdanirod, clement1234 [#596](https://github.com/collectiveidea/audited/pull/596) [#594](https://github.com/collectiveidea/audited/pull/594)
* Thu Jun 24 2021 Stephan Kulow updated to version 5.0.1 see installed CHANGELOG.md
* Wed Jan 20 2021 Stephan Kulow updated to version 4.10.0 see installed CHANGELOG.md [#]# 4.10.0 (2021-01-07) Added - Add redacted option [#485](https://github.com/collectiveidea/audited/pull/485) - Rails 6.1. support [#554](https://github.com/collectiveidea/audited/pull/554) [#559](https://github.com/collectiveidea/audited/pull/559) Improved - Avoid extra query on first audit version [#513](https://github.com/collectiveidea/audited/pull/513)
* Fri Jul 19 2019 Stephan Kulow - updated to version 4.9.0 see installed CHANGELOG.md [#]# Unreleased [#]# 4.9.0 (2019-07-17) Breaking changes - removed block support for `Audit.reconstruct_attributes` [#437](https://github.com/collectiveidea/audited/pull/437) - removed `audited_columns`, `non_audited_columns`, `auditing_enabled=` instance methods, use class methods instead [#424](https://github.com/collectiveidea/audited/pull/424) - removed rails 4.1 and 4.0 support [#431](https://github.com/collectiveidea/audited/pull/431) Added - Add `with_auditing` methods to enable temporarily [#502](https://github.com/collectiveidea/audited/pull/502) - Add `update_with_comment_only` option to control audit creation with only comments [#327](https://github.com/collectiveidea/audited/pull/327) - Support for Rails 6.0 and Ruby 2.6 [#494](https://github.com/collectiveidea/audited/pull/494) Changed - None Fixed - Ensure enum changes are stored consistently [#429](https://github.com/collectiveidea/audited/pull/429)
* Wed Sep 05 2018 cooloAATTsuse.com- updated to version 4.8.0 see installed CHANGELOG.md
* Wed Apr 11 2018 factory-autoAATTkulow.org- updated to version 4.7.1 see installed CHANGELOG.md - None [#]# 4.7.1 (2018-04-10) Breaking changes
* Tue Mar 20 2018 factory-autoAATTkulow.org- updated to version 4.7.0 see installed CHANGELOG.md [#]# 4.7.0 (2018-03-14) Breaking changes - None Added - Add `inverse_of: auditable` definition to audit relation [#413](https://github.com/collectiveidea/audited/pull/413) - Add functionality to conditionally audit models [#414](https://github.com/collectiveidea/audited/pull/414) - Allow limiting number of audits stored [#405](https://github.com/collectiveidea/audited/pull/405) Changed - Reduced db calls in `#revisions` method [#402](https://github.com/collectiveidea/audited/pull/402) [#403](https://github.com/collectiveidea/audited/pull/403) - Update supported Ruby and Rails versions [#404](https://github.com/collectiveidea/audited/pull/404) [#409](https://github.com/collectiveidea/audited/pull/409) [#415](https://github.com/collectiveidea/audited/pull/415) [#416](https://github.com/collectiveidea/audited/pull/416) Fixed - Ensure that `on` and `except` options jive with `comment_required: true` [#419](https://github.com/collectiveidea/audited/pull/419) - Fix RSpec matchers [#420](https://github.com/collectiveidea/audited/pull/420)
* Thu Feb 08 2018 cooloAATTsuse.com- updated to version 4.6.0 see installed CHANGELOG.md [#]# 4.6.0 (2018-01-10) Breaking changes - None Added - Add functionality to undo specific audit [#381](https://github.com/collectiveidea/audited/pull/381) Changed - Removed duplicate declaration of `non_audited_columns` method [#365](https://github.com/collectiveidea/audited/pull/365) - Updated `audited_changes` calculation to support Rails>=5.1 change syntax [#377](https://github.com/collectiveidea/audited/pull/377) - Improve index ordering for polymorphic indexes [#385](https://github.com/collectiveidea/audited/pull/385) - Update CI to test on newer versions of Ruby and Rails [#386](https://github.com/collectiveidea/audited/pull/386) [#387](https://github.com/collectiveidea/audited/pull/387) [#388](https://github.com/collectiveidea/audited/pull/388) - Simplify `audited_columns` calculation [#391](https://github.com/collectiveidea/audited/pull/391) - Simplify `audited_changes` calculation [#389](https://github.com/collectiveidea/audited/pull/389) - Normalize options passed to `audited` method [#397](https://github.com/collectiveidea/audited/pull/397) Fixed - Fixed typo in rspec causing incorrect test failure [#360](https://github.com/collectiveidea/audited/pull/360) - Allow running specs using rake [#390](https://github.com/collectiveidea/audited/pull/390) - Passing an invalid version to `revision` returns `nil` instead of last version [#384](https://github.com/collectiveidea/audited/pull/384) - Fix duplicate deceleration warnings [#399](https://github.com/collectiveidea/audited/pull/399)
* Wed May 31 2017 cooloAATTsuse.com- updated to version 4.5.0 see installed CHANGELOG.md [#]# 4.5.0 (2017-05-22) Breaking changes - None Added - Support for `user_id` column to be a `uuid` type [#333](https://github.com/collectiveidea/audited/pull/333) Fixed - Fix retrieval of user from controller when populated in before callbacks [#336](https://github.com/collectiveidea/audited/issues/336) - Fix column type check in serializer for Oracle DB adapter [#335](https://github.com/collectiveidea/audited/pull/335) - Fix `non_audited_columns` to allow symbol names [#351](https://github.com/collectiveidea/audited/pull/351)
* Thu Mar 30 2017 cooloAATTsuse.com- updated to version 4.4.1 CHANGELOG removed upstream
* Sun Sep 18 2016 cooloAATTsuse.com- updated to version 4.3.0 see installed CHANGELOG
* Sat Aug 13 2016 cooloAATTsuse.com- updated to version 4.2.2 see installed CHANGELOG
* Sat Jul 30 2016 cooloAATTsuse.com- updated to version 4.2.1 see installed CHANGELOG
* Wed Apr 01 2015 cooloAATTsuse.com- updated to version 4.2.0
* Mon Feb 09 2015 cooloAATTsuse.com- updated to version 4.0.0
 
ICM