chore: bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0 #203

Merged
martinr92 merged 1 commit from dependabot-go_modules-develop-github.com-jackc-pgx-v5-5.6.0 into develop 2024-06-16 10:32:03 +00:00
martinr92 commented 2024-05-26 02:56:14 +00:00 (Migrated from gitlab.com)

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

Changelog

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

5.6.0 (May 25, 2024)

  • Add StrictNamedArgs (Tomas Zahradnicek)
  • Add support for macaddr8 type (Carlos Pérez-Aradros Herce)
  • Add SeverityUnlocalized field to PgError / Notice
  • Performance optimization of RowToStructByPos/Name (Zach Olstein)
  • Allow customizing context canceled behavior for pgconn
  • Add ScanLocation to pgtype.Timestamp[tz]Codec
  • Add custom data to pgconn.PgConn
  • Fix ResultReader.Read() to handle nil values
  • Do not encode interval microseconds when they are 0 (Carlos Pérez-Aradros Herce)
  • pgconn.SafeToRetry checks for wrapped errors (tjasko)
  • Failed connection attempts include all errors
  • Optimize LargeObject.Read (Mitar)
  • Add tracing for connection acquire and release from pool (ngavinsir)
  • Fix encode driver.Valuer not called when nil
  • Add support for custom JSON marshal and unmarshal (Mitar)
  • Use Go default keepalive for TCP connections (Hans-Joachim Kliemeck)
Commits
  • 572d7ff Release v5.6.0
  • b4911f1 Merge pull request #2019 from jackc/fix-encode-driver-valuer-on-pointer
  • 24c0a5e remove keepalive and rely on GOLANG default (since go 1.13 default is 15s)
  • 9ca9203 Move typed nil handling to Map.Encode from anynil
  • 79cab46 Only use anynil inside of pgtype
  • 6ea2d24 Remove anynil.NormalizeSlice
  • c1075bf Remove some special casing for QueryExecModeExec
  • cf6074f Remove unused anynil.Normalize
  • 13beb38 Fix encode driver.Valuer on nil-able non-pointers
  • fec45c8 Refactor appendParamsForQueryExecModeExec
  • Additional commits viewable in compare view

Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.5 to 5.6.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.6.0 (May 25, 2024)</h1> <ul> <li>Add StrictNamedArgs (Tomas Zahradnicek)</li> <li>Add support for macaddr8 type (Carlos Pérez-Aradros Herce)</li> <li>Add SeverityUnlocalized field to PgError / Notice</li> <li>Performance optimization of RowToStructByPos/Name (Zach Olstein)</li> <li>Allow customizing context canceled behavior for pgconn</li> <li>Add ScanLocation to pgtype.Timestamp[tz]Codec</li> <li>Add custom data to pgconn.PgConn</li> <li>Fix ResultReader.Read() to handle nil values</li> <li>Do not encode interval microseconds when they are 0 (Carlos Pérez-Aradros Herce)</li> <li>pgconn.SafeToRetry checks for wrapped errors (tjasko)</li> <li>Failed connection attempts include all errors</li> <li>Optimize LargeObject.Read (Mitar)</li> <li>Add tracing for connection acquire and release from pool (ngavinsir)</li> <li>Fix encode driver.Valuer not called when nil</li> <li>Add support for custom JSON marshal and unmarshal (Mitar)</li> <li>Use Go default keepalive for TCP connections (Hans-Joachim Kliemeck)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jackc/pgx/commit/572d7fff326f1befdbf9f36a0c0a2b6661432079"><code>572d7ff</code></a> Release v5.6.0</li> <li><a href="https://github.com/jackc/pgx/commit/b4911f1da7ee4746365dd38acafd2ae546bca0a7"><code>b4911f1</code></a> Merge pull request <a href="https://github.com/jackc/pgx/issues/2019">#2019</a> from jackc/fix-encode-driver-valuer-on-pointer</li> <li><a href="https://github.com/jackc/pgx/commit/24c0a5e8ff740778bbed9810629cb83c9ea18bf9"><code>24c0a5e</code></a> remove keepalive and rely on GOLANG default (since go 1.13 default is 15s)</li> <li><a href="https://github.com/jackc/pgx/commit/9ca9203afbd95ed53bf29eb0d3ac42f20ae5d17f"><code>9ca9203</code></a> Move typed nil handling to Map.Encode from anynil</li> <li><a href="https://github.com/jackc/pgx/commit/79cab4640f4ba70c4be37ff2071ed4180ba8b63a"><code>79cab46</code></a> Only use anynil inside of pgtype</li> <li><a href="https://github.com/jackc/pgx/commit/6ea2d248a38eda25a686ebca7ff9ea4c313f513c"><code>6ea2d24</code></a> Remove anynil.NormalizeSlice</li> <li><a href="https://github.com/jackc/pgx/commit/c1075bfff0752a01d946f40a15e0893f6637c579"><code>c1075bf</code></a> Remove some special casing for QueryExecModeExec</li> <li><a href="https://github.com/jackc/pgx/commit/cf6074fe5c7c43fc5c73d56761d20f73f2bc378c"><code>cf6074f</code></a> Remove unused anynil.Normalize</li> <li><a href="https://github.com/jackc/pgx/commit/13beb380f51e3d744e27e7d55a3078ac8753ccf9"><code>13beb38</code></a> Fix encode driver.Valuer on nil-able non-pointers</li> <li><a href="https://github.com/jackc/pgx/commit/fec45c802ba9f19107aa24f9aea46f2f21577621"><code>fec45c8</code></a> Refactor appendParamsForQueryExecModeExec</li> <li>Additional commits viewable in <a href="https://github.com/jackc/pgx/compare/v5.5.5...v5.6.0">compare view</a></li> </ul> </details> <br />
martinr92 commented 2024-05-26 02:56:14 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2024-06-16 10:25:52 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 1896de32...0e6d68ed - 2 commits from branch develop
  • 500c78ca - chore: bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0

Compare with previous version

added 3 commits <ul><li>1896de32...0e6d68ed - 2 commits from branch <code>develop</code></li><li>500c78ca - chore: bump github.com/jackc/pgx/v5 from 5.5.5 to 5.6.0</li></ul> [Compare with previous version](/marty-media/server/-/merge_requests/179/diffs?diff_id=1038217008&start_sha=1896de32236cbec935eda741216a85da4a127598)
martinr92 (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2024-06-16 10:26:20 +00:00
martinr92 commented 2024-06-16 10:30:49 +00:00 (Migrated from gitlab.com)

SonarCloud Code Analysis

Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

## 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=179&resolved=false&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=179&resolutions=WONTFIX) 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=179&resolved=false&sinceLeakPeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data.svg '') No data about Coverage ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data.svg '') No data about Duplication [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=marty-media_server&pullRequest=179)
martinr92 (Migrated from gitlab.com) merged commit into develop 2024-06-16 10:32:04 +00:00
martinr92 commented 2024-06-16 12:01:21 +00:00 (Migrated from gitlab.com)

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

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

:tada: This MR is included in version 0.5.0-beta.1 :tada: The release is available on [GitLab release](https://gitlab.com/marty-media/server/-/releases/v0.5.0-beta.1). Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package: :rocket:
martinr92 commented 2024-06-22 13:57:58 +00:00 (Migrated from gitlab.com)

🎉 This MR is included in version 0.5.0 🎉

The release is available on GitLab release.

Your semantic-release bot 📦 🚀

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