pgx v4.11.0 Release Notes

Release Date: 2021-03-25 // about 3 years ago
    • โž• Add BeforeConnect callback to pgxpool.Config (Robert Froehlich)
    • โž• Add Ping method to pgxpool.Conn (davidsbond)
    • โž• Added a kitlog level log adapter (Fabrice Aneche)
    • ๐Ÿ‘‰ Make ScanArgError public to allow identification of offending column (Pau Sanchez)
    • โž• Add *pgxpool.AcquireFunc
    • โž• Add BeginFunc and BeginTxFunc
    • Add prefer_simple_protocol to connection string
    • โž• Add logging on CopyFrom (Patrick Hemmer)
    • โž• Add comment support when sanitizing SQL queries (Rusakow Andrew)
    • Do not panic on double close of pgxpool.Pool (Matt Schultz)
    • Avoid panic on SendBatch on closed Tx (Matt Schultz)
    • โšก๏ธ Update pgconn to v1.8.1
    • โšก๏ธ Update pgtype to v1.7.0