paper-trail-gem/paper_trail (paper_trail)
### [`v16.0.0`](https://redirect.github.com/paper-trail-gem/paper_trail/blob/HEAD/CHANGELOG.md#1600-2024-11-08)
[Compare Source](https://redirect.github.com/paper-trail-gem/paper_trail/compare/v15.2.0...v16.0.0)
##### Breaking Changes
- [#1478](https://redirect.github.com/paper-trail-gem/paper_trail/issues/1478) Do not allow
multiple `has_paper_trail` definitions for models. Previously, when `has_paper_trail`
was called on a parent and a child from STI, then possibly multiple `version` records
will be created per event (`create`, `destroy` etc).
##### Added
- [#1498](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1498) -
Rails 8.0
- [#1422](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1450) - Add `version_error_behavior` config
config option to control error handling when creating/updating/deleting `Version` records.
##### Fixed
- None
### [`v15.2.0`](https://redirect.github.com/paper-trail-gem/paper_trail/blob/HEAD/CHANGELOG.md#1520-2024-09-07)
[Compare Source](https://redirect.github.com/paper-trail-gem/paper_trail/compare/v15.1.0...v15.2.0)
##### Breaking Changes
- None
##### Added
- [#1485](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1485) -
Rails 7.2
- [#1457](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1457) -
Change `versions` table layout (migration generator template) for performance
##### Fixed
- None
### [`v15.1.0`](https://redirect.github.com/paper-trail-gem/paper_trail/blob/HEAD/CHANGELOG.md#1510-2023-10-22)
[Compare Source](https://redirect.github.com/paper-trail-gem/paper_trail/compare/v15.0.0...v15.1.0)
##### Breaking Changes
- None
##### Fixed
- None
##### Dependencies
- Add support for Rails 7.1
- Add support for Ruby 3.2
### [`v15.0.0`](https://redirect.github.com/paper-trail-gem/paper_trail/blob/HEAD/CHANGELOG.md#1500-2023-08-06)
[Compare Source](https://redirect.github.com/paper-trail-gem/paper_trail/compare/v14.0.0...v15.0.0)
##### Breaking Changes
- None
##### Added
- [#1416](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1416) - Adds a
model-configurable option `synchronize_version_creation_timestamp` which, if
set to false, opts out of synchronizing timestamps between `Version.created_at`
and the record's `updated_at`.
##### Fixed
- [#1422](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1422) - Fix the
issue that unencrypted plaintext values are versioned with ActiveRecord
encryption (since Rails 7) when using JSON serialization on PostgreSQL json
columns.
- [#1414](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1414) - When
generating the migration, the version table will use uuid as primary key type
if `--uuid` flag is specified.
##### Dependencies
- Drop support for Rails 6.0, which \[reached EoL on 2023-06-01]\[2]
- Drop support for Ruby 2.7, which \[reached EoL on 2023-03-31]\[3]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
'~> 14.0.0'
->'~> 16.0.0'
Release Notes
paper-trail-gem/paper_trail (paper_trail)
### [`v16.0.0`](https://redirect.github.com/paper-trail-gem/paper_trail/blob/HEAD/CHANGELOG.md#1600-2024-11-08) [Compare Source](https://redirect.github.com/paper-trail-gem/paper_trail/compare/v15.2.0...v16.0.0) ##### Breaking Changes - [#1478](https://redirect.github.com/paper-trail-gem/paper_trail/issues/1478) Do not allow multiple `has_paper_trail` definitions for models. Previously, when `has_paper_trail` was called on a parent and a child from STI, then possibly multiple `version` records will be created per event (`create`, `destroy` etc). ##### Added - [#1498](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1498) - Rails 8.0 - [#1422](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1450) - Add `version_error_behavior` config config option to control error handling when creating/updating/deleting `Version` records. ##### Fixed - None ### [`v15.2.0`](https://redirect.github.com/paper-trail-gem/paper_trail/blob/HEAD/CHANGELOG.md#1520-2024-09-07) [Compare Source](https://redirect.github.com/paper-trail-gem/paper_trail/compare/v15.1.0...v15.2.0) ##### Breaking Changes - None ##### Added - [#1485](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1485) - Rails 7.2 - [#1457](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1457) - Change `versions` table layout (migration generator template) for performance ##### Fixed - None ### [`v15.1.0`](https://redirect.github.com/paper-trail-gem/paper_trail/blob/HEAD/CHANGELOG.md#1510-2023-10-22) [Compare Source](https://redirect.github.com/paper-trail-gem/paper_trail/compare/v15.0.0...v15.1.0) ##### Breaking Changes - None ##### Fixed - None ##### Dependencies - Add support for Rails 7.1 - Add support for Ruby 3.2 ### [`v15.0.0`](https://redirect.github.com/paper-trail-gem/paper_trail/blob/HEAD/CHANGELOG.md#1500-2023-08-06) [Compare Source](https://redirect.github.com/paper-trail-gem/paper_trail/compare/v14.0.0...v15.0.0) ##### Breaking Changes - None ##### Added - [#1416](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1416) - Adds a model-configurable option `synchronize_version_creation_timestamp` which, if set to false, opts out of synchronizing timestamps between `Version.created_at` and the record's `updated_at`. ##### Fixed - [#1422](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1422) - Fix the issue that unencrypted plaintext values are versioned with ActiveRecord encryption (since Rails 7) when using JSON serialization on PostgreSQL json columns. - [#1414](https://redirect.github.com/paper-trail-gem/paper_trail/pull/1414) - When generating the migration, the version table will use uuid as primary key type if `--uuid` flag is specified. ##### Dependencies - Drop support for Rails 6.0, which \[reached EoL on 2023-06-01]\[2] - Drop support for Ruby 2.7, which \[reached EoL on 2023-03-31]\[3]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.