Closed renovate[bot] closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.92%. Comparing base (
3b8686e
) to head (b5225a0
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
'~> 14.0'
->'~> 15.2'
Release Notes
paper-trail-gem/paper_trail (paper_trail)
### [`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.