Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

postgres 16.2 #161

Merged
merged 2 commits into from
Feb 8, 2024
Merged

postgres 16.2 #161

merged 2 commits into from
Feb 8, 2024

Conversation

GrahamCampbell
Copy link
Contributor

@GrahamCampbell GrahamCampbell commented Feb 8, 2024

Note that the addition of --without-icu is not a change. The difference is just that --with-icu in postgres 15 was swapped out for --without-icu in postgres 16. Newer postgres clients are backwards compatible with older versions, so this change should be pretty safe. Notably, this new version (and also the corresponding 15.6 release) support OpenSSL 3.2, which has been bumped in a follow-up (#162).


Closes #144.

@mnapoli
Copy link
Member

mnapoli commented Feb 8, 2024

🎉

@mnapoli mnapoli merged commit a0acfcc into brefphp:main Feb 8, 2024
5 checks passed
@GrahamCampbell GrahamCampbell deleted the postgres-16-2 branch February 8, 2024 16:08
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.

OpenSSL 3.2.0 update breaks connections to Aurora Postgres
2 participants