All Versions
59
Latest Version
Avg Release Cycle
63 days
Latest Release
971 days ago

Changelog History
Page 1

  • v0.16.5 Changes

    September 20, 2022
    • โœจ Enhancements
      • Allow the :search_path to be set for new connections
  • 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
  • v0.16.3 Changes

    April 27, 2022
    • โœจ Enhancements
      • Implement the Table.Reader protocol for query result
  • v0.16.2 Changes

    February 21, 2022
    • โœจ Enhancements

      • Add :ping_timeout start option
    • ๐Ÿ› 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 and Postgrex.ReplicationConnection. Instead always wrap Postgrex.Result in a list.
  • v0.16.0 Changes

    January 23, 2022

    Require Elixir v1.11+.

    • โœจ Enhancements
      • Support negative years for date, timestamp and timestampz types
      • Add Postgrex.SimpleConnection and Postgrex.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
  • v0.15.11 Changes

    September 26, 2021
    • โœจ Enhancements
      • Support xid8 type introduced in PostgreSQL 13
  • 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
  • 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
    • ๐Ÿ› 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
  • v0.15.8 Changes

    January 19, 2021
    • ๐Ÿ› Bug fixes
      • Make sure scram authentication method works on Erlang/OTP 24