You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 tomain
for now but a new release with that commit would be helpful.Expected behavior
The latest release should include the bugfix
The text was updated successfully, but these errors were encountered: