|
Ran
|
Files
19
|
Run time
0s
|
Badge
README BADGES
|
push
github
Bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 (#46) Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.4 to 5.7.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jackc/pgx/blob/master/CHANGELOG.md">github.com/jackc/pgx/v5's changelog</a>.</em></p> <blockquote> <h1>5.7.5 (May 17, 2025)</h1> <ul> <li>Support sslnegotiation connection option (divyam234)</li> <li>Update golang.org/x/crypto to v0.37.0. This placates security scanners that were unable to see that pgx did not use the behavior affected by <a href="https://pkg.go.dev/vuln/GO-2025-3487">https://pkg.go.dev/vuln/GO-2025-3487</a>.</li> <li>TraceLog now logs Acquire and Release at the debug level (dave sinclair)</li> <li>Add support for PGTZ environment variable</li> <li>Add support for PGOPTIONS environment variable</li> <li>Unpin memory used by Rows quicker</li> <li>Remove PlanScan memoization. This resolves a rare issue where scanning could be broken for one type by first scanning another. The problem was in the memoization system and benchmarking revealed that memoization was not providing any meaningful benefit.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jackc/pgx/commit/15bca4a4e"><code>15bca4a</code></a> Release v5.7.5</li> <li><a href="https://github.com/jackc/pgx/commit/1d557f911"><code>1d557f9</code></a> Remove PlanScan memoization</li> <li><a href="https://github.com/jackc/pgx/commit/de7fe81d7"><code>de7fe81</code></a> Use reflect.TypeFor instead of reflect.TypeOf</li> <li><a href="https://github.com/jackc/pgx/commit/d9eb089bd"><code>d9eb089</code></a> Remove unused function</li> <li><a href="https://github.com/jackc/pgx/commit/6be24eb08"><code>6be24eb</code></a> Fix comment typo</li> <li><a href="https://g... (continued)
569 of 1257 relevant lines covered (45.27%)
0.48 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|