Skip to content

Commit fe8740a

Browse files
committed
Release v5.8.0
1 parent e5dde5a commit fe8740a

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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)

0 commit comments

Comments
 (0)