Sourced from postgrex's changelog.
v0.20.0 (2025-02-05)
Deprecations
- Deprecate
:search_pathand use:parametersoption insteadBug fixes
- Ensure
Durationtype returns same units asPostgrex.Interval- Call disconnect on protocol when reconnecting in
Postgrex.ReplicationConnection- Call disconnect only if there is protocol in
Postgrex.SimpleConnection
c2af85d
Release v0.20.0 (with Elixir v1.19 warnings fixed)b50103a
Release v0.20.051ccbdd
Update postgrex.ex34a57fe
Deprecate :search_path and use :parameters
option instead (#729)928e43a
Have Duration return same units as Postgrex.Interval (#728)a6f2020
Call disconnect on protocol when reconnecting in Replication connection
(#726)9748fcb
Update dependencies with warnings (#723)c3097f4
More safety checks around comments (#722)6d9e2ca
Minor link correction and moduledoc cleanup (#720)cebb02f
Disconnect only if there is a protocol