pgx v4.9.0 Release Notes

Release Date: 2020-09-26 // over 3 years ago
    • pgxpool now waits for connection cleanup to finish before making room in pool for another connection. This prevents temporarily exceeding max pool size.
    • 🛠 Fix when scanning a column to nil to skip it on the first row but scanning it to a real value on a subsequent row.
    • 🛠 Fix prefer simple protocol with prepared statements. (Jinzhu)
    • 🛠 Fix FieldDescriptions not being available on Rows before calling Next the first time.
    • ⚡️ Various minor fixes in updated versions of pgconn, pgtype, and puddle.