Clean up duroxide-pg migration follow-ups#177
Open
pinodeca wants to merge 1 commit into
Open
Conversation
- src/lib.rs: drop unused DUROXIDE_SCHEMA imports in two #[pg_test] helpers - docs/dep_issues.md: bump Last Updated, restore historical duroxide-pg-opt#6 reference as plain text (private repo), refresh Version Compatibility Matrix to 0.2.2 / 0.1.29 / 0.1.34 and note the legacy provider line - docs/extension_lifecycle.md: bump Last Updated - docs/upgrade-testing.md: restructure the 'Minor release' steps so the provider-compat-line bump clearly applies to every minor, and move the first-minor-after-major items to bullets under 'additionally'
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.
Follow-ups from the post-merge review of #158 (switch to crates.io
duroxide-pg).Changes
DUROXIDE_SCHEMAimports in two#[pg_test]helpers (wait_for_completion,get_duroxide_status); onlyensure_store_readyactually uses it.Last Updatedto 2026-05-26.duroxide-pg-opt#6reference as plain text with a note explaining the private-repo origin (the blanketduroxide-pg-opt\u2192duroxide-pgrewrite in Switch duroxide-pg-opt → duroxide-pg #158 turned it into a 404).\u22640.2.1row noting Azure's fork owns that line.Last Updatedto 2026-05-26 (substantive content changed in Switch duroxide-pg-opt → duroxide-pg #158 when the long-poll text was removed).Validation
cargo check --features pg17,pg_testclean (only preexistingextract_hostwarning insrc/ssrf.rs).Out of scope (operator follow-up)
GH_PATandDUROXIDE_PG_OPT_TOKEN, since no workflow references them anymore.