File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 5.8.0 (December 26, 2025)
2+
3+ * Require Go 1.24+
4+ * Remove golang.org/x/crypto dependency
5+ * Add OptionShouldPing to control ResetSession ping behavior (ilyam8)
6+ * Fix: Avoid overflow when MaxConns is set to MaxInt32
7+ * Fix: Close batch pipeline after a query error (Anthonin Bonnefoy)
8+ * Faster shutdown of pgxpool.Pool background goroutines (Blake Gentry)
9+ * Add pgxpool ping timeout (Amirsalar Safaei)
10+ * Fix: Rows.FieldDescriptions for empty query
11+ * Scan unknown types into * any as string or [ ] byte based on format code
12+ * Optimize pgtype.Numeric (Philip Dubé)
13+ * Add AfterNetConnect hook to pgconn.Config
14+ * Fix: Handle for preparing statements that fail during the Describe phase
15+ * Fix overflow in numeric scanning (Ilia Demianenko)
16+ * Fix: json/jsonb sql.Scanner source type is [ ] byte
17+ * Migrate from math/rand to math/rand/v2 (Mathias Bogaert)
18+ * Optimize internal iobufpool (Mathias Bogaert)
19+ * Optimize stmtcache invalidation (Mathias Bogaert)
20+ * Fix: missing error case in interval parsing (Maxime Soulé)
21+ * Fix: invalidate statement/description cache in Exec (James Hartig)
22+ * ColumnTypeLength method return the type length for varbit type (DengChan)
23+ * Array and Composite codecs handle typed nils
24+
125# 5.7.6 (September 8, 2025)
226
327* Use ParseConfigError in pgx.ParseConfig and pgxpool.ParseConfig (Yurasov Ilia)
You can’t perform that action at this time.
0 commit comments