File rubygem-paranoia.changes of Package rubygem-paranoia
-------------------------------------------------------------------
Mon Nov 4 17:12:01 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 3.0.0, see bundled CHANGELOG.md
-------------------------------------------------------------------
Fri Nov 3 07:49:33 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- ## 2.6.3
* [#548](https://github.com/rubysherpas/paranoia/pull/441) Add support for [Rails 7.1](https://github.com/rails/rails/releases/tag/v7.1.0) (#441)
[Indyarocks](https://github.com/indyarocks)
## 2.6.2
* [#441](https://github.com/rubysherpas/paranoia/pull/441) Recursive restore with has_many/one through assocs (#441)
[Emil Ong](https://github.com/emilong)
-------------------------------------------------------------------
Wed Dec 7 11:28:53 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.6.1
see installed CHANGELOG.md
## 2.6.1
* [#535](https://github.com/rubysherpas/paranoia/pull/535) Allow to skip updating paranoia_destroy_attributes for records while really_destroy!
[Anton Bogdanov](https://github.com/kortirso)
-------------------------------------------------------------------
Thu Apr 28 05:40:20 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.6.0
see installed CHANGELOG.md
## 2.6.0
* [#512](https://github.com/rubysherpas/paranoia/pull/512) Quote table names; Mysql 8 has keywords that might match table names which cause an exception.
* [#476](https://github.com/rubysherpas/paranoia/pull/476) Fix syntax error in documentation.
* [#485](https://github.com/rubysherpas/paranoia/pull/485) Rollback transaction if destroy aborted.
* [#522](https://github.com/rubysherpas/paranoia/pull/522) Add failing tests for association with abort on destroy.
* [#513](https://github.com/rubysherpas/paranoia/pull/513) Fix create callback called on destroy.
## 2.5.3
* [#532](https://github.com/rubysherpas/paranoia/pull/532) Fix: correct bug when sentinel_value is not a timestamp
[Hassanin Ahmed](https://github.com/sas1ni69)
* [#531](https://github.com/rubysherpas/paranoia/pull/531) Added test case to reproduce bug introduce in v2.5.1
[Sherif Elkassaby](https://github.com/sherif-nedap)
* [#529](https://github.com/rubysherpas/paranoia/pull/529) Fix: Do not define a RSpec matcher when RSpec isn't present
[Sebastian Welther](https://github.com/swelther)
-------------------------------------------------------------------
Tue Feb 15 07:33:40 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.5.2
see installed CHANGELOG.md
## 2.5.2
* [#526](https://github.com/rubysherpas/paranoia/pull/526) Do not include tests files in packaged gem
[Jason Fleetwood-Boldt](https://github.com/jasonfb)
* [#492](https://github.com/rubysherpas/paranoia/pull/492) Warn if acts_as_paranoid is called more than once on the same model
[Ignatius Reza](https://github.com/ignatiusreza)
## 2.5.1
* [#481](https://github.com/rubysherpas/paranoia/pull/481) Replaces hard coded `deleted_at` with `paranoia_column`.
[Hassanin Ahmed](https://github.com/sas1ni69)
## 2.5.0
* [#516](https://github.com/rubysherpas/paranoia/pull/516) Add support for ActiveRecord 7.0, drop support for EOL Ruby < 2.5 and Rails < 5.1
adding support for Rails 7
[Mathieu Jobin](https://github.com/mathieujobin)
* [#515](https://github.com/rubysherpas/paranoia/pull/515) Switch from Travis CI to GitHub Actions
[Shinichi Maeshima](https://github.com/willnet)
-------------------------------------------------------------------
Tue Jan 25 07:17:49 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.5.0
see installed CHANGELOG.md
## 2.4.3
* [#503](https://github.com/rubysherpas/paranoia/pull/503) Bump activerecord dependency for Rails 6.1
[Jörg Schiller](https://github.com/joergschiller)
* [#483](https://github.com/rubysherpas/paranoia/pull/483) Update JRuby version to 9.2.8.0 + remove EOL Ruby 2.2
[Uwe Kubosch](https://github.com/donv)
* [#482](https://github.com/rubysherpas/paranoia/pull/482) Fix after_commit for Rails 6
[Ashwin Hegde](https://github.com/hashwin)
-------------------------------------------------------------------
Wed Jan 20 13:05:36 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 2.4.3
see installed CHANGELOG.md
-------------------------------------------------------------------
Sun May 5 09:38:44 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.4.2
see installed CHANGELOG.md
## 2.4.2
* [#470](https://github.com/rubysherpas/paranoia/pull/470) Add support for ActiveRecord 6.0
[Anton Kolodii](https://github.com/iggant), [Jared Norman](https://github.com/jarednorman)
-------------------------------------------------------------------
Tue Apr 10 20:45:06 UTC 2018 - factory-auto@kulow.org
- updated to version 2.4.1
see installed CHANGELOG.md
## 2.4.1
* [#435](https://github.com/rubysherpas/paranoia/pull/435) Monkeypatch activerecord relations to work with rails 6.2.0
[Bartosz Bonisławski (@bbonislawski)](https://github.com/bbonislawski)
-------------------------------------------------------------------
Sun Dec 3 19:28:05 UTC 2017 - coolo@suse.com
- updated to version 2.4.0
see installed CHANGELOG.md
## 2.4.0
* [#423](https://github.com/rubysherpas/paranoia/pull/423) Add `paranoia_destroy` and `paranoia_delete` aliases
[John Hawthorn (@jhawthorn)](https://github.com/jhawthorn)
* [#408](https://github.com/rubysherpas/paranoia/pull/408) Fix instance variable `@_disable_counter_cache` not initialized warning.
[Akira Matsuda (@amatsuda)](https://github.com/amatsuda)
* [#412](https://github.com/rubysherpas/paranoia/pull/412) Fix `really_destroy!` behavior with `sentinel_value`
[Steve Rice (@steverice)](https://github.com/steverice)
-------------------------------------------------------------------
Tue May 23 10:09:25 UTC 2017 - coolo@suse.com
- updated to version 2.3.1
see installed CHANGELOG.md
## 2.3.1
* [#397](https://github.com/rubysherpas/paranoia/pull/397) Bump active record max version to support 5.1 final
-------------------------------------------------------------------
Sat Apr 15 04:34:51 UTC 2017 - coolo@suse.com
- updated to version 2.3.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Fri Feb 17 05:31:22 UTC 2017 - coolo@suse.com
- updated to version 2.2.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Sat Oct 29 04:42:56 UTC 2016 - coolo@suse.com
- updated to version 2.2.0
see installed CHANGELOG.md
## 2.2.0 (unreleased)
* Ruby 2.0 or greater is required
* Rails 5.0.0.beta1.1 support [@pigeonworks](https://github.com/pigeonworks) [@halostatue](https://github.com/halostatue) and [@gagalago](https://github.com/gagalago)
* Previously `#really_destroyed?` may have been defined on non-paranoid models, it is now only available on paranoid models, use regular `#destroyed?` instead.
-------------------------------------------------------------------
Tue Apr 19 02:55:57 UTC 2016 - mrueckert@suse.de
- update to 2.1.5
-------------------------------------------------------------------
Sat Sep 26 03:23:59 UTC 2015 - mrueckert@suse.de
- update to 2.1.3
-------------------------------------------------------------------
Sat Apr 18 02:19:52 UTC 2015 - mrueckert@suse.de
- initial package