release: v0.6.20 — pgrx 0.19.1 + PostgreSQL 18 (resolve E-006)#65
Merged
Conversation
Version bump + CHANGELOG fold for the v0.6.20 cut: - Cargo.toml / Cargo.lock / pgrdf.control / META.json (both fields) -> 0.6.20 - rename upgrade bridge -> sql/pgrdf--0.5.1--0.6.20.sql (NO schema delta) - compose SQL mount + regression smoke golden -> 0.6.20 - fold CHANGELOG [Unreleased] -> [0.6.20] No schema change and no query-surface change — a build/runtime migration only (pgrx 0.16.1 -> 0.19.1, PG 18), validated end-to-end on PG 18.4 via #64 (full pgrx test suite + compose regression + W3C harnesses all green). Refs #63
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release cut for v0.6.20 — the pgrx 0.16.1 → 0.19.1 + PostgreSQL 18 upgrade (#63, merged in #64).
Version bump + CHANGELOG fold only; no code change beyond the version strings:
Cargo.toml/Cargo.lock/pgrdf.control/META.json(both fields) → 0.6.20sql/pgrdf--0.5.1--0.6.20.sql(no schema delta)compose.ymlSQL mount + regression smoke golden → 0.6.20CHANGELOG.md[Unreleased]→[0.6.20]Once CI is green this is ready to tag v0.6.20 (annotated, naming the version), which drives
release.yml(pg18 artifacts) →oci-publish.yml(boot+version gate → attest) →update-latest-md.yml.No schema change, no query-surface change — validated end-to-end on PG 18.4 in #64 (full pgrx test suite + compose regression + W3C harnesses all green). Refs #63.