chore: bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1 #288

Merged
martinr92 merged 1 commit from dependabot-go_modules-develop-github.com-jackc-pgx-v5-5.7.1 into develop 2024-09-14 20:39:57 +00:00
martinr92 commented 2024-09-11 02:56:50 +00:00 (Migrated from gitlab.com)

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

Changelog

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

5.7.1 (September 10, 2024)

  • Fix data race in tracelog.TraceLog
  • Update puddle to v2.2.2. This removes the import of nanotime via linkname.
  • Update golang.org/x/crypto and golang.org/x/text

5.7.0 (September 7, 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
  • 672c4a3 Release v5.7.1
  • f8a5a5c Update golang.org/x/crypto and golang.org/x/text
  • ab36c2c Upgrade puddle to v2.2.2
  • ce66b1d Fix data race with TraceLog.Config initialization
  • d1205a6 Release v5.7.0
  • 97d20cc Merge pull request #2115 from ninedraft/sql-err-no-rows
  • e9bd382 Merge pull request #2114 from jennifersp/master
  • 603f233 Merge pull request #2113 from mateuszkowalke/master
  • 035bbbe Use sql.ErrNoRows as value for pgx.ErrNoRows
  • 73bbced add byte length check to uint32
  • Additional commits viewable in compare view

Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.6.0 to 5.7.1. <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.1 (September 10, 2024)</h1> <ul> <li>Fix data race in tracelog.TraceLog</li> <li>Update puddle to v2.2.2. This removes the import of nanotime via linkname.</li> <li>Update golang.org/x/crypto and golang.org/x/text</li> </ul> <h1>5.7.0 (September 7, 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/672c4a3a24849b1f34857817e6ed76f6581bbe90"><code>672c4a3</code></a> Release v5.7.1</li> <li><a href="https://github.com/jackc/pgx/commit/f8a5a5c9e35993bb3311ed95b6660fab0af5f07e"><code>f8a5a5c</code></a> Update golang.org/x/crypto and golang.org/x/text</li> <li><a href="https://github.com/jackc/pgx/commit/ab36c2c0dd2034ca4a8e610d3ec9d524240b4802"><code>ab36c2c</code></a> Upgrade puddle to v2.2.2</li> <li><a href="https://github.com/jackc/pgx/commit/ce66b1dae4d1e9fc68d576c029463562e2324d63"><code>ce66b1d</code></a> Fix data race with TraceLog.Config initialization</li> <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>Additional commits viewable in <a href="https://github.com/jackc/pgx/compare/v5.6.0...v5.7.1">compare view</a></li> </ul> </details> <br />
martinr92 commented 2024-09-11 02:56:50 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2024-09-11 02:56:54 +00:00 (Migrated from gitlab.com)

mentioned in merge request !262

mentioned in merge request !262
martinr92 commented 2024-09-14 20:35:36 +00:00 (Migrated from gitlab.com)

added 10 commits

  • 6ed63194...cc8df0c0 - 9 commits from branch develop
  • d96d7b13 - chore: bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1

Compare with previous version

added 10 commits <ul><li>6ed63194...cc8df0c0 - 9 commits from branch <code>develop</code></li><li>d96d7b13 - chore: bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.1</li></ul> [Compare with previous version](/marty-media/server/-/merge_requests/264/diffs?diff_id=1120225768&start_sha=6ed6319484112b5edcb38ac2463b5247062b5012)
martinr92 (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2024-09-14 20:35:46 +00:00
martinr92 commented 2024-09-14 20:39:07 +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=264&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=264&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=264&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=264&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=264&metric=new_duplicated_lines_density&view=list) [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=marty-media_server&pullRequest=264)
martinr92 (Migrated from gitlab.com) merged commit into develop 2024-09-14 20:39:57 +00:00
martinr92 commented 2024-09-14 21:19:03 +00:00 (Migrated from gitlab.com)

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

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.5.3-beta.1 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.5.3-beta.1). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
martinr92 commented 2024-09-27 20:23:18 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.5.3 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

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