Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:ruby:extensions
rubygem-audited
rubygem-audited.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File rubygem-audited.changes of Package rubygem-audited
------------------------------------------------------------------- Mon Nov 4 16:05:17 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - New upstream release 5.7.0, see bundled CHANGELOG.md ------------------------------------------------------------------- Fri Jun 21 09:19:55 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - ### 5.6.0 (2024-04-05) - Removed support for Rails 5.0 and 5.1. - Replace RequestStore with ActiveSupport::CurrentAttributes - @punkisdead [#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 13:32:53 UTC 2024 - Dan Čermák <dan.cermak@posteo.net> - ### 5.4.3 (2024-01-11) - Ignore readonly columns in audit - @sriddbs [#692](https://github.com/collectiveidea/audited/pull/692) - Robustify Rails version checks - @blaet [#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 14:47:53 UTC 2023 - Dan Čermák <dan.cermak@posteo.net> - New upstream release 5.4.2, see bundled CHANGELOG.md ------------------------------------------------------------------- Tue Jan 25 06:29:06 UTC 2022 - Stephan Kulow <coolo@suse.com> 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 - @mvastola [#592](https://github.com/collectiveidea/audited/pull/592) - Update README - @danirod, clement1234 [#596](https://github.com/collectiveidea/audited/pull/596) [#594](https://github.com/collectiveidea/audited/pull/594) ------------------------------------------------------------------- Thu Jun 24 16:54:52 UTC 2021 - Stephan Kulow <coolo@suse.com> updated to version 5.0.1 see installed CHANGELOG.md ------------------------------------------------------------------- Wed Jan 20 12:03:48 UTC 2021 - Stephan Kulow <coolo@suse.com> 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 08:55:05 UTC 2019 - Stephan Kulow <coolo@suse.com> - 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 5 10:01:55 UTC 2018 - coolo@suse.com - updated to version 4.8.0 see installed CHANGELOG.md ------------------------------------------------------------------- Wed Apr 11 20:28:40 UTC 2018 - factory-auto@kulow.org - updated to version 4.7.1 see installed CHANGELOG.md - None ## 4.7.1 (2018-04-10) Breaking changes ------------------------------------------------------------------- Tue Mar 20 10:04:40 UTC 2018 - factory-auto@kulow.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 8 05:52:16 UTC 2018 - coolo@suse.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 07:09:14 UTC 2017 - coolo@suse.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 04:29:24 UTC 2017 - coolo@suse.com - updated to version 4.4.1 CHANGELOG removed upstream ------------------------------------------------------------------- Sun Sep 18 04:31:13 UTC 2016 - coolo@suse.com - updated to version 4.3.0 see installed CHANGELOG ------------------------------------------------------------------- Sat Aug 13 04:28:44 UTC 2016 - coolo@suse.com - updated to version 4.2.2 see installed CHANGELOG ------------------------------------------------------------------- Sat Jul 30 04:28:54 UTC 2016 - coolo@suse.com - updated to version 4.2.1 see installed CHANGELOG ------------------------------------------------------------------- Wed Apr 1 04:29:25 UTC 2015 - coolo@suse.com - updated to version 4.2.0 ------------------------------------------------------------------- Mon Feb 9 08:06:38 UTC 2015 - coolo@suse.com - updated to version 4.0.0 ------------------------------------------------------------------- Tue Apr 30 09:10:01 UTC 2013 - coolo@suse.com - initial package
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor