pgx v4.7.0 Release Notes

Release Date: 2020-06-27 // almost 4 years ago
    • ⚡️ Update pgtype to v1.4.0
    • ⚡️ Update pgconn to v1.6.1
    • ⚡️ Update puddle to v1.1.1
    • 🛠 Fix context propagation with Tx commit and Rollback (georgysavva)
    • ➕ Add lazy connect option to pgxpool (georgysavva)
    • 🛠 Fix connection leak if pgxpool.BeginTx() fail (Jean-Baptiste Bronisz)
    • ➕ Add native Go slice support for strings and numbers to simple protocol
    • 0️⃣ stdlib add default timeouts for Conn.Close() and Stmt.Close() (georgysavva)
    • 🐎 Assorted performance improvements especially with large result sets
    • 🛠 Fix close pool on not lazy connect failure (Yegor Myskin)
    • ➕ Add Config copy (georgysavva)
    • 👌 Support SendBatch with Simple Protocol (Jordan Lewis)
    • 👍 Better error logging on rows close (Igor V. Kozinov)
    • 🔦 Expose stdlib.Conn.Conn() to enable database/sql.Conn.Raw()
    • 👌 Improve unknown type support for database/sql
    • 🛠 Fix transaction commit failure closing connection