All Versions
57
Latest Version
Avg Release Cycle
68 days
Latest Release
69 days ago
Changelog History
Page 1
Changelog History
Page 1
-
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
-
v0.15.7 Changes
October 17, 2020- โจ Enhancements
- Add
compare
andto_string
toPostgrex.Interval
- Add
- ๐ Bug fixes
- Allow deallocated queries to be re-prepared
- โจ Enhancements
-
v0.15.6 Changes
September 21, 2020- โจ Enhancements
- Support Decimal 2.0
- ๐ Bug fixes
- Do not keep credentials in state in
Postgrex.Notifications
- Do not keep credentials in state in
- โจ Enhancements