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

Fix not included in v0.19.3 #731

Open
nathanl opened this issue Feb 4, 2025 · 0 comments
Open

Fix not included in v0.19.3 #731

nathanl opened this issue Feb 4, 2025 · 0 comments
Labels

Comments

@nathanl
Copy link
Contributor

nathanl commented Feb 4, 2025

Elixir version

1.18.2

Database and Version

PostgreSQL 16.6

Postgrex Version

0.19.3

Current behavior

https://github.com/elixir-ecto/postgrex/blob/master/CHANGELOG.md for v0.19.3 (2024-11-12) says it includes "Call disconnect on protocol when reconnecting in Postgrex.SimpleConnection". But I believe that fix is this commit from 2024-11-28, after the release date.

That fix turns out to be important for us - we had a tough to find bug that ended up being due to Postgrex.SimpleConnection not re-establishing a connection after one silently stopped responding. We're pointing to main for now but a new release with that commit would be helpful.

Expected behavior

The latest release should include the bugfix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant