Skip to content

Conversation

taylorsilva
Copy link
Member

@taylorsilva taylorsilva commented Feb 18, 2025

Changes proposed by this PR

Removes the BinaryParameters flag that is specific to the lib/pq sql driver. We've migrated to using pgx instead since it's under active development still.

Also took the chance to bump other Go deps.

Release Note

  • BREAKING: Removed the CONCOURSE_POSTGRES_BINARY_PARAMETERS flag. This was a lib/pq specific flag. We are now using Pgx as our Postgresql driver, therefore this flag is no longer relevant. If you are using PgBouncer we recommend being on the latest version (v1.24.0) which now supports prepared statements by default, though any version >1.21.0 may also work.

Removes the BinaryParameters flag that is specific to the lib/pq sql
driver. We've migrated to using pgx instead since it's under active
development still.

Signed-off-by: Taylor Silva <dev@taydev.net>
@taylorsilva taylorsilva requested a review from a team as a code owner February 18, 2025 19:51
@taylorsilva taylorsilva changed the title bump concourse/flag to v2.2.0 Remove CONCOURSE_POSTGRES_BINARY_PARAMETERS flag Feb 18, 2025
@taylorsilva taylorsilva merged commit aa0ea1a into master Feb 19, 2025
11 checks passed
@taylorsilva taylorsilva deleted the bump-flags branch February 19, 2025 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants