All Versions
59
Latest Version
Avg Release Cycle
63 days
Latest Release
971 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.16.5 Changes
September 20, 2022- โจ Enhancements
- Allow the
:search_path
to be set for new connections
- Allow the
- โจ Enhancements
-
v0.16.4 Changes
July 29, 2022- โจ Enhancements
- Support Unix sockets in hostname and PGHOST
- Support infinity value on numerics/decimals (PG14+)
- Add count to Table.Reader metadata
- Fix warnings on Elixir v1.15
- โจ Enhancements
-
v0.16.3 Changes
April 27, 2022- โจ Enhancements
- Implement the Table.Reader protocol for query result
- โจ Enhancements
-
v0.16.2 Changes
February 21, 2022โจ Enhancements
- Add
:ping_timeout
start option
- Add
๐ Bug fixes
- Replication streaming can be resumed after reconnect
-
v0.16.1 Changes
January 24, 2022- ๐ Bug fixes
- Fix inconsistent return type for multiple queries in
Postgrex.SimpleConnection
andPostgrex.ReplicationConnection
. Instead always wrapPostgrex.Result
in a list.
- Fix inconsistent return type for multiple queries in
- ๐ Bug fixes
-
v0.16.0 Changes
January 23, 2022Require Elixir v1.11+.
- โจ Enhancements
- Support negative years for date, timestamp and timestampz types
- Add
Postgrex.SimpleConnection
andPostgrex.ReplicationConnection
- ๐ Bug fixes
- Cancel any pending requests before closing the socket
- Fix possible crash on getting default opts when PGPORT is invalid but a port is given
- โจ Enhancements
-
v0.15.11 Changes
September 26, 2021- โจ Enhancements
- Support
xid8
type introduced in PostgreSQL 13
- Support
- โจ Enhancements
-
v0.15.10 Changes
July 27, 2021- โจ Enhancements
- Define child_spec for Postgrex.Notifications
- Improve error handling when using multiple endpoints
- ๐ Bug fixes
- Fix dialyzer warnings
- Fix invalid type error after failover
- โจ Enhancements
-
v0.15.9 Changes
April 24, 2021- โจ Enhancements
- Support the new
:endpoints
and:target_server_type
to make it faster to rotate across multiple instances in cases of failovers
- Support the new
- ๐ Bug fixes
- Do not warn on undefined JSON library
- Fix bug when a message which is not a row description, data row, command completion or error message occurs and there is buffer remaining to be processed
- โจ Enhancements
-
v0.15.8 Changes
January 19, 2021- ๐ Bug fixes
- Make sure scram authentication method works on Erlang/OTP 24
- ๐ Bug fixes