Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 14, 2025

This PR contains the following updates:

Package Update Change
diesel-guard minor 0.2.0 -> 0.3.0

Release Notes

ayarotsky/diesel-guard (diesel-guard)

v0.3.0

Compare Source

Added
  • AddJsonColumn check - Detects adding JSON/JSONB columns without safe migration pattern
  • AddPrimaryKey check - Detects ALTER TABLE ... ADD PRIMARY KEY operations
  • DropPrimaryKey check - Detects ALTER TABLE ... DROP CONSTRAINT on primary keys
  • WideIndex check - Detects indexes with excessive column count that may hurt performance
  • TruncateTable check - Detects TRUNCATE TABLE operations in migrations
  • DropIndex check - Detects DROP INDEX without CONCURRENTLY clause
  • ShortIntegerPrimaryKey check - Detects INTEGER (32-bit) primary keys that risk overflow
  • AddUniqueConstraint check - Detects ALTER TABLE ... ADD CONSTRAINT ... UNIQUE operations
  • GitHub Actions CI workflow for automated testing
  • Parse error reporting now includes source code spans and line numbers for better debugging
Changed
  • CI toolchain locked to Rust 1.90.0 for consistent builds
  • Documentation improvements including table of contents in README
  • Fixed CHECK constraint naming examples to follow best practices

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 was generated by Mend Renovate. View the repository job log.

@Turbo87 Turbo87 merged commit a689ca2 into main Dec 14, 2025
13 checks passed
@Turbo87 Turbo87 deleted the renovate/diesel-packages branch December 14, 2025 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant