chore: bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.0 #286

Closed
martinr92 wants to merge 0 commits from dependabot-go_modules-develop-github.com-jackc-pgx-v5-5.7.0 into develop
martinr92 commented 2024-09-08 02:56:25 +00:00 (Migrated from gitlab.com)

Bumps github.com/jackc/pgx/v5 from 5.6.0 to 5.7.0.

Changelog

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

5.7.0 (September 2024)

  • Add support for sslrootcert=system (Yann Soubeyrand)
  • Add LoadTypes to load multiple types in a single SQL query (Nick Farrell)
  • Add XMLCodec supports encoding + scanning XML column type like json (nickcruess-soda)
  • Add MultiTrace (Stepan Rabotkin)
  • Add TraceLogConfig with customizable TimeKey (stringintech)
  • pgx.ErrNoRows wraps sql.ErrNoRows to aid in database/sql compatibility with native pgx functions (merlin)
  • Support scanning binary formatted uint32 into string / TextScanner (jennifersp)
  • Fix interval encoding to allow 0s and avoid extra spaces (Carlos Pérez-Aradros Herce)
  • Update pgservicefile - fixes panic when parsing invalid file
  • Better error message when reading past end of batch
  • Don't print url when url.Parse returns an error (Kevin Biju)
  • Fix snake case name normalization collision in RowToStructByName with db tag (nolandseigler)
  • Fix: Scan and encode types with underlying types of arrays
Commits

Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.6.0 to 5.7.0. <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.0 (September 2024)</h1> <ul> <li>Add support for sslrootcert=system (Yann Soubeyrand)</li> <li>Add LoadTypes to load multiple types in a single SQL query (Nick Farrell)</li> <li>Add XMLCodec supports encoding + scanning XML column type like json (nickcruess-soda)</li> <li>Add MultiTrace (Stepan Rabotkin)</li> <li>Add TraceLogConfig with customizable TimeKey (stringintech)</li> <li>pgx.ErrNoRows wraps sql.ErrNoRows to aid in database/sql compatibility with native pgx functions (merlin)</li> <li>Support scanning binary formatted uint32 into string / TextScanner (jennifersp)</li> <li>Fix interval encoding to allow 0s and avoid extra spaces (Carlos Pérez-Aradros Herce)</li> <li>Update pgservicefile - fixes panic when parsing invalid file</li> <li>Better error message when reading past end of batch</li> <li>Don't print url when url.Parse returns an error (Kevin Biju)</li> <li>Fix snake case name normalization collision in RowToStructByName with db tag (nolandseigler)</li> <li>Fix: Scan and encode types with underlying types of arrays</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jackc/pgx/commit/d1205a6dbccfcf0e53cc3c39741b4a0f60f209ae"><code>d1205a6</code></a> Release v5.7.0</li> <li><a href="https://github.com/jackc/pgx/commit/97d20ccfadaa55c571f74677899f1b89f75c8e39"><code>97d20cc</code></a> Merge pull request <a href="https://github.com/jackc/pgx/issues/2115">#2115</a> from ninedraft/sql-err-no-rows</li> <li><a href="https://github.com/jackc/pgx/commit/e9bd382c519ca618090d684a120a7e006900f777"><code>e9bd382</code></a> Merge pull request <a href="https://github.com/jackc/pgx/issues/2114">#2114</a> from jennifersp/master</li> <li><a href="https://github.com/jackc/pgx/commit/603f2337d66b2fe44263e4fe11823d452ed87c0d"><code>603f233</code></a> Merge pull request <a href="https://github.com/jackc/pgx/issues/2113">#2113</a> from mateuszkowalke/master</li> <li><a href="https://github.com/jackc/pgx/commit/035bbbe0cbd53928c4a67f79576dc29fb10021fb"><code>035bbbe</code></a> Use sql.ErrNoRows as value for pgx.ErrNoRows</li> <li><a href="https://github.com/jackc/pgx/commit/73bbced270612f0bc25ad2843534d60ff5933ee1"><code>73bbced</code></a> add byte length check to uint32</li> <li><a href="https://github.com/jackc/pgx/commit/4171f554d42aa8429e2a7f6790af17459e7c6baa"><code>4171f55</code></a> Add additional info for nullable pgtype types</li> <li><a href="https://github.com/jackc/pgx/commit/b197994b1f8e803940b05821957fea0ee5f82c04"><code>b197994</code></a> Merge pull request <a href="https://github.com/jackc/pgx/issues/2112">#2112</a> from jennifersp/master</li> <li><a href="https://github.com/jackc/pgx/commit/57fd684068b6032108554dad43b9611dd4149ed0"><code>57fd684</code></a> update struct name</li> <li><a href="https://github.com/jackc/pgx/commit/926913ad66413e673df59e515d464a3497c88158"><code>926913a</code></a> rm bound check</li> <li>Additional commits viewable in <a href="https://github.com/jackc/pgx/compare/v5.6.0...v5.7.0">compare view</a></li> </ul> </details> <br />
martinr92 commented 2024-09-08 02:56:25 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2024-09-08 03:00:20 +00:00 (Migrated from gitlab.com)
## SonarCloud 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=262&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=262&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=262&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=262&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=262&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=marty-media_server&pullRequest=262)
martinr92 commented 2024-09-11 02:56:53 +00:00 (Migrated from gitlab.com)

This merge request has been superseded by !264+

This merge request has been superseded by !264+
martinr92 (Migrated from gitlab.com) closed this pull request 2024-09-11 02:56:53 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.