|
| 1 | +# 5.3.0 (February 11, 2023) |
| 2 | + |
| 3 | +* Fix: json values work with sql.Scanner |
| 4 | +* Fixed / improved error messages (Mark Chambers and Yevgeny Pats) |
| 5 | +* Fix: support scan into single dimensional arrays |
| 6 | +* Fix: MaxConnLifetimeJitter setting actually jitter (Ben Weintraub) |
| 7 | +* Fix: driver.Value representation of bytea should be []byte not string |
| 8 | +* Fix: better handling of unregistered OIDs |
| 9 | +* CopyFrom can use query cache to avoid extra round trip to get OIDs (Alejandro Do Nascimento Mora) |
| 10 | +* Fix: encode to json ignoring driver.Valuer |
| 11 | +* Support sql.Scanner on renamed base type |
| 12 | +* Fix: pgtype.Numeric text encoding of negative numbers (Mark Chambers) |
| 13 | +* Fix: connect with multiple hostnames when one can't be resolved |
| 14 | +* Upgrade puddle to remove dependency on uber/atomic and fix alignment issue on 32-bit platform |
| 15 | +* Fix: scanning json column into **string |
| 16 | +* Multiple reductions in memory allocations |
| 17 | +* Fake non-blocking read adapts its max wait time |
| 18 | +* Improve CopyFrom performance and reduce memory usage |
| 19 | +* Fix: encode []any to array |
| 20 | +* Fix: LoadType for composite with dropped attributes (Felix Röhrich) |
| 21 | +* Support v4 and v5 stdlib in same program |
| 22 | +* Fix: text format array decoding with string of "NULL" |
| 23 | +* Prefer binary format for arrays |
| 24 | + |
1 | 25 | # 5.2.0 (December 5, 2022) |
2 | 26 |
|
3 | 27 | * `tracelog.TraceLog` implements the pgx.PrepareTracer interface. (Vitalii Solodilov) |
|
0 commit comments