Skip to content

chore: deprecate pgv4#1085

Merged
panavenue merged 2 commits intomainfrom
deprecate_pgv4
Apr 16, 2026
Merged

chore: deprecate pgv4#1085
panavenue merged 2 commits intomainfrom
deprecate_pgv4

Conversation

@panavenue
Copy link
Copy Markdown
Collaborator

@panavenue panavenue commented Apr 10, 2026

Deprecate pgv4, due to the fact that https://github.com/jackc/pgproto3 is End of Life and no longer supported.

@panavenue panavenue requested a review from a team as a code owner April 10, 2026 21:02
Comment thread examples/cloudrun/mysql/go.mod Outdated
Copy link
Copy Markdown
Member

@enocom enocom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can solve this problem without a breaking change like this: GoogleCloudPlatform/alloydb-go-connector#767

@hessjcg
Copy link
Copy Markdown
Collaborator

hessjcg commented Apr 10, 2026

You can solve this problem without a breaking change like this: GoogleCloudPlatform/alloydb-go-connector#767

+1 to this approach. We can remove the dependency on pgxv4 without breaking our public API.

@panavenue
Copy link
Copy Markdown
Collaborator Author

You can solve this problem without a breaking change like this: GoogleCloudPlatform/alloydb-go-connector#767

Good call!

@panavenue
Copy link
Copy Markdown
Collaborator Author

You can solve this problem without a breaking change like this: GoogleCloudPlatform/alloydb-go-connector#767

+1 to this approach. We can remove the dependency on pgxv4 without breaking our public API.

Yeah this is good suggestion. Thank you @hessjcg .

Btw, since we are not breaking our API with this approach. We might have to reconsider Major vs Minor upgrade for our release.

Copy link
Copy Markdown
Member

@enocom enocom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a fix commit in my opinion so you can alert users to the change.

Comment thread examples/cloudrun/mysql/go.mod Outdated
Comment thread examples/cloudrun/mysql/go.mod Outdated
Copy link
Copy Markdown
Collaborator

@hessjcg hessjcg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the caveat that the go version change goes in a separate PR.

Comment thread examples/cloudrun/mysql/go.mod Outdated
@panavenue panavenue merged commit dbabe68 into main Apr 16, 2026
16 checks passed
@panavenue panavenue deleted the deprecate_pgv4 branch April 16, 2026 21:02
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.

4 participants