pgx v4.16.0 Release Notes

Release Date: 2022-04-21 // almost 2 years ago
    • ⬆️ Upgrade pgconn to v1.12.0
    • ⬆️ Upgrade pgproto3 to v2.3.0
    • ⬆️ Upgrade pgtype to v1.11.0
    • 🛠 Fix: Do not panic when context cancelled while getting statement from cache.
    • 🛠 Fix: Less memory pinning from old Rows.
    • 🛠 Fix: Support '\r' line ending when sanitizing SQL comment.
    • ➕ Add pluggable GSSAPI support (Oliver Tan)