registry
registry copied to clipboard
Update dependency paper_trail to v16
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| paper_trail (changelog) | '~> 14.0' -> '~> 16.0' |
Release Notes
paper-trail-gem/paper_trail (paper_trail)
v16.0.0
Breaking Changes
- #1478 Do not allow
multiple
has_paper_traildefinitions for models. Previously, whenhas_paper_trailwas called on a parent and a child from STI, then possibly multipleversionrecords will be created per event (create,destroyetc).
Added
- #1498 - Rails 8.0
- #1422 - Add
version_error_behaviorconfig config option to control error handling when creating/updating/deletingVersionrecords.
Fixed
- None
v15.2.0
Breaking Changes
- None
Added
- #1485 - Rails 7.2
- #1457 -
Change
versionstable layout (migration generator template) for performance
Fixed
- None
v15.1.0
Breaking Changes
- None
Fixed
- None
Dependencies
- Add support for Rails 7.1
- Add support for Ruby 3.2
v15.0.0
Breaking Changes
- None
Added
- #1416 - Adds a
model-configurable option
synchronize_version_creation_timestampwhich, if set to false, opts out of synchronizing timestamps betweenVersion.created_atand the record'supdated_at.
Fixed
- #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 - When
generating the migration, the version table will use uuid as primary key type
if
--uuidflag 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 - "before 2am" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: Gemfile.lock
[07:30:52.718] INFO (1995): Installing tool [email protected]...
installing v2 tool ruby v3.0.3
/usr/local/containerbase/tools/v2/ruby.sh: line 82: /etc/gemrc: Permission denied
[07:30:52.901] ERROR (1995): Command failed with exit code 1: /usr/local/containerbase/bin/install-tool.sh ruby 3.0.3
[07:30:52.902] FATAL (1995): Install tool ruby failed in 205ms.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.