[PR #1182] chore(deps): bump the all group across 1 directory with 16 updates #1032

Open
opened 2026-02-25 23:36:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/1182
Author: @dependabot[bot]
Created: 2/1/2026
Status: 🔄 Open

Base: masterHead: dependabot/go_modules/all-ad9dc7761f


📝 Commits (1)

  • 2a650f8 chore(deps): bump the all group across 1 directory with 16 updates

📊 Changes

2 files changed (+94 additions, -112 deletions)

View changed files

📝 go.mod (+28 -28)
📝 go.sum (+66 -84)

📄 Description

Bumps the all group with 13 updates in the / directory:

Package From To
github.com/PuerkitoBio/goquery 1.10.3 1.11.0
github.com/gofrs/uuid/v5 5.3.2 5.4.0
github.com/golang-jwt/jwt/v5 5.3.0 5.3.1
github.com/huandu/go-sqlbuilder 1.37.0 1.39.0
github.com/lib/pq 1.10.9 1.11.1
github.com/mattn/go-sqlite3 1.14.32 1.14.33
github.com/playwright-community/playwright-go 0.5200.0 0.5200.1
github.com/sirupsen/logrus 1.9.3 1.9.4
github.com/spf13/cobra 1.10.1 1.10.2
github.com/swaggo/swag 1.16.4 1.16.6
github.com/testcontainers/testcontainers-go 0.37.0 0.40.0
golang.org/x/image 0.31.0 0.35.0
modernc.org/sqlite 1.39.0 1.44.3

Updates github.com/PuerkitoBio/goquery from 1.10.3 to 1.11.0

Release notes

Sourced from github.com/PuerkitoBio/goquery's releases.

v1.11.0

Note that Go1.24 is now required (use goquery < 1.11.0 if you can't use go1.24+).

Commits
  • d3e3ce5 Merge pull request #534 from PuerkitoBio/mna-prepare-1.11
  • 9841a36 Update readme for 1.11 release
  • 469d4ea Merge pull request #533 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • a03654e Bump golang.org/x/net from 0.43.0 to 0.47.0
  • faf16ca Merge pull request #523 from PuerkitoBio/dependabot/github_actions/actions/ch...
  • 4c1c718 Update test matrix to run on Go 1.24 and 1.25
  • 62bfb67 Bump actions/checkout from 4 to 5
  • e314281 Merge pull request #525 from PuerkitoBio/dependabot/github_actions/actions/se...
  • 0961921 Bump actions/setup-go from 5 to 6
  • 695fbfd Merge pull request #522 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • Additional commits viewable in compare view

Updates github.com/gofrs/uuid/v5 from 5.3.2 to 5.4.0

Release notes

Sourced from github.com/gofrs/uuid/v5's releases.

v5.4.0

What's Changed

New Contributors

Full Changelog: https://github.com/gofrs/uuid/compare/v5.3.2...v5.4.0

Commits
  • 153266a Add IsZero method to UUID type for MongoDB omitzero support (#226)
  • 90a218b Bump the all group across 1 directory with 4 updates (#230)
  • 5ec55b6 Bump the all group with 2 updates (#227)
  • e1fb84e perf: reduce allocations in NewV3 and NewV5 (#221)
  • f37c04d Bump the all group with 4 updates (#225)
  • efd4d5a fix: deduplicate UUID parsing logic with parsing tests #217; (#218)
  • bbcba78 Bump the all group across 1 directory with 4 updates (#223)
  • 78d4142 Bump github/codeql-action from 3.28.18 to 3.29.0 in the all group (#215)
  • 6fd71a3 Bump the all group across 1 directory with 4 updates (#214)
  • eabfc15 Bump the all group with 2 updates (#212)
  • Additional commits viewable in compare view

Updates github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1

Release notes

Sourced from github.com/golang-jwt/jwt/v5's releases.

v5.3.1

What's Changed

🔐 Features

👒 Dependencies

New Contributors

Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.3.0...v5.3.1

Commits
  • 7ceae61 Add release.yml for changelog configuration
  • dce8e4d Set token.Signature in ParseUnverified (#414)
  • 8889e20 Save signature to Token struct after successful signing (#417)
  • d237f82 ci: update github-actions schedule interval to monthly
  • d8dce95 Bump crate-ci/typos from 1.41.0 to 1.42.1 (#492)
  • e931803 Bump crate-ci/typos from 1.40.0 to 1.41.0 (#490)
  • e6a0afa Bump actions/checkout from 5 to 6 (#487)
  • 9f85c9e Bump crate-ci/typos from 1.39.0 to 1.40.0 (#488)
  • 60a8669 Bump actions/setup-go from 5 to 6 (#469)
  • 76f5828 Remove misleading ParserOptions documentation (#484)
  • Additional commits viewable in compare view

Updates github.com/huandu/go-sqlbuilder from 1.37.0 to 1.39.0

Release notes

Sourced from github.com/huandu/go-sqlbuilder's releases.

v1.39.0

What's Changed

  • [NEW] Add From support for UpdateBuilder by @​stvnkiss in #230
  • [FIX] Fix oracle limit bug by @​zhangyongding in #222
  • [FIX] Improve error-msg context for unsupported types during interpolation by @​shoriwe in #226
  • [FIX] Mark OrderBy as "not recommended" rather than deprecated by in #223
  • [FIX] Fix sqlite string interpolation incorrectly uses backslash escapes by @​shoriwe in #228
  • [FIX] Update doc on Where to avoid confusion in #229

New Contributors

Full Changelog: https://github.com/huandu/go-sqlbuilder/compare/v1.38.0...v1.39.0

v1.38.0

What's Changed

  • [NEW] Implement returning method on SQL Server by @​Bugadinho in #220
  • [FIX] Add document to demonstrate how to write nested JOIN. #217
  • [NEW] Add OrderByAsc and OrderByDesc to SelectBuilder/UpdateBuilder/DeleteBuilder/UnionBuilder for better readability. The old methods OrderBy/Asc/Desc are marked as deprecated. #214

New Contributors

Full Changelog: https://github.com/huandu/go-sqlbuilder/compare/v1.37.0...v1.38.0

Commits
  • 03c69da Merge pull request #230 from stvnkiss/master
  • 2301772 Merge remote-tracking branch 'origin/master' into frok/master
  • 567ea02 fix #229: update doc on Where to avoid confusion
  • 4222660 document UpdateBuilder.From in README.md
  • a8ee7d2 test From on UpdateBuilder
  • 508cada added From support for UpdateBuilder
  • 21cf114 Merge pull request #228 from shoriwe/fix/sqlite-strings
  • 2994d27 fix: removed comments
  • dd48ffd test: make all tests pass by resolving to correct SQLite syntax
  • 0183453 fix #223: mark OrderBy as "not recommended" rather than deprecated
  • Additional commits viewable in compare view

Updates github.com/lib/pq from 1.10.9 to 1.11.1

Release notes

Sourced from github.com/lib/pq's releases.

v1.11.1

This fixes two regressions present in the v1.11.0 release:

  • Fix build on 32bit systems, Windows, and Plan 9 (#1253).

  • Named []byte types and pointers to []byte (e.g. *[]byte, json.RawMessage) would be treated as an array instead of bytea (#1252).

#1252: lib/pq#1252 #1253: lib/pq#1253

v1.11.0

This version of pq requires Go 1.21 or newer.

pq now supports only maintained PostgreSQL releases, which is PostgreSQL 14 and newer. Previously PostgreSQL 8.4 and newer were supported.

Features

  • The pq.Error.Error() text includes the position of the error (if reported by PostgreSQL) and SQLSTATE code (#1219, #1224):

    pq: column "columndoesntexist" does not exist at column 8 (42703)
    pq: syntax error at or near ")" at position 2:71 (42601)
    
  • The pq.Error.ErrorWithDetail() method prints a more detailed multiline message, with the Detail, Hint, and error position (if any) (#1219):

    ERROR:   syntax error at or near ")" (42601)
    CONTEXT: line 12, column 1:
    
     10 |     name           varchar,
     11 |     version        varchar,
     12 | );
          ^
    

  • Add Config, NewConfig(), and NewConnectorConfig() to supply connection details in a more structured way (#1240).

  • Support hostaddr and $PGHOSTADDR (#1243).

  • Support multiple values in host, port, and hostaddr, which are each tried in order, or randomly if load_balance_hosts=random is set (#1246).

  • Support target_session_attrs connection parameter (#1246).

  • Support [sslnegotiation] to use SSL without negotiation (#1180).

  • Allow using a custom tls.Config, for example for encrypted keys (#1228).

  • Add PQGO_DEBUG=1 print the communication with PostgreSQL to stderr, to aid in debugging, testing, and bug reports (#1223).

  • Add support for NamedValueChecker interface (#1125, #1238).

Fixes

... (truncated)

Changelog

Sourced from github.com/lib/pq's changelog.

v1.11.1 (2025-01-29)

This fixes two regressions present in the v1.11.0 release:

  • Fix build on 32bit systems, Windows, and Plan 9 (#1253).

  • Named []byte types and pointers to []byte (e.g. *[]byte, json.RawMessage) would be treated as an array instead of bytea (#1252).

#1252: lib/pq#1252 #1253: lib/pq#1253

v1.11.0 (2025-01-28)

This version of pq requires Go 1.21 or newer.

pq now supports only maintained PostgreSQL releases, which is PostgreSQL 14 and newer. Previously PostgreSQL 8.4 and newer were supported.

Features

  • The pq.Error.Error() text includes the position of the error (if reported by PostgreSQL) and SQLSTATE code (#1219, #1224):

    pq: column "columndoesntexist" does not exist at column 8 (42703)
    pq: syntax error at or near ")" at position 2:71 (42601)
    
  • The pq.Error.ErrorWithDetail() method prints a more detailed multiline message, with the Detail, Hint, and error position (if any) (#1219):

    ERROR:   syntax error at or near ")" (42601)
    CONTEXT: line 12, column 1:
    
     10 |     name           varchar,
     11 |     version        varchar,
     12 | );
          ^
    

  • Add Config, NewConfig(), and NewConnectorConfig() to supply connection details in a more structured way (#1240).

  • Support hostaddr and $PGHOSTADDR (#1243).

  • Support multiple values in host, port, and hostaddr, which are each tried in order, or randomly if load_balance_hosts=random is set (#1246).

  • Support target_session_attrs connection parameter (#1246).

  • Support [sslnegotiation] to use SSL without negotiation (#1180).

... (truncated)

Commits
  • eec526c Release v1.11.1 (#1255)
  • 1928a1d Fix []byte types incorrectly converted to PostgreSQL array (#1252)
  • 9e2aa8e Run staticcheck on all GOOS/GOARCH combinations
  • c9320c4 Fix build on Windows and Plan9
  • 2809526 Fix build on 32bit systems
  • 8e88f7e Release 1.11.0
  • 0ad3049 Handle pre-protocol errors to prevent memory exhaustion
  • f1fae2e Add pqtest.Fake.Close()
  • 3815d03 Remove assumption that the auth response is AuthenticateOk
  • 589ad43 Implement load_balance_hosts=random
  • Additional commits viewable in compare view

Updates github.com/mattn/go-sqlite3 from 1.14.32 to 1.14.33

Commits
  • 3c885a9 Upgrade SQLite to version 3051001
  • 3e773a9 update github workflows
  • 2f6a2bb fix upgrade script
  • aa7cdd3 update upgrade script
  • a66908a use quote include instead of angled include for sqlite3-binding.h
  • See full diff in compare view

Updates github.com/playwright-community/playwright-go from 0.5200.0 to 0.5200.1

Release notes

Sourced from github.com/playwright-community/playwright-go's releases.

v0.5200.1

What's Changed

New Contributors

Full Changelog: https://github.com/playwright-community/playwright-go/compare/v0.5200.0...v0.5200.1

Commits
  • 56e30d6 fix: waiter#RunAndWait maybe cause deadlock. (#555)
  • a70e216 test: wait for workerFunction to be defined in worker test (#561)
  • 2943f90 fix(ci): github runner deprecated ubuntu 20.04 (#560)
  • 123b947 fix: prevent panic in Sizes() (#544)
  • ed0010f fix: ignore nil error for up2date (#552)
  • 556282e fix(ci): misuse of matrix conditional (#559)
  • 6a47e17 ci: handle github action faillures (#553)
  • 4d70e13 docs: modify the playwright driver installation instructions (#542)
  • See full diff in compare view

Updates github.com/sirupsen/logrus from 1.9.3 to 1.9.4

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.9.4

Notable changes

Full Changelog: https://github.com/sirupsen/logrus/compare/v1.9.3...v1.9.4

Commits
  • b61f268 Merge pull request #1472 from goldlinker/master
  • 15c29db refactor: replace the deprecated function in the ioutil package
  • cb253f3 Merge pull request #1464 from thaJeztah/touchup_godoc
  • 29b2337 Merge pull request #1468 from thaJeztah/touchup_readme
  • d916819 Merge pull request #1427 from dolmen/fix-testify-usage
  • 135e482 README: small touch-ups
  • 2c5fa36 Merge pull request #1467 from thaJeztah/rm_old_badge
  • 877ecec README: remove travis badge
  • 55cf256 Merge pull request #1393 from jsoref/grammar
  • 21bae50 Merge pull request #1426 from dolmen/testing-fix-use-of-math-rand
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.10.1 to 1.10.2

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.2

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in spf13/cobra#2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

Commits

Updates github.com/swaggo/swag from 1.16.4 to 1.16.6

Release notes

Sourced from github.com/swaggo/swag's releases.

v1.16.6

What's Changed

New Contributors

Full Changelog: https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6

v1.16.5

What's Changed

New Contributors

... (truncated)

Commits

Updates github.com/testcontainers/testcontainers-go from 0.37.0 to 0.40.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.40.0

What's Changed

⚠️ Breaking Changes

The below modules receive a breaking change in the signature of their functional options, as now all of them return an error when needed (returning nil for success). Therefore, you're only affected when assigning the options to variables.

  • Old: type Option func(*options)
  • New: type Option func(*options) error

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits
  • Description has been truncated


    🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-shiori/shiori/pull/1182 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/go_modules/all-ad9dc7761f` --- ### 📝 Commits (1) - [`2a650f8`](https://github.com/go-shiori/shiori/commit/2a650f8aff59e418df5db1b039aab153aea592c9) chore(deps): bump the all group across 1 directory with 16 updates ### 📊 Changes **2 files changed** (+94 additions, -112 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+28 -28) 📝 `go.sum` (+66 -84) </details> ### 📄 Description Bumps the all group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.10.3` | `1.11.0` | | [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) | `5.3.2` | `5.4.0` | | [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.3.0` | `5.3.1` | | [github.com/huandu/go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | `1.37.0` | `1.39.0` | | [github.com/lib/pq](https://github.com/lib/pq) | `1.10.9` | `1.11.1` | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.32` | `1.14.33` | | [github.com/playwright-community/playwright-go](https://github.com/playwright-community/playwright-go) | `0.5200.0` | `0.5200.1` | | [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) | `1.9.3` | `1.9.4` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.10.1` | `1.10.2` | | [github.com/swaggo/swag](https://github.com/swaggo/swag) | `1.16.4` | `1.16.6` | | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.37.0` | `0.40.0` | | [golang.org/x/image](https://github.com/golang/image) | `0.31.0` | `0.35.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.39.0` | `1.44.3` | Updates `github.com/PuerkitoBio/goquery` from 1.10.3 to 1.11.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PuerkitoBio/goquery/releases">github.com/PuerkitoBio/goquery's releases</a>.</em></p> <blockquote> <h2>v1.11.0</h2> <p>Note that Go1.24 is now required (use goquery &lt; 1.11.0 if you can't use go1.24+).</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PuerkitoBio/goquery/commit/d3e3ce5663e50cecf172387d96395f3cddc98eaf"><code>d3e3ce5</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/534">#534</a> from PuerkitoBio/mna-prepare-1.11</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/9841a36e8fe00e1257f8ba3f23302eba389f118d"><code>9841a36</code></a> Update readme for 1.11 release</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/469d4eab1616fb2f1797145dbc22e97d63bd75a3"><code>469d4ea</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/533">#533</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/a03654e5c2d090db9eb2e080e037bc42b5a4e290"><code>a03654e</code></a> Bump golang.org/x/net from 0.43.0 to 0.47.0</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/faf16ca2dfe5212ab5414c8551a817e8adb23baa"><code>faf16ca</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/523">#523</a> from PuerkitoBio/dependabot/github_actions/actions/ch...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/4c1c718c624e33b35af89ab683fb617b2defc64f"><code>4c1c718</code></a> Update test matrix to run on Go 1.24 and 1.25</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/62bfb673c973225073ba77fd09a487f7a2541165"><code>62bfb67</code></a> Bump actions/checkout from 4 to 5</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/e3142812ece99a5a43518db826681bca42323627"><code>e314281</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/525">#525</a> from PuerkitoBio/dependabot/github_actions/actions/se...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/0961921b55cb3e9a5ceab92a13ea242e716502a9"><code>0961921</code></a> Bump actions/setup-go from 5 to 6</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/695fbfd14223a5c53849eb0073949253eaf5d548"><code>695fbfd</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/522">#522</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li>Additional commits viewable in <a href="https://github.com/PuerkitoBio/goquery/compare/v1.10.3...v1.11.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/gofrs/uuid/v5` from 5.3.2 to 5.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gofrs/uuid/releases">github.com/gofrs/uuid/v5's releases</a>.</em></p> <blockquote> <h2>v5.4.0</h2> <h2>What's Changed</h2> <ul> <li>fix: deduplicate UUID parsing logic with parsing tests <a href="https://redirect.github.com/gofrs/uuid/issues/217">#217</a>; by <a href="https://github.com/atlet99"><code>@​atlet99</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/218">gofrs/uuid#218</a></li> <li>perf: reduce allocations in NewV3 and NewV5 by <a href="https://github.com/anatoly-kussul"><code>@​anatoly-kussul</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/221">gofrs/uuid#221</a></li> <li>Add IsZero method to UUID type for MongoDB omitzero support by <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/226">gofrs/uuid#226</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/atlet99"><code>@​atlet99</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/218">gofrs/uuid#218</a></li> <li><a href="https://github.com/anatoly-kussul"><code>@​anatoly-kussul</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/221">gofrs/uuid#221</a></li> <li><a href="https://github.com/Copilot"><code>@​Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/226">gofrs/uuid#226</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofrs/uuid/compare/v5.3.2...v5.4.0">https://github.com/gofrs/uuid/compare/v5.3.2...v5.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofrs/uuid/commit/153266a4d7e6f54fc25f27023491f359ca18c560"><code>153266a</code></a> Add IsZero method to UUID type for MongoDB omitzero support (<a href="https://redirect.github.com/gofrs/uuid/issues/226">#226</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/90a218bde78a74c2c72af34dbc71147b6444082c"><code>90a218b</code></a> Bump the all group across 1 directory with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/230">#230</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/5ec55b66c609e0ac195adba25624d00f6ec80eda"><code>5ec55b6</code></a> Bump the all group with 2 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/227">#227</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/e1fb84e5d827bb2ad5e5491f1442f9d5286ff16c"><code>e1fb84e</code></a> perf: reduce allocations in NewV3 and NewV5 (<a href="https://redirect.github.com/gofrs/uuid/issues/221">#221</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/f37c04d2cbaad0e4784e7dd2403ab4373ce7c39a"><code>f37c04d</code></a> Bump the all group with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/225">#225</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/efd4d5aab497d7d5fe42515666af3f39ee365b86"><code>efd4d5a</code></a> fix: deduplicate UUID parsing logic with parsing tests <a href="https://redirect.github.com/gofrs/uuid/issues/217">#217</a>; (<a href="https://redirect.github.com/gofrs/uuid/issues/218">#218</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/bbcba78f94fbfa0ffdfbeb230ef0bed168b73c77"><code>bbcba78</code></a> Bump the all group across 1 directory with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/223">#223</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/78d414218c02472920cfed5cf147c30171d199f9"><code>78d4142</code></a> Bump github/codeql-action from 3.28.18 to 3.29.0 in the all group (<a href="https://redirect.github.com/gofrs/uuid/issues/215">#215</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/6fd71a373b0f8e3ace412c56127b540f48ba30c9"><code>6fd71a3</code></a> Bump the all group across 1 directory with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/214">#214</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/eabfc154a534a0d664d56856634de8b0fd7a0ab3"><code>eabfc15</code></a> Bump the all group with 2 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/212">#212</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gofrs/uuid/compare/v5.3.2...v5.4.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/golang-jwt/jwt/v5` from 5.3.0 to 5.3.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang-jwt/jwt/releases">github.com/golang-jwt/jwt/v5's releases</a>.</em></p> <blockquote> <h2>v5.3.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🔐 Features</h3> <ul> <li>Add spellcheck Github action to catch common spelling mistakes by <a href="https://github.com/equalsgibson"><code>@​equalsgibson</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/458">golang-jwt/jwt#458</a></li> <li>Add <code>WithNotBeforeRequired</code> parser option and add test coverage by <a href="https://github.com/equalsgibson"><code>@​equalsgibson</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/456">golang-jwt/jwt#456</a></li> <li>Update godoc example func to properly refer to <code>NewWithClaims()</code> by <a href="https://github.com/equalsgibson"><code>@​equalsgibson</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/459">golang-jwt/jwt#459</a></li> <li>Update github workflows by <a href="https://github.com/mfridman"><code>@​mfridman</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/462">golang-jwt/jwt#462</a></li> <li>Additional test for CustomClaims that validates unmarshalling behaviour by <a href="https://github.com/equalsgibson"><code>@​equalsgibson</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/457">golang-jwt/jwt#457</a></li> <li>Fix early file close in jwt cli by <a href="https://github.com/mfridman"><code>@​mfridman</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/472">golang-jwt/jwt#472</a></li> <li>Add TPM signature reference by <a href="https://github.com/salrashid123"><code>@​salrashid123</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/473">golang-jwt/jwt#473</a></li> <li>Remove misleading ParserOptions documentation in <a href="https://redirect.github.com/golang-jwt/jwt/pull/484">golang-jwt/jwt#484</a></li> <li>Save signature to Token struct after successful signing by <a href="https://github.com/EgorSheff"><code>@​EgorSheff</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/417">golang-jwt/jwt#417</a></li> <li>Set token.Signature in <code>ParseUnverified</code> by <a href="https://github.com/slickwilli"><code>@​slickwilli</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/414">golang-jwt/jwt#414</a></li> </ul> <h3>👒 Dependencies</h3> <ul> <li>Bump crate-ci/typos from 1.34.0 to 1.35.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/461">golang-jwt/jwt#461</a></li> <li>Bump crate-ci/typos from 1.35.4 to 1.36.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/470">golang-jwt/jwt#470</a></li> <li>Bump github/codeql-action from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/478">golang-jwt/jwt#478</a></li> <li>Bump crate-ci/typos from 1.36.2 to 1.39.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/480">golang-jwt/jwt#480</a></li> <li>Bump golangci/golangci-lint-action from 8 to 9 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/481">golang-jwt/jwt#481</a></li> <li>Bump actions/setup-go from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/469">golang-jwt/jwt#469</a></li> <li>Bump crate-ci/typos from 1.39.0 to 1.40.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/488">golang-jwt/jwt#488</a></li> <li>Bump actions/checkout from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/487">golang-jwt/jwt#487</a></li> <li>Bump crate-ci/typos from 1.40.0 to 1.41.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/490">golang-jwt/jwt#490</a></li> <li>Bump crate-ci/typos from 1.41.0 to 1.42.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/492">golang-jwt/jwt#492</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/equalsgibson"><code>@​equalsgibson</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/458">golang-jwt/jwt#458</a></li> <li><a href="https://github.com/salrashid123"><code>@​salrashid123</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/473">golang-jwt/jwt#473</a></li> <li><a href="https://github.com/EgorSheff"><code>@​EgorSheff</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/417">golang-jwt/jwt#417</a></li> <li><a href="https://github.com/slickwilli"><code>@​slickwilli</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/414">golang-jwt/jwt#414</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-jwt/jwt/compare/v5.3.0...v5.3.1">https://github.com/golang-jwt/jwt/compare/v5.3.0...v5.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang-jwt/jwt/commit/7ceae619e739dc8a7bf577214aa8ebf26668e9db"><code>7ceae61</code></a> Add release.yml for changelog configuration</li> <li><a href="https://github.com/golang-jwt/jwt/commit/dce8e4dddcc9dc812cdc0b9d2037512d0e4b3eb5"><code>dce8e4d</code></a> Set token.Signature in <code>ParseUnverified</code> (<a href="https://redirect.github.com/golang-jwt/jwt/issues/414">#414</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/8889e208aa5c3736e5f7a856107ee70c046b803e"><code>8889e20</code></a> Save signature to Token struct after successful signing (<a href="https://redirect.github.com/golang-jwt/jwt/issues/417">#417</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/d237f8204b397bc008b5b07c4e081beb4ec2a7b1"><code>d237f82</code></a> ci: update github-actions schedule interval to monthly</li> <li><a href="https://github.com/golang-jwt/jwt/commit/d8dce95a406fc435aa3d11c5073f2f31a9449116"><code>d8dce95</code></a> Bump crate-ci/typos from 1.41.0 to 1.42.1 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/492">#492</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/e93180329eab078116176ff7dc4352760bc5f290"><code>e931803</code></a> Bump crate-ci/typos from 1.40.0 to 1.41.0 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/490">#490</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/e6a0afa839d74787501369217245b52bfc75f30d"><code>e6a0afa</code></a> Bump actions/checkout from 5 to 6 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/487">#487</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/9f85c9ec9f10fb6919d773cb8df07029639ec76e"><code>9f85c9e</code></a> Bump crate-ci/typos from 1.39.0 to 1.40.0 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/488">#488</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/60a8669e0221aed55a6abfd9b5cd20472f0c6ebd"><code>60a8669</code></a> Bump actions/setup-go from 5 to 6 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/469">#469</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/76f582896da76978896d59ced995d7967c33c434"><code>76f5828</code></a> Remove misleading ParserOptions documentation (<a href="https://redirect.github.com/golang-jwt/jwt/issues/484">#484</a>)</li> <li>Additional commits viewable in <a href="https://github.com/golang-jwt/jwt/compare/v5.3.0...v5.3.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/huandu/go-sqlbuilder` from 1.37.0 to 1.39.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/huandu/go-sqlbuilder/releases">github.com/huandu/go-sqlbuilder's releases</a>.</em></p> <blockquote> <h2>v1.39.0</h2> <h2>What's Changed</h2> <ul> <li><code>[NEW]</code> Add From support for UpdateBuilder by <a href="https://github.com/stvnkiss"><code>@​stvnkiss</code></a> in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/230">#230</a></li> <li><code>[FIX]</code> Fix oracle limit bug by <a href="https://github.com/zhangyongding"><code>@​zhangyongding</code></a> in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/222">#222</a></li> <li><code>[FIX]</code> Improve error-msg context for unsupported types during interpolation by <a href="https://github.com/shoriwe"><code>@​shoriwe</code></a> in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/226">#226</a></li> <li><code>[FIX]</code> Mark <code>OrderBy</code> as &quot;not recommended&quot; rather than deprecated by in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/223">#223</a></li> <li><code>[FIX]</code> Fix sqlite string interpolation incorrectly uses backslash escapes by <a href="https://github.com/shoriwe"><code>@​shoriwe</code></a> in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/228">#228</a></li> <li><code>[FIX]</code> Update doc on <code>Where</code> to avoid confusion in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/229">#229</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/zhangyongding"><code>@​zhangyongding</code></a> made their first contribution in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/222">#222</a></li> <li><a href="https://github.com/shoriwe"><code>@​shoriwe</code></a> made their first contribution in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/226">#226</a></li> <li><a href="https://github.com/stvnkiss"><code>@​stvnkiss</code></a> made their first contribution in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/230">#230</a></li> </ul> <p>Full Changelog: <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.38.0...v1.39.0">https://github.com/huandu/go-sqlbuilder/compare/v1.38.0...v1.39.0</a></p> <h2>v1.38.0</h2> <h2>What's Changed</h2> <ul> <li>[NEW] Implement returning method on SQL Server by <a href="https://github.com/Bugadinho"><code>@​Bugadinho</code></a> in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/220">#220</a></li> <li>[FIX] Add document to demonstrate how to write nested <code>JOIN</code>. <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/217">#217</a></li> <li>[NEW] Add <code>OrderByAsc</code> and <code>OrderByDesc</code> to <code>SelectBuilder</code>/<code>UpdateBuilder</code>/<code>DeleteBuilder</code>/<code>UnionBuilder</code> for better readability. The old methods <code>OrderBy</code>/<code>Asc</code>/<code>Desc</code> are marked as deprecated. <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/214">#214</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Bugadinho"><code>@​Bugadinho</code></a> made their first contribution in <a href="https://redirect.github.com/huandu/go-sqlbuilder/pull/220">huandu/go-sqlbuilder#220</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.37.0...v1.38.0">https://github.com/huandu/go-sqlbuilder/compare/v1.37.0...v1.38.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/03c69da7c284c67e6eecc501ea3db1f0cb6014e3"><code>03c69da</code></a> Merge pull request <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/230">#230</a> from stvnkiss/master</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/23017722f9064491730d1363f851f2664e0db9d0"><code>2301772</code></a> Merge remote-tracking branch 'origin/master' into frok/master</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/567ea02b9b4c5a66222bfe391ec55837a84e131d"><code>567ea02</code></a> fix <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/229">#229</a>: update doc on Where to avoid confusion</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/42226601f13131012ba9cec65c86acd4328c06ec"><code>4222660</code></a> document UpdateBuilder.From in README.md</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/a8ee7d222bd4d225fe3d8249099ff0a17982f5fe"><code>a8ee7d2</code></a> test From on UpdateBuilder</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/508cada040f7a6d2a9f15a8d35945f7055edbead"><code>508cada</code></a> added From support for UpdateBuilder</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/21cf114ef4b4d0bc5126222abcd2f94bce317e3a"><code>21cf114</code></a> Merge pull request <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/228">#228</a> from shoriwe/fix/sqlite-strings</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/2994d275275bb0f931ebdd99f96676b4b9c4f8ba"><code>2994d27</code></a> fix: removed comments</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/dd48ffdce6728bc849ebf0b9d5a68df2361a42dd"><code>dd48ffd</code></a> test: make all tests pass by resolving to correct SQLite syntax</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/0183453df8414dbf91301c07736b66e915188089"><code>0183453</code></a> fix <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/223">#223</a>: mark OrderBy as &quot;not recommended&quot; rather than deprecated</li> <li>Additional commits viewable in <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.37.0...v1.39.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/lib/pq` from 1.10.9 to 1.11.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lib/pq/releases">github.com/lib/pq's releases</a>.</em></p> <blockquote> <h2>v1.11.1</h2> <p>This fixes two regressions present in the v1.11.0 release:</p> <ul> <li> <p>Fix build on 32bit systems, Windows, and Plan 9 (<a href="https://redirect.github.com/lib/pq/issues/1253">#1253</a>).</p> </li> <li> <p>Named []byte types and pointers to []byte (e.g. <code>*[]byte</code>, <code>json.RawMessage</code>) would be treated as an array instead of bytea (<a href="https://redirect.github.com/lib/pq/issues/1252">#1252</a>).</p> </li> </ul> <p><a href="https://redirect.github.com/lib/pq/issues/1252">#1252</a>: <a href="https://redirect.github.com/lib/pq/pull/1252">lib/pq#1252</a> <a href="https://redirect.github.com/lib/pq/issues/1253">#1253</a>: <a href="https://redirect.github.com/lib/pq/pull/1253">lib/pq#1253</a></p> <h2>v1.11.0</h2> <p>This version of pq requires Go 1.21 or newer.</p> <p>pq now supports only maintained PostgreSQL releases, which is PostgreSQL 14 and newer. Previously PostgreSQL 8.4 and newer were supported.</p> <h3>Features</h3> <ul> <li> <p>The <code>pq.Error.Error()</code> text includes the position of the error (if reported by PostgreSQL) and SQLSTATE code (<a href="https://redirect.github.com/lib/pq/issues/1219">#1219</a>, <a href="https://redirect.github.com/lib/pq/issues/1224">#1224</a>):</p> <pre><code>pq: column &quot;columndoesntexist&quot; does not exist at column 8 (42703) pq: syntax error at or near &quot;)&quot; at position 2:71 (42601) </code></pre> </li> <li> <p>The <code>pq.Error.ErrorWithDetail()</code> method prints a more detailed multiline message, with the Detail, Hint, and error position (if any) (<a href="https://redirect.github.com/lib/pq/issues/1219">#1219</a>):</p> <pre><code>ERROR: syntax error at or near &quot;)&quot; (42601) CONTEXT: line 12, column 1: <pre><code> 10 | name varchar, 11 | version varchar, 12 | ); ^ </code></pre> <p></code></pre></p> </li> <li> <p>Add <code>Config</code>, <code>NewConfig()</code>, and <code>NewConnectorConfig()</code> to supply connection details in a more structured way (<a href="https://redirect.github.com/lib/pq/issues/1240">#1240</a>).</p> </li> <li> <p>Support <code>hostaddr</code> and <code>$PGHOSTADDR</code> (<a href="https://redirect.github.com/lib/pq/issues/1243">#1243</a>).</p> </li> <li> <p>Support multiple values in <code>host</code>, <code>port</code>, and <code>hostaddr</code>, which are each tried in order, or randomly if <code>load_balance_hosts=random</code> is set (<a href="https://redirect.github.com/lib/pq/issues/1246">#1246</a>).</p> </li> <li> <p>Support <code>target_session_attrs</code> connection parameter (<a href="https://redirect.github.com/lib/pq/issues/1246">#1246</a>).</p> </li> <li> <p>Support [<code>sslnegotiation</code>] to use SSL without negotiation (<a href="https://redirect.github.com/lib/pq/issues/1180">#1180</a>).</p> </li> <li> <p>Allow using a custom <code>tls.Config</code>, for example for encrypted keys (<a href="https://redirect.github.com/lib/pq/issues/1228">#1228</a>).</p> </li> <li> <p>Add <code>PQGO_DEBUG=1</code> print the communication with PostgreSQL to stderr, to aid in debugging, testing, and bug reports (<a href="https://redirect.github.com/lib/pq/issues/1223">#1223</a>).</p> </li> <li> <p>Add support for NamedValueChecker interface (<a href="https://redirect.github.com/lib/pq/issues/1125">#1125</a>, <a href="https://redirect.github.com/lib/pq/issues/1238">#1238</a>).</p> </li> </ul> <h3>Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lib/pq/blob/master/CHANGELOG.md">github.com/lib/pq's changelog</a>.</em></p> <blockquote> <h2>v1.11.1 (2025-01-29)</h2> <p>This fixes two regressions present in the v1.11.0 release:</p> <ul> <li> <p>Fix build on 32bit systems, Windows, and Plan 9 (<a href="https://redirect.github.com/lib/pq/issues/1253">#1253</a>).</p> </li> <li> <p>Named []byte types and pointers to []byte (e.g. <code>*[]byte</code>, <code>json.RawMessage</code>) would be treated as an array instead of bytea (<a href="https://redirect.github.com/lib/pq/issues/1252">#1252</a>).</p> </li> </ul> <p><a href="https://redirect.github.com/lib/pq/issues/1252">#1252</a>: <a href="https://redirect.github.com/lib/pq/pull/1252">lib/pq#1252</a> <a href="https://redirect.github.com/lib/pq/issues/1253">#1253</a>: <a href="https://redirect.github.com/lib/pq/pull/1253">lib/pq#1253</a></p> <h2>v1.11.0 (2025-01-28)</h2> <p>This version of pq requires Go 1.21 or newer.</p> <p>pq now supports only maintained PostgreSQL releases, which is PostgreSQL 14 and newer. Previously PostgreSQL 8.4 and newer were supported.</p> <h3>Features</h3> <ul> <li> <p>The <code>pq.Error.Error()</code> text includes the position of the error (if reported by PostgreSQL) and SQLSTATE code (<a href="https://redirect.github.com/lib/pq/issues/1219">#1219</a>, <a href="https://redirect.github.com/lib/pq/issues/1224">#1224</a>):</p> <pre><code>pq: column &quot;columndoesntexist&quot; does not exist at column 8 (42703) pq: syntax error at or near &quot;)&quot; at position 2:71 (42601) </code></pre> </li> <li> <p>The <code>pq.Error.ErrorWithDetail()</code> method prints a more detailed multiline message, with the Detail, Hint, and error position (if any) (<a href="https://redirect.github.com/lib/pq/issues/1219">#1219</a>):</p> <pre><code>ERROR: syntax error at or near &quot;)&quot; (42601) CONTEXT: line 12, column 1: <pre><code> 10 | name varchar, 11 | version varchar, 12 | ); ^ </code></pre> <p></code></pre></p> </li> <li> <p>Add <code>Config</code>, <code>NewConfig()</code>, and <code>NewConnectorConfig()</code> to supply connection details in a more structured way (<a href="https://redirect.github.com/lib/pq/issues/1240">#1240</a>).</p> </li> <li> <p>Support <code>hostaddr</code> and <code>$PGHOSTADDR</code> (<a href="https://redirect.github.com/lib/pq/issues/1243">#1243</a>).</p> </li> <li> <p>Support multiple values in <code>host</code>, <code>port</code>, and <code>hostaddr</code>, which are each tried in order, or randomly if <code>load_balance_hosts=random</code> is set (<a href="https://redirect.github.com/lib/pq/issues/1246">#1246</a>).</p> </li> <li> <p>Support <code>target_session_attrs</code> connection parameter (<a href="https://redirect.github.com/lib/pq/issues/1246">#1246</a>).</p> </li> <li> <p>Support [<code>sslnegotiation</code>] to use SSL without negotiation (<a href="https://redirect.github.com/lib/pq/issues/1180">#1180</a>).</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lib/pq/commit/eec526cee8f50c61b6294a8299e3ae358ab28d7b"><code>eec526c</code></a> Release v1.11.1 (<a href="https://redirect.github.com/lib/pq/issues/1255">#1255</a>)</li> <li><a href="https://github.com/lib/pq/commit/1928a1d75260e84d8e4422cf91252cb7577e4fcf"><code>1928a1d</code></a> Fix []byte types incorrectly converted to PostgreSQL array (<a href="https://redirect.github.com/lib/pq/issues/1252">#1252</a>)</li> <li><a href="https://github.com/lib/pq/commit/9e2aa8e7b098fe3d2743826ffb6bd41db13fac28"><code>9e2aa8e</code></a> Run staticcheck on all GOOS/GOARCH combinations</li> <li><a href="https://github.com/lib/pq/commit/c9320c42e8721adae182adf2ee3eda3708844ac8"><code>c9320c4</code></a> Fix build on Windows and Plan9</li> <li><a href="https://github.com/lib/pq/commit/28095269d64d6d501a0e1341e3559755b556e39e"><code>2809526</code></a> Fix build on 32bit systems</li> <li><a href="https://github.com/lib/pq/commit/8e88f7e928ecc429c45050e378b751c232a35981"><code>8e88f7e</code></a> Release 1.11.0</li> <li><a href="https://github.com/lib/pq/commit/0ad30496f8aa96a983fce5490ba050523d8fc5d1"><code>0ad3049</code></a> Handle pre-protocol errors to prevent memory exhaustion</li> <li><a href="https://github.com/lib/pq/commit/f1fae2ee3828fe6e103c0ec4dfcb568d906e5cb6"><code>f1fae2e</code></a> Add pqtest.Fake.Close()</li> <li><a href="https://github.com/lib/pq/commit/3815d03993a59ea6ffd0206a5dae62913c6ce877"><code>3815d03</code></a> Remove assumption that the auth response is AuthenticateOk</li> <li><a href="https://github.com/lib/pq/commit/589ad43c7e1f33330cf8f461d2ffca19785f1110"><code>589ad43</code></a> Implement load_balance_hosts=random</li> <li>Additional commits viewable in <a href="https://github.com/lib/pq/compare/v1.10.9...v1.11.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/mattn/go-sqlite3` from 1.14.32 to 1.14.33 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mattn/go-sqlite3/commit/3c885a95122b9d21008222d0b7e7db9714ed127d"><code>3c885a9</code></a> Upgrade SQLite to version 3051001</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/3e773a9be57ec4b60074649fae8d2feb376e65e7"><code>3e773a9</code></a> update github workflows</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/2f6a2bbbfdc9ec8c92cad07d522544c494e70e14"><code>2f6a2bb</code></a> fix upgrade script</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/aa7cdd300f10f2d7fe4801be42eb7a07c556a434"><code>aa7cdd3</code></a> update upgrade script</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/a66908a543f99753f0fa37bf380b052399f927bf"><code>a66908a</code></a> use quote include instead of angled include for sqlite3-binding.h</li> <li>See full diff in <a href="https://github.com/mattn/go-sqlite3/compare/v1.14.32...v1.14.33">compare view</a></li> </ul> </details> <br /> Updates `github.com/playwright-community/playwright-go` from 0.5200.0 to 0.5200.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/playwright-community/playwright-go/releases">github.com/playwright-community/playwright-go's releases</a>.</em></p> <blockquote> <h2>v0.5200.1</h2> <h2>What's Changed</h2> <ul> <li>docs: modify the playwright driver installation instructions by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/542">playwright-community/playwright-go#542</a></li> <li>ci: handle github action faillures by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/553">playwright-community/playwright-go#553</a></li> <li>fix(ci): misuse of matrix conditional by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/559">playwright-community/playwright-go#559</a></li> <li>fix: ignore nil error for up2date by <a href="https://github.com/liruohrh"><code>@​liruohrh</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/552">playwright-community/playwright-go#552</a></li> <li>fix: prevent panic in Sizes() by <a href="https://github.com/derekperkins"><code>@​derekperkins</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/544">playwright-community/playwright-go#544</a></li> <li>fix(ci): github runner deprecated ubuntu 20.04 by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/560">playwright-community/playwright-go#560</a></li> <li>test: wait for workerFunction to be defined in worker test by <a href="https://github.com/liruohrh"><code>@​liruohrh</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/561">playwright-community/playwright-go#561</a></li> <li>fix: waiter#RunAndWait maybe cause deadlock. by <a href="https://github.com/liruohrh"><code>@​liruohrh</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/555">playwright-community/playwright-go#555</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/liruohrh"><code>@​liruohrh</code></a> made their first contribution in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/552">playwright-community/playwright-go#552</a></li> <li><a href="https://github.com/derekperkins"><code>@​derekperkins</code></a> made their first contribution in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/544">playwright-community/playwright-go#544</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/playwright-community/playwright-go/compare/v0.5200.0...v0.5200.1">https://github.com/playwright-community/playwright-go/compare/v0.5200.0...v0.5200.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/playwright-community/playwright-go/commit/56e30d60f8b42785982469eaca6ad969bc2e1946"><code>56e30d6</code></a> fix: waiter#RunAndWait maybe cause deadlock. (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/555">#555</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/a70e216c28cc74dfbc1dc6224ab9da0c3f5a5f59"><code>a70e216</code></a> test: wait for workerFunction to be defined in worker test (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/561">#561</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/2943f90553df5eb45e477a31ed6391bb6ef75e5a"><code>2943f90</code></a> fix(ci): github runner deprecated ubuntu 20.04 (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/560">#560</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/123b947ddb17ab2e0d8b53d0e0a8bc755e61c577"><code>123b947</code></a> fix: prevent panic in Sizes() (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/544">#544</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/ed0010f3c6ebdbebb9dcffa7480f61e487530755"><code>ed0010f</code></a> fix: ignore nil error for up2date (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/552">#552</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/556282eb0a6036529f6fe2dbff80dd89773fd07d"><code>556282e</code></a> fix(ci): misuse of matrix conditional (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/559">#559</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/6a47e17273f45d89ed6e8ac786fbbebca68eac79"><code>6a47e17</code></a> ci: handle github action faillures (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/553">#553</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/4d70e13a55649abcfe582deeecbeeaf6e0ba6427"><code>4d70e13</code></a> docs: modify the playwright driver installation instructions (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/542">#542</a>)</li> <li>See full diff in <a href="https://github.com/playwright-community/playwright-go/compare/v0.5200.0...v0.5200.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/sirupsen/logrus` from 1.9.3 to 1.9.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sirupsen/logrus/releases">github.com/sirupsen/logrus's releases</a>.</em></p> <blockquote> <h2>v1.9.4</h2> <h2>Notable changes</h2> <ul> <li>go.mod: update minimum supported go version to v1.17 <a href="https://redirect.github.com/sirupsen/logrus/pull/1460">sirupsen/logrus#1460</a></li> <li>go.mod: bump up dependencies <a href="https://redirect.github.com/sirupsen/logrus/pull/1460">sirupsen/logrus#1460</a></li> <li>Touch-up godoc and add &quot;doc&quot; links.</li> <li>README: fix links, grammar, and update examples.</li> <li>Add GNU/Hurd support <a href="https://redirect.github.com/sirupsen/logrus/pull/1364">sirupsen/logrus#1364</a></li> <li>Add WASI wasip1 support <a href="https://redirect.github.com/sirupsen/logrus/pull/1388">sirupsen/logrus#1388</a></li> <li>Remove uses of deprecated <code>ioutil</code> package <a href="https://redirect.github.com/sirupsen/logrus/pull/1472">sirupsen/logrus#1472</a></li> <li>CI: update actions and golangci-lint <a href="https://redirect.github.com/sirupsen/logrus/pull/1459">sirupsen/logrus#1459</a></li> <li>CI: remove appveyor, add macOS <a href="https://redirect.github.com/sirupsen/logrus/pull/1460">sirupsen/logrus#1460</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sirupsen/logrus/compare/v1.9.3...v1.9.4">https://github.com/sirupsen/logrus/compare/v1.9.3...v1.9.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sirupsen/logrus/commit/b61f268f75b6ff134a62cd62aee1095fa12e8d2e"><code>b61f268</code></a> Merge pull request <a href="https://redirect.github.com/sirupsen/logrus/issues/1472">#1472</a> from goldlinker/master</li> <li><a href="https://github.com/sirupsen/logrus/commit/15c29db7129cc15331e9c52493d5aaab217146c7"><code>15c29db</code></a> refactor: replace the deprecated function in the ioutil package</li> <li><a href="https://github.com/sirupsen/logrus/commit/cb253f3080f18ec7e55b4c8f15b62fe0a806f130"><code>cb253f3</code></a> Merge pull request <a href="https://redirect.github.com/sirupsen/logrus/issues/1464">#1464</a> from thaJeztah/touchup_godoc</li> <li><a href="https://github.com/sirupsen/logrus/commit/29b233793060a07fb76eda791f604d87e08d23d1"><code>29b2337</code></a> Merge pull request <a href="https://redirect.github.com/sirupsen/logrus/issues/1468">#1468</a> from thaJeztah/touchup_readme</li> <li><a href="https://github.com/sirupsen/logrus/commit/d9168199e06807d8959126bc8c823ad8b96e3969"><code>d916819</code></a> Merge pull request <a href="https://redirect.github.com/sirupsen/logrus/issues/1427">#1427</a> from dolmen/fix-testify-usage</li> <li><a href="https://github.com/sirupsen/logrus/commit/135e4820b2140747fb868073e4dca1619996417a"><code>135e482</code></a> README: small touch-ups</li> <li><a href="https://github.com/sirupsen/logrus/commit/2c5fa36b73abb8b007474417571e268685d0d84e"><code>2c5fa36</code></a> Merge pull request <a href="https://redirect.github.com/sirupsen/logrus/issues/1467">#1467</a> from thaJeztah/rm_old_badge</li> <li><a href="https://github.com/sirupsen/logrus/commit/877ecec10d61675855189ece38d70d8804302fa4"><code>877ecec</code></a> README: remove travis badge</li> <li><a href="https://github.com/sirupsen/logrus/commit/55cf2560b5e5fd3f0e6ff59e6ce766eb12db4522"><code>55cf256</code></a> Merge pull request <a href="https://redirect.github.com/sirupsen/logrus/issues/1393">#1393</a> from jsoref/grammar</li> <li><a href="https://github.com/sirupsen/logrus/commit/21bae50b76794e93449c3f0f845ea0ac903847db"><code>21bae50</code></a> Merge pull request <a href="https://redirect.github.com/sirupsen/logrus/issues/1426">#1426</a> from dolmen/testing-fix-use-of-math-rand</li> <li>Additional commits viewable in <a href="https://github.com/sirupsen/logrus/compare/v1.9.3...v1.9.4">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/cobra/releases">github.com/spf13/cobra's releases</a>.</em></p> <blockquote> <h2>v1.10.2</h2> <h2>🔧 Dependencies</h2> <ul> <li>chore: Migrate from <code>gopkg.in/yaml.v3</code> to <code>go.yaml.in/yaml/v3</code> by <a href="https://github.com/dims"><code>@​dims</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2336">spf13/cobra#2336</a> - the <code>gopkg.in/yaml.v3</code> package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of <code>spf13/cobra</code></li> </ul> <h2>📈 CI/CD</h2> <ul> <li>Fix linter and allow CI to pass by <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2327">spf13/cobra#2327</a></li> <li>fix: actions/setup-go v6 by <a href="https://github.com/jpmcb"><code>@​jpmcb</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2337">spf13/cobra#2337</a></li> </ul> <h2>🔥✍🏼 Docs</h2> <ul> <li>Add documentation for repeated flags functionality by <a href="https://github.com/rvergis"><code>@​rvergis</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2316">spf13/cobra#2316</a></li> </ul> <h2>🍂 Refactors</h2> <ul> <li>refactor: replace several vars with consts by <a href="https://github.com/htoyoda18"><code>@​htoyoda18</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2328">spf13/cobra#2328</a></li> <li>refactor: change minUsagePadding from var to const by <a href="https://github.com/ssam18"><code>@​ssam18</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2325">spf13/cobra#2325</a></li> </ul> <h2>🤗 New Contributors</h2> <ul> <li><a href="https://github.com/rvergis"><code>@​rvergis</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2316">spf13/cobra#2316</a></li> <li><a href="https://github.com/htoyoda18"><code>@​htoyoda18</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2328">spf13/cobra#2328</a></li> <li><a href="https://github.com/ssam18"><code>@​ssam18</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2325">spf13/cobra#2325</a></li> <li><a href="https://github.com/dims"><code>@​dims</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/cobra/pull/2336">spf13/cobra#2336</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2">https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2</a></p> <p>Thank you to our amazing contributors!!!!! 🐍 🚀</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/cobra/commit/88b30ab89da2d0d0abb153818746c5a2d30eccec"><code>88b30ab</code></a> chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (<a href="https://redirect.github.com/spf13/cobra/issues/2336">#2336</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/346d408fe7d4be00ff9481ea4d43c4abb5e5f77d"><code>346d408</code></a> fix: actions/setup-go v6 (<a href="https://redirect.github.com/spf13/cobra/issues/2337">#2337</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/fc81d2003469e2a5c440306d04a6d82a54065979"><code>fc81d20</code></a> refactor: change minUsagePadding from var to const (<a href="https://redirect.github.com/spf13/cobra/issues/2325">#2325</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/117698a604b65e80a1ad5b76df67b604bcd992e0"><code>117698a</code></a> refactor: replace several vars with consts (<a href="https://redirect.github.com/spf13/cobra/issues/2328">#2328</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/e2dd29ddc39acacf3af13013b06e1fe58b5c3599"><code>e2dd29d</code></a> Add documentation for repeated flags functionality (<a href="https://redirect.github.com/spf13/cobra/issues/2316">#2316</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/062989255670f5e100abf70fa5e291a394915f89"><code>0629892</code></a> Fix linter (<a href="https://redirect.github.com/spf13/cobra/issues/2327">#2327</a>)</li> <li>See full diff in <a href="https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/swaggo/swag` from 1.16.4 to 1.16.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/swaggo/swag/releases">github.com/swaggo/swag's releases</a>.</em></p> <blockquote> <h2>v1.16.6</h2> <h2>What's Changed</h2> <ul> <li>fix: prevent nil pointer dereference in getFuncDoc when parsing depen… by <a href="https://github.com/gatorjuice"><code>@​gatorjuice</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2044">swaggo/swag#2044</a></li> <li>fix: router with tilde <a href="https://redirect.github.com/swaggo/swag/issues/2004">#2004</a> by <a href="https://github.com/subwiz"><code>@​subwiz</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2005">swaggo/swag#2005</a></li> <li>Feature: allow enum ordered const name override (2nd PR for this) by <a href="https://github.com/drewsilcock"><code>@​drewsilcock</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2046">swaggo/swag#2046</a></li> <li>Use the structs name without the <a href="https://github.com/name"><code>@​name</code></a> comment by <a href="https://github.com/skast96"><code>@​skast96</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2043">swaggo/swag#2043</a></li> <li>feat: allow description line continuation by <a href="https://github.com/berk-karaal"><code>@​berk-karaal</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2048">swaggo/swag#2048</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gatorjuice"><code>@​gatorjuice</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2044">swaggo/swag#2044</a></li> <li><a href="https://github.com/subwiz"><code>@​subwiz</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2005">swaggo/swag#2005</a></li> <li><a href="https://github.com/drewsilcock"><code>@​drewsilcock</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2046">swaggo/swag#2046</a></li> <li><a href="https://github.com/skast96"><code>@​skast96</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2043">swaggo/swag#2043</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6">https://github.com/swaggo/swag/compare/v1.16.5...v1.16.6</a></p> <h2>v1.16.5</h2> <h2>What's Changed</h2> <ul> <li>Added support for <a href="https://github.com/tag"><code>@​tag</code></a>.x- attributes for tags (<a href="https://redirect.github.com/swaggo/swag/issues/1784">#1784</a>) by <a href="https://github.com/Ponywka"><code>@​Ponywka</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1785">swaggo/swag#1785</a></li> <li>feat: Add x-enum-descriptions to generated Swagger documentation for Enum by <a href="https://github.com/wakamenod"><code>@​wakamenod</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1878">swaggo/swag#1878</a></li> <li>fix: use '&amp;&amp;' for security pair(AND) by <a href="https://github.com/kkkiio"><code>@​kkkiio</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1659">swaggo/swag#1659</a></li> <li>feat: ParseComment error to contain the comment by <a href="https://github.com/stokito"><code>@​stokito</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1777">swaggo/swag#1777</a></li> <li>support generate var-declared function doc by <a href="https://github.com/book987"><code>@​book987</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1657">swaggo/swag#1657</a></li> <li>Fix compare original and formatted by <a href="https://github.com/0daryo"><code>@​0daryo</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1915">swaggo/swag#1915</a></li> <li>Transfer golang type to swagger type with format reserved by <a href="https://github.com/sdghchj"><code>@​sdghchj</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1944">swaggo/swag#1944</a></li> <li>Fix format by goimports by <a href="https://github.com/0daryo"><code>@​0daryo</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1927">swaggo/swag#1927</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/object-map-example by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/swaggo/swag/pull/1945">swaggo/swag#1945</a></li> <li>fix: <a href="https://github.com/name"><code>@​name</code></a> for recursion by <a href="https://github.com/njacob1001"><code>@​njacob1001</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1948">swaggo/swag#1948</a></li> <li>Fix typo error in README by <a href="https://github.com/yashisrani"><code>@​yashisrani</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1954">swaggo/swag#1954</a></li> <li>Extension: collectionFormat in struct tag by <a href="https://github.com/sdghchj"><code>@​sdghchj</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1989">swaggo/swag#1989</a></li> <li>chore: accept event streaming by <a href="https://github.com/miguelhrocha"><code>@​miguelhrocha</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1992">swaggo/swag#1992</a></li> <li>Non-empty stderr for <code>go list</code> is not an error in itself by <a href="https://github.com/atercattus"><code>@​atercattus</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1981">swaggo/swag#1981</a></li> <li>Updated golang/x/text v0.21, x/tools v0.21 to address CVE-2024-45338 in net v0.23 by <a href="https://github.com/blame19"><code>@​blame19</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1962">swaggo/swag#1962</a></li> <li>Remove redundant <code>(default: false)</code> for parseFuncBody flag by <a href="https://github.com/nikpivkin"><code>@​nikpivkin</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/1961">swaggo/swag#1961</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /example/celler by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/swaggo/swag/pull/1993">swaggo/swag#1993</a></li> <li>fix(test): include <code>rune</code> test in enums tests by <a href="https://github.com/sharunkumar"><code>@​sharunkumar</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2025">swaggo/swag#2025</a></li> <li>feat: json:omitempty marks field as optional by <a href="https://github.com/andyatmiami"><code>@​andyatmiami</code></a> in <a href="https://redirect.github.com/swaggo/swag/pull/2041">swaggo/swag#2041</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wakamenod"><code>@​wakamenod</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1878">swaggo/swag#1878</a></li> <li><a href="https://github.com/stokito"><code>@​stokito</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1777">swaggo/swag#1777</a></li> <li><a href="https://github.com/book987"><code>@​book987</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1657">swaggo/swag#1657</a></li> <li><a href="https://github.com/njacob1001"><code>@​njacob1001</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1948">swaggo/swag#1948</a></li> <li><a href="https://github.com/yashisrani"><code>@​yashisrani</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1954">swaggo/swag#1954</a></li> <li><a href="https://github.com/miguelhrocha"><code>@​miguelhrocha</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1992">swaggo/swag#1992</a></li> <li><a href="https://github.com/atercattus"><code>@​atercattus</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1981">swaggo/swag#1981</a></li> <li><a href="https://github.com/blame19"><code>@​blame19</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/1962">swaggo/swag#1962</a></li> <li><a href="https://github.com/sharunkumar"><code>@​sharunkumar</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2025">swaggo/swag#2025</a></li> <li><a href="https://github.com/andyatmiami"><code>@​andyatmiami</code></a> made their first contribution in <a href="https://redirect.github.com/swaggo/swag/pull/2041">swaggo/swag#2041</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swaggo/swag/commit/f676981e12b892b4a2c5f50cd3dbc96d469ca358"><code>f676981</code></a> feat: allow description line continuation (<a href="https://redirect.github.com/swaggo/swag/issues/2048">#2048</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/252fecd4cbc33868a56d3f3f1092cd2a561073ef"><code>252fecd</code></a> Use the structs name without the <a href="https://github.com/name"><code>@​name</code></a> comment (<a href="https://redirect.github.com/swaggo/swag/issues/2043">#2043</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/b0c5cc990594386ba6189a21313e4e8e68695249"><code>b0c5cc9</code></a> Feature: allow enum ordered const name override (2nd PR for this) (<a href="https://redirect.github.com/swaggo/swag/issues/2046">#2046</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/0f3bf86377c7e1c5bbf280380419e9ded717d83a"><code>0f3bf86</code></a> fix: router with tilde <a href="https://redirect.github.com/swaggo/swag/issues/2004">#2004</a> (<a href="https://redirect.github.com/swaggo/swag/issues/2005">#2005</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/d7cec5730e4e9ff1c05e98b780c0092b0ad35cbe"><code>d7cec57</code></a> fix: prevent nil pointer dereference in getFuncDoc when parsing dependencies ...</li> <li><a href="https://github.com/swaggo/swag/commit/15a183bfd60426ca30b2cebdff5ab7c6558d0291"><code>15a183b</code></a> feat: json:omitempty marks field as optional (<a href="https://redirect.github.com/swaggo/swag/issues/2041">#2041</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/714cd1292724c73a25cf1828ea24df08d4f66de3"><code>714cd12</code></a> fix(test): include <code>rune</code> test in enums tests (<a href="https://redirect.github.com/swaggo/swag/issues/2025">#2025</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/93e86851e9f22f1f2db57812cf71fc004c02159c"><code>93e8685</code></a> chore(deps): bump golang.org/x/crypto in /example/celler (<a href="https://redirect.github.com/swaggo/swag/issues/1993">#1993</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/aee4fddf38fc80aa5d2d5257545f2a3727d7d056"><code>aee4fdd</code></a> Remove redundant (default: false) for parseFuncBody flag (<a href="https://redirect.github.com/swaggo/swag/issues/1961">#1961</a>)</li> <li><a href="https://github.com/swaggo/swag/commit/5c99c1705f92c42ba47987357d0e1790e8c1eb92"><code>5c99c17</code></a> x/text v0.21, x/tools v0.21 (<a href="https://redirect.github.com/swaggo/swag/issues/1962">#1962</a>)</li> <li>Additional commits viewable in <a href="https://github.com/swaggo/swag/compare/v1.16.4...v1.16.6">compare view</a></li> </ul> </details> <br /> Updates `github.com/testcontainers/testcontainers-go` from 0.37.0 to 0.40.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testcontainers/testcontainers-go/releases">github.com/testcontainers/testcontainers-go's releases</a>.</em></p> <blockquote> <h2>v0.40.0</h2> <h1>What's Changed</h1> <h2>⚠️ Breaking Changes</h2> <ul> <li>chore(redpanda)!: use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3430">#3430</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(rabbitmq)!: use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3428">#3428</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(opensearch)!: use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3423">#3423</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(elasticsearch)!: use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3407">#3407</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(etcd)!: use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3409">#3409</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <p>The below modules receive a breaking change in the signature of their functional options, as now all of them return an error when needed (returning nil for success). Therefore, you're only affected when assigning the options to variables.</p> <ul> <li>Old: type Option func(*options)</li> <li>New: type Option func(*options) error</li> </ul> <h2>🚀 Features</h2> <ul> <li>feat(azure): add cosmosdb module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3452">#3452</a>) <a href="https://github.com/natsoman"><code>@​natsoman</code></a></li> <li>feat(azure): reduce time/memory by running specific sub-services (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3451">#3451</a>) <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix(udp): expose UDP ports properly (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3485">#3485</a>) <a href="https://github.com/blueprismo"><code>@​blueprismo</code></a></li> <li>fix(compose): update to docker compose v2.40.2 and use api.Compose interface (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3456">#3456</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>fix(surrealdb): use true as value for WithAllowAllCaps option (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3436">#3436</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>fix: use path.Join instead of url.JoinPath when prepending a custom registry to an image (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3308">#3308</a>) <a href="https://github.com/fedorkanin"><code>@​fedorkanin</code></a></li> </ul> <h2>📖 Documentation</h2> <ul> <li>docs: add AI coding agent guidelines (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3446">#3446</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>docs(mssql): describe MSSQL issue with negative certificates (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3417">#3417</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <h2>🧹 Housekeeping</h2> <ul> <li>feat(wait): add human-readable String() methods to all wait strategies (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3461">#3461</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore: enable prealloc linter and address issues (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3458">#3458</a>) <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a></li> <li>chore(dockermcpgateway): skip testable example as it's not deterministic (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3457">#3457</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>fix(azurite): fix lint (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3453">#3453</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore: fix &quot;Redpanda&quot; copy-paste comment everywhere (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3450">#3450</a>) <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a></li> <li>chore: remove redundant wait.ForAll everywhere (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3449">#3449</a>) <a href="https://github.com/NathanBaulch"><code>@​NathanBaulch</code></a></li> <li>chore(couchbase|etcd|firestore|mcpgateway|eventhubs|servicebus): apply consistent pattern for options (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3447">#3447</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(modulegen): use Run function when generating modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3445">#3445</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(vault): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3443">#3443</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(valkey): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3440">#3440</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(yugabytedb): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3444">#3444</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(weaviate): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3442">#3442</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(vearch): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3441">#3441</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(toxiproxy): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3435">#3435</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(clickhouse|k6|localstack|redpanda|registry|socat): use Run in tests (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3432">#3432</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>chore(surrealdb): use Run function (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3434">#3434</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a... _Description has been truncated_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#1032
No description provided.