Tags: spa5k/pg_strict
Tags
Update version to 1.0.2 and enhance documentation - Bump version in Cargo.toml and pg_strict.control to 1.0.2 - Update README to reflect the latest version and provide absolute URLs for installation commands - Add new images to illustrate extension usage and configuration - Modify release workflow to support versioning and improve asset management
Remove ineffective caching from release workflow - Remove cargo-pgrx/pgrx toolchains caching (actions/cache) - Remove Rust build artifacts caching (Swatinem/rust-cache) - These caches weren't providing meaningful benefits for pgrx builds - The build is fast enough without caching (~2-3 minutes per PG version) - Simplifies workflow and reduces complexity - Each release build is now clean and predictable
Fix release workflow permissions and add overwrite_files - Add contents: write permission at job level for GitHub Actions - Add overwrite_files: true to handle multiple matrix jobs uploading to same release - This fixes the 403 'Resource not accessible by integration' error - Each PostgreSQL version build will now be able to upload to the same release