pgx v4.3.0 Release Notes

Release Date: 2020-01-23 // about 4 years ago
    • 🛠 Fix Rows.Values panic when unable to decode
    • ➕ Add Rows.Values support for unknown types
    • ➕ Add DriverContext support for stdlib (Alex Gaynor)
    • ⚡️ Update pgproto3 to v2.0.1 to never return an io.EOF as it would be misinterpreted by database/sql. Instead return io.UnexpectedEOF.