chore: bump github.com/jackc/pgx/v5 from 5.7.2 to 5.7.4 #420

Merged
martinr92 merged 1 commit from dependabot-go_modules-develop-github.com-jackc-pgx-v5-5.7.4 into develop 2025-04-19 12:47:00 +00:00
martinr92 commented 2025-03-25 04:02:17 +00:00 (Migrated from gitlab.com)

Bumps github.com/jackc/pgx/v5 from 5.7.2 to 5.7.4.

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.7.4 (March 24, 2025)

  • Fix / revert change to scanning JSON null (Felix Röhrich)

5.7.3 (March 21, 2025)

  • Expose EmptyAcquireWaitTime in pgxpool.Stat (vamshiaruru32)
  • Improve SQL sanitizer performance (ninedraft)
  • Fix Scan confusion with json(b), sql.Scanner, and automatic dereferencing (moukoublen, felix-roehrich)
  • Fix Values() for xml type always returning nil instead of []byte
  • Add ability to send Flush message in pipeline mode (zenkovev)
  • Fix pgtype.Timestamp's JSON behavior to match PostgreSQL (pconstantinou)
  • Better error messages when scanning structs (logicbomb)
  • Fix handling of error on batch write (bonnefoa)
  • Match libpq's connection fallback behavior more closely (felix-roehrich)
  • Add MinIdleConns to pgxpool (djahandarie)
Commits

Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.2 to 5.7.4. <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.4 (March 24, 2025)</h1> <ul> <li>Fix / revert change to scanning JSON <code>null</code> (Felix Röhrich)</li> </ul> <h1>5.7.3 (March 21, 2025)</h1> <ul> <li>Expose EmptyAcquireWaitTime in pgxpool.Stat (vamshiaruru32)</li> <li>Improve SQL sanitizer performance (ninedraft)</li> <li>Fix Scan confusion with json(b), sql.Scanner, and automatic dereferencing (moukoublen, felix-roehrich)</li> <li>Fix Values() for xml type always returning nil instead of []byte</li> <li>Add ability to send Flush message in pipeline mode (zenkovev)</li> <li>Fix pgtype.Timestamp's JSON behavior to match PostgreSQL (pconstantinou)</li> <li>Better error messages when scanning structs (logicbomb)</li> <li>Fix handling of error on batch write (bonnefoa)</li> <li>Match libpq's connection fallback behavior more closely (felix-roehrich)</li> <li>Add MinIdleConns to pgxpool (djahandarie)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jackc/pgx/commit/04bcc0219dc3acf67f27e68decd6dffe97334779"><code>04bcc02</code></a> Add v5.7.4 to changelog</li> <li><a href="https://github.com/jackc/pgx/commit/0e0a7d8344b035b96be53eda85e11c0aff14f212"><code>0e0a7d8</code></a> Merge pull request <a href="https://github.com/jackc/pgx/issues/2288">#2288</a> from felix-roehrich/fr/fix-plan-scan</li> <li><a href="https://github.com/jackc/pgx/commit/63422c7d6cfe092af402f48e16729acd1e3bae1c"><code>63422c7</code></a> revert change in if</li> <li><a href="https://github.com/jackc/pgx/commit/5c1fbf4806cb7fc61f88e0808fb6bdabbac6df3f"><code>5c1fbf4</code></a> Update changelog for v5.7.3</li> <li><a href="https://github.com/jackc/pgx/commit/05fe5f8b05285cac23190b1d99543e98924f2dee"><code>05fe5f8</code></a> Explain seemingly redundant rows.Close() in CollectOneRow</li> <li><a href="https://github.com/jackc/pgx/commit/70c9a147a20c3645cd566b539dd681e03c986e1a"><code>70c9a14</code></a> Merge pull request <a href="https://github.com/jackc/pgx/issues/2279">#2279</a> from djahandarie/min-idle-conns</li> <li><a href="https://github.com/jackc/pgx/commit/6603ddfbe446491f948edcb31bed97e835eb3b28"><code>6603ddf</code></a> add MinIdleConns</li> <li><a href="https://github.com/jackc/pgx/commit/70f7cad2226dc12406b105f8bb5be9c62780aaf7"><code>70f7cad</code></a> Add link to <a href="https://github.com/Arlandaren/pgxWrappy">https://github.com/Arlandaren/pgxWrappy</a></li> <li><a href="https://github.com/jackc/pgx/commit/6bf1b0b1b90399c72fc9cc0da9f538341490af7c"><code>6bf1b0b</code></a> Add database/sql to overview of scanning</li> <li><a href="https://github.com/jackc/pgx/commit/14bda65a0cb3a66672ed9290a337a1cb7e103d3e"><code>14bda65</code></a> Correct pgtype docs</li> <li>Additional commits viewable in <a href="https://github.com/jackc/pgx/compare/v5.7.2...v5.7.4">compare view</a></li> </ul> </details> <br />
martinr92 commented 2025-03-25 04:02:18 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2025-03-25 04:02:22 +00:00 (Migrated from gitlab.com)

mentioned in merge request !395

mentioned in merge request !395
martinr92 commented 2025-04-19 12:42:28 +00:00 (Migrated from gitlab.com)

added 19 commits

  • 5a993de7...5e0d83c3 - 18 commits from branch develop
  • 57e3913c - chore: bump github.com/jackc/pgx/v5 from 5.7.2 to 5.7.4

Compare with previous version

added 19 commits <ul><li>5a993de7...5e0d83c3 - 18 commits from branch <code>develop</code></li><li>57e3913c - chore: bump github.com/jackc/pgx/v5 from 5.7.2 to 5.7.4</li></ul> [Compare with previous version](/marty-media/server/-/merge_requests/396/diffs?diff_id=1332856490&start_sha=5a993de7cc173e53f4bde4f5da64c71f17bf283c)
martinr92 (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2025-04-19 12:42:58 +00:00
martinr92 commented 2025-04-19 12:46:08 +00:00 (Migrated from gitlab.com)
## SonarQube Cloud Code Analysis ## Quality Gate passed Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0 New issues](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=396&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted.svg '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=396&issueStatuses=ACCEPTED) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=marty-media_server&pullRequest=396&issueStatuses=OPEN,CONFIRMED&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0.0% Coverage on New Code](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=396&metric=new_coverage&view=list) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed.svg '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=396&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarQube Cloud](https://sonarcloud.io/dashboard?id=marty-media_server&pullRequest=396)
martinr92 (Migrated from gitlab.com) merged commit into develop 2025-04-19 12:47:00 +00:00
martinr92 commented 2025-04-19 16:24:51 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.8.0-beta.1 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.8.0-beta.1 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.8.0-beta.1). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
martinr92 commented 2025-04-27 10:35:11 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.8.0 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.8.0 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.8.0). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
Sign in to join this conversation.
No description provided.