Skip to content

Commit eec526c

Browse files
authored
Release v1.11.1 (#1255)
1 parent 1928a1d commit eec526c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
v1.11.1 (2025-01-29)
2+
--------------------
3+
This fixes two regressions present in the v1.11.0 release:
4+
5+
- Fix build on 32bit systems, Windows, and Plan 9 ([#1253]).
6+
7+
- Named []byte types and pointers to []byte (e.g. `*[]byte`, `json.RawMessage`)
8+
would be treated as an array instead of bytea ([#1252]).
9+
10+
[#1252]: https://github.com/lib/pq/pull/1252
11+
[#1253]: https://github.com/lib/pq/pull/1253
12+
113
v1.11.0 (2025-01-28)
214
--------------------
315
This version of pq requires Go 1.21 or newer.

0 commit comments

Comments
 (0)