[PR #1133] [CLOSED] chore(deps): bump the all group with 17 updates #1004

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

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/1133
Author: @dependabot[bot]
Created: 8/1/2025
Status: Closed

Base: masterHead: dependabot/go_modules/all-fd457e90b5


📝 Commits (1)

  • 53409ea chore(deps): bump the all group with 17 updates

📊 Changes

2 files changed (+137 additions, -122 deletions)

View changed files

📝 go.mod (+41 -34)
📝 go.sum (+96 -88)

📄 Description

Bumps the all group with 17 updates:

Package From To
github.com/PuerkitoBio/goquery 1.10.2 1.10.3
github.com/go-sql-driver/mysql 1.9.0 1.9.3
github.com/gofrs/uuid/v5 5.3.1 5.3.2
github.com/golang-jwt/jwt/v5 5.2.1 5.3.0
github.com/huandu/go-sqlbuilder 1.34.0 1.36.0
github.com/mattn/go-sqlite3 1.14.24 1.14.30
github.com/playwright-community/playwright-go 0.5001.0 0.5200.0
github.com/sethvargo/go-envconfig 1.1.1 1.3.0
github.com/spf13/afero 1.12.0 1.14.0
github.com/spf13/pflag 1.0.6 1.0.7
github.com/swaggo/swag 1.16.4 1.16.6
github.com/testcontainers/testcontainers-go 0.35.0 0.38.0
golang.org/x/crypto 0.35.0 0.37.0
golang.org/x/image 0.24.0 0.29.0
golang.org/x/net 0.36.0 0.41.0
golang.org/x/term 0.29.0 0.32.0
modernc.org/sqlite 1.36.0 1.38.2

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

Release notes

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

v1.10.3

Update dependencies and a small memory optimization.

Commits
  • 9c6a69c Prepare for v1.10.3
  • 80f14c7 Merge pull request #516 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 58dcec1 Bump golang.org/x/net from 0.38.0 to 0.39.0
  • aadb1cd Merge pull request #515 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 9cd3cf0 Bump golang.org/x/net from 0.37.0 to 0.38.0
  • fa93633 Merge pull request #514 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 858507f Run go mod tidy
  • 5c48549 Bump golang.org/x/net from 0.35.0 to 0.37.0
  • c2d1a09 Merge pull request #512 from myxzlpltk/master
  • 3951e60 increase performance by migrating from bytes.Buffer to strings.Builder
  • See full diff in compare view

Updates github.com/go-sql-driver/mysql from 1.9.0 to 1.9.3

Release notes

Sourced from github.com/go-sql-driver/mysql's releases.

v1.9.3

What's Changed

Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.9.2...v1.9.3

v1.9.2

What's Changed

v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content.

Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.9.1...v1.9.2

v1.9.1

What's Changed

New Contributors

Full Changelog: https://github.com/go-sql-driver/mysql/compare/v1.9.0...v1.9.1

Changelog

Sourced from github.com/go-sql-driver/mysql's changelog.

v1.9.3 (2025-06-13)

  • tx.Commit() and tx.Rollback() returned ErrInvalidConn always. Now they return cached real error if present. (#1690)

  • Optimize reading small resultsets to fix performance regression introduced by compression protocol support. (#1707)

  • Fix db.Ping() on compressed connection. (#1723)

v1.9.2 (2025-04-07)

v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content.

v1.9.1 (2025-03-21)

Major Changes

  • Add Charset() option. (#1679)

Bugfixes

  • go.mod: fix go version format (#1682)
  • Fix FormatDSN missing ConnectionAttributes (#1619)
Commits

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

Release notes

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

v5.3.2

What's Changed

New Contributors

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

Commits
  • a85a526 Improve performance of FromBytesOrNil (#206)
  • 1404e37 Merge pull request #205 from gofrs/dependabot/github_actions/all-3cda599c10
  • 1768f76 Bump the all group with 3 updates
  • 9d8c586 Bump the all group across 1 directory with 4 updates (#204)
  • 4be0733 Bump github/codeql-action from 3.28.8 to 3.28.9 in the all group (#200)
  • 143be6a Merge pull request #201 from kohenkatz/fixes_195
  • 9844d64 doc: clarify comment in test
  • See full diff in compare view

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

Release notes

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

v5.3.0

This release is almost identical to to v5.2.3 but now correctly indicates Go 1.21 as minimum requirement.

What's Changed

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

v5.2.3

What's Changed

New Contributors

Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3

v5.2.2

What's Changed

New Contributors

Full Changelog: https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2

Commits

Updates github.com/huandu/go-sqlbuilder from 1.34.0 to 1.36.0

Release notes

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

v1.36.0

What's Changed

New Contributors

Full Changelog: https://github.com/huandu/go-sqlbuilder/compare/v1.35.0...v1.36.0

v1.35.0

What's Changed

  • NEW: New flavor Doris, which is a dialect of MySQL. See discussion in #192 for details.
  • FIX: the order of LIMIT and OFFSET clauses when using the Presto flavor #195 in #196

New Contributors

Full Changelog: https://github.com/huandu/go-sqlbuilder/compare/v1.34.0...v1.35.0

Commits
  • 51f40ba Merge pull request #212 from huandu/feature/returning-clause-issue-210
  • 5349146 feat: implement Returning method for UpdateBuilder and DeleteBuilder
  • 38c1feb Merge pull request #204 from edznux-dd/nil-pointer-deref
  • 9cff4c5 Merge pull request #207 from edznux-dd/add-fuzzer
  • a458e63 Add nil check before executing functions
  • 3be591a Add nil check regression for BuildWithFlavor
  • 0366d49 Add regression test
  • 704f648 Add a fuzz harness for Select
  • 746784b fix #200: PostgreSQL InsertIgnoreInto with subquery doesn't append ON CONFLIC...
  • fd0b5a9 fix #202: NotIn with empty values builds "0 = 0"
  • Additional commits viewable in compare view

Updates github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.30

Commits

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

Release notes

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

v0.5200.0

What's Changed

Note: No IndexedDB option for StorageState yet.

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

v0.5101.0

What's Changed

Note: Compared with the nodejs version, there is currently no IndexedDb for StorageState

Full Changelog: https://github.com/playwright-community/playwright-go/compare/v0.5001.0...v0.5101.0

Commits

Updates github.com/sethvargo/go-envconfig from 1.1.1 to 1.3.0

Release notes

Sourced from github.com/sethvargo/go-envconfig's releases.

v1.2.0

What's Changed

Full Changelog: https://github.com/sethvargo/go-envconfig/compare/v1.1.1...v1.2.0

Commits
  • 4bcd670 Optionally propagate context to Decoder (#131)
  • db7a7a5 Introduce the LookuperFunc type to simplify the creation of custom implemen...
  • 7ee4127 Allow escaping $ in default values (#128)
  • 562e9b1 Only include envvar key on error to avoid leaking information (#127)
  • See full diff in compare view

Updates github.com/spf13/afero from 1.12.0 to 1.14.0

Release notes

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

v1.14.0

What's Changed

Full Changelog: https://github.com/spf13/afero/compare/v1.13.0...v1.14.0

v1.13.0

What's Changed

New Contributors

Full Changelog: https://github.com/spf13/afero/compare/v1.12.0...v1.13.0

Commits
  • ea38482 Merge pull request #462 from spf13/dependencies
  • a9aaabc docs: add release instructions
  • d3a70b6 ci: run tests for submodules
  • 2af1925 feat: split gcsfs and sftpfs into separate modules
  • dbd6f61 Merge pull request #477 from spf13/update-dependencies
  • 83b8a55 update readme
  • bf3bd73 update dependencies
  • 464bc98 Merge pull request #473 from spf13/dependabot/github_actions/golangci/golangc...
  • da239a4 Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
  • 523f621 Merge pull request #461 from spf13/go124
  • Additional commits viewable in compare view

Updates github.com/spf13/pflag from 1.0.6 to 1.0.7

Release notes

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

v1.0.7

What's Changed

New Contributors

Full Changelog: https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7

Commits
  • f9cbdd9 Merge pull request #348 from max-frank/add-time-flag-support
  • e3be2eb Reduce duplication by forwarding to sibling functions
  • 7cc25e3 Don't export TimeValue (yet)
  • d15848d Remove unnecessary time test stderr dev null redirect
  • c5ce22e Use time.Time for expectations in time flag tests
  • 1992c5a Add support for time.Time flags
  • 1c62fb2 Merge pull request #431 from LeGEC/430-fix-usage-message-for-func-flags
  • 1a4b5b2 fix discrepancy in order of arguments for Func() and BoolFunc() #433
  • 4730aa0 fix help message for Func and BoolFunc flags #430
  • f4c97c2 minor: fix typos in comments
  • Additional commits viewable in compare view

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.35.0 to 0.38.0

Release notes

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

v0.38.0

What's Changed

⚠️ Breaking Changes

The breaking change comes as a behaviour that has been removed: the readiness check for the exposed ports. It led to flakiness and for that reason we removed it.

Only for users of the testcontainers.NewRawCommand function to create executables in containers, that are assigning the function to a variable. We added a variadic argument to the signature, so the rest of the users won't be affected by this breaking change.

  • chore(deps)!: bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible (#3194) @​mdelapenya

Implementers of the testcontainers.ImageBuildInfo interface, would see that testcontainers.BuildOptions has changed its signature to use non-deprecated types from docker/docker:

type ImageBuildInfo interface {
- 	 BuildOptions() (types.ImageBuildOptions, error) // converts the ImageBuildInfo to a types.ImageBuildOptions
+        BuildOptions() (build.ImageBuildOptions, error) // converts the ImageBuildInfo to a build.ImageBuildOptions

Also users of the testcontainers.FromDockerfile struct will receive this breaking change, as the BuildOptionsModifier fields has changed:

- BuildOptionsModifier func(*types.ImageBuildOptions)
+ BuildOptionsModifier func(*build.ImageBuildOptions)

🔒 Security

🚀 Features

🐛 Bug Fixes

... (truncated)

Commits
  • 41bd601 chore: use new version (v0.38.0) in modules and examples
  • a771fee Update go.mod in azure module (#3231)
  • 7f916ae fix: strip headers from logs using log stream specification (#3226)
  • 295ba91 chore: clarify image auth warning message for public images (#3228)
  • ea392e9 chore(deps): bump github.com/go-viper/mapstructure/v2 (#3219)
  • 122a4e5 chore(deps): bump github/codeql-action from 3.28.16 to 3.29.2 ...

    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/1133 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/all-fd457e90b5` --- ### 📝 Commits (1) - [`53409ea`](https://github.com/go-shiori/shiori/commit/53409ea4009dd6b114a319c7a0b084747ddc01d1) chore(deps): bump the all group with 17 updates ### 📊 Changes **2 files changed** (+137 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+41 -34) 📝 `go.sum` (+96 -88) </details> ### 📄 Description Bumps the all group with 17 updates: | Package | From | To | | --- | --- | --- | | [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.10.2` | `1.10.3` | | [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | `1.9.0` | `1.9.3` | | [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) | `5.3.1` | `5.3.2` | | [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) | `5.2.1` | `5.3.0` | | [github.com/huandu/go-sqlbuilder](https://github.com/huandu/go-sqlbuilder) | `1.34.0` | `1.36.0` | | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `1.14.24` | `1.14.30` | | [github.com/playwright-community/playwright-go](https://github.com/playwright-community/playwright-go) | `0.5001.0` | `0.5200.0` | | [github.com/sethvargo/go-envconfig](https://github.com/sethvargo/go-envconfig) | `1.1.1` | `1.3.0` | | [github.com/spf13/afero](https://github.com/spf13/afero) | `1.12.0` | `1.14.0` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.6` | `1.0.7` | | [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.35.0` | `0.38.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.35.0` | `0.37.0` | | [golang.org/x/image](https://github.com/golang/image) | `0.24.0` | `0.29.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.36.0` | `0.41.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.29.0` | `0.32.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.36.0` | `1.38.2` | Updates `github.com/PuerkitoBio/goquery` from 1.10.2 to 1.10.3 <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.10.3</h2> <p>Update dependencies and a small memory optimization.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PuerkitoBio/goquery/commit/9c6a69cd4d7b07e401b68ccf12c736a3efe12c47"><code>9c6a69c</code></a> Prepare for v1.10.3</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/80f14c711182799a578d3b03c6cb78e4269a2010"><code>80f14c7</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/516">#516</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/58dcec12a03eff89924ac7c6c4045beeda4f0c88"><code>58dcec1</code></a> Bump golang.org/x/net from 0.38.0 to 0.39.0</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/aadb1cdadc65c65bc45165f7405a2d58075d6b42"><code>aadb1cd</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/515">#515</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/9cd3cf0815b7dbd0d29a29cdce3ea9643d63bba9"><code>9cd3cf0</code></a> Bump golang.org/x/net from 0.37.0 to 0.38.0</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/fa93633a0f66af6cda7df523f4db29b73eb5f46d"><code>fa93633</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/514">#514</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/858507ff1bed91b3892f1d9e6af6f548ca4fe4a2"><code>858507f</code></a> Run go mod tidy</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/5c48549c056a1aa09e8631da316fa9952bf99315"><code>5c48549</code></a> Bump golang.org/x/net from 0.35.0 to 0.37.0</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/c2d1a0902fb21b0613863ea7e9f371de00e5b037"><code>c2d1a09</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/512">#512</a> from myxzlpltk/master</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/3951e6049509628778ba47a0f6c2a93b92af058a"><code>3951e60</code></a> increase performance by migrating from bytes.Buffer to strings.Builder</li> <li>See full diff in <a href="https://github.com/PuerkitoBio/goquery/compare/v1.10.2...v1.10.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/go-sql-driver/mysql` from 1.9.0 to 1.9.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-sql-driver/mysql/releases">github.com/go-sql-driver/mysql's releases</a>.</em></p> <blockquote> <h2>v1.9.3</h2> <h2>What's Changed</h2> <ul> <li>[1.9] test stability improvement. by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1699">go-sql-driver/mysql#1699</a></li> <li>[1.9] Transaction Commit/Rollback returns conn's cached error by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1702">go-sql-driver/mysql#1702</a></li> <li>backport benchmark_test by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1706">go-sql-driver/mysql#1706</a></li> <li>[1.9] optimize readPacket (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1705">#1705</a>) by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1707">go-sql-driver/mysql#1707</a></li> <li>[1.9] fix PING on compressed connections by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1723">go-sql-driver/mysql#1723</a></li> <li>release v1.9.3 by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1725">go-sql-driver/mysql#1725</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-sql-driver/mysql/compare/v1.9.2...v1.9.3">https://github.com/go-sql-driver/mysql/compare/v1.9.2...v1.9.3</a></p> <h2>v1.9.2</h2> <h2>What's Changed</h2> <p>v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-sql-driver/mysql/compare/v1.9.1...v1.9.2">https://github.com/go-sql-driver/mysql/compare/v1.9.1...v1.9.2</a></p> <h2>v1.9.1</h2> <h2>What's Changed</h2> <ul> <li>add Charset() option by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1679">go-sql-driver/mysql#1679</a></li> <li>Fix FormatDSN missing ConnectionAttributes by <a href="https://github.com/bogcon"><code>@​bogcon</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1619">go-sql-driver/mysql#1619</a></li> <li>go.mod: fix go version format by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1682">go-sql-driver/mysql#1682</a></li> <li>release v1.9.1 by <a href="https://github.com/methane"><code>@​methane</code></a> in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1683">go-sql-driver/mysql#1683</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/bogcon"><code>@​bogcon</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1619">go-sql-driver/mysql#1619</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-sql-driver/mysql/compare/v1.9.0...v1.9.1">https://github.com/go-sql-driver/mysql/compare/v1.9.0...v1.9.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/go-sql-driver/mysql/blob/v1.9.3/CHANGELOG.md">github.com/go-sql-driver/mysql's changelog</a>.</em></p> <blockquote> <h2>v1.9.3 (2025-06-13)</h2> <ul> <li> <p><code>tx.Commit()</code> and <code>tx.Rollback()</code> returned <code>ErrInvalidConn</code> always. Now they return cached real error if present. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1690">#1690</a>)</p> </li> <li> <p>Optimize reading small resultsets to fix performance regression introduced by compression protocol support. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1707">#1707</a>)</p> </li> <li> <p>Fix <code>db.Ping()</code> on compressed connection. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1723">#1723</a>)</p> </li> </ul> <h2>v1.9.2 (2025-04-07)</h2> <p>v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content.</p> <h2>v1.9.1 (2025-03-21)</h2> <h3>Major Changes</h3> <ul> <li>Add Charset() option. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1679">#1679</a>)</li> </ul> <h3>Bugfixes</h3> <ul> <li>go.mod: fix go version format (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1682">#1682</a>)</li> <li>Fix FormatDSN missing ConnectionAttributes (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1619">#1619</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-sql-driver/mysql/commit/62984ada4402df6571557bc3fed2bcbde48ec908"><code>62984ad</code></a> release v1.9.3 (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1725">#1725</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/324cbb386b73b7d0cec9895c695539431b40e605"><code>324cbb3</code></a> [1.9] fix PING on compressed connections (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1723">#1723</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/dfd973a35f4c6829df7cce062cb527caf6da7b13"><code>dfd973a</code></a> optimize readPacket (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1707">#1707</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/2ed589b51cdf34d0b200c1b0dc38ed90b60be55e"><code>2ed589b</code></a> backport benchmark_test (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1706">#1706</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/ac04e5f831c049a1ccf04bd2d62211b26f6b7cd9"><code>ac04e5f</code></a> Transaction Commit/Rollback returns conn's cached error (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1702">#1702</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/1bee809eff41386f59b2c825763f80f13ec5c3fe"><code>1bee809</code></a> test stability improvement. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1699">#1699</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/21ef4c694538530b2e4b43d1a197402ed22e9749"><code>21ef4c6</code></a> release v1.9.2 (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1693">#1693</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/1fbafa8082dab81e2c2e8caeb55d569dfeafcf94"><code>1fbafa8</code></a> release v1.9.1 (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1683">#1683</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/b84ac5af9c77b13e4c6417e484cbed087cd672f3"><code>b84ac5a</code></a> go.mod: fix go version format (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1682">#1682</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/88ff88b5915d34bde2b2c59991c586abb8ea9eca"><code>88ff88b</code></a> Fix FormatDSN missing ConnectionAttributes (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1619">#1619</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-sql-driver/mysql/compare/v1.9.0...v1.9.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/gofrs/uuid/v5` from 5.3.1 to 5.3.2 <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.3.2</h2> <h2>What's Changed</h2> <ul> <li>Minor comment fix by <a href="https://github.com/kohenkatz"><code>@​kohenkatz</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/201">gofrs/uuid#201</a></li> <li>Bump github/codeql-action from 3.28.8 to 3.28.9 in the all group by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/200">gofrs/uuid#200</a></li> <li>Bump the all group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/204">gofrs/uuid#204</a></li> <li>Bump the all group with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/205">gofrs/uuid#205</a></li> <li>Improve performance of FromBytesOrNil by <a href="https://github.com/gaffneyc"><code>@​gaffneyc</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/206">gofrs/uuid#206</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gaffneyc"><code>@​gaffneyc</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/206">gofrs/uuid#206</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofrs/uuid/compare/v5.3.1...v5.3.2">https://github.com/gofrs/uuid/compare/v5.3.1...v5.3.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofrs/uuid/commit/a85a52659427f1ffb8677b19cf0a3b8939ef5362"><code>a85a526</code></a> Improve performance of FromBytesOrNil (<a href="https://redirect.github.com/gofrs/uuid/issues/206">#206</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/1404e370c7cf86bdfa6d3ee6767f6098c63d6715"><code>1404e37</code></a> Merge pull request <a href="https://redirect.github.com/gofrs/uuid/issues/205">#205</a> from gofrs/dependabot/github_actions/all-3cda599c10</li> <li><a href="https://github.com/gofrs/uuid/commit/1768f766e7087c98ffbc339cda88d182a593e4c9"><code>1768f76</code></a> Bump the all group with 3 updates</li> <li><a href="https://github.com/gofrs/uuid/commit/9d8c5869f74cd1c6c7da17a363f5d9acc3678fa7"><code>9d8c586</code></a> Bump the all group across 1 directory with 4 updates (<a href="https://redirect.github.com/gofrs/uuid/issues/204">#204</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/4be0733cc4096bc6cfe85c1f3c0a0c852cc03b70"><code>4be0733</code></a> Bump github/codeql-action from 3.28.8 to 3.28.9 in the all group (<a href="https://redirect.github.com/gofrs/uuid/issues/200">#200</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/143be6a3efd227688538193e13ec7cef543c2639"><code>143be6a</code></a> Merge pull request <a href="https://redirect.github.com/gofrs/uuid/issues/201">#201</a> from kohenkatz/fixes_195</li> <li><a href="https://github.com/gofrs/uuid/commit/9844d64fb3a04f2d4c0c7241d8220b92f86dfd55"><code>9844d64</code></a> doc: clarify comment in test</li> <li>See full diff in <a href="https://github.com/gofrs/uuid/compare/v5.3.1...v5.3.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/golang-jwt/jwt/v5` from 5.2.1 to 5.3.0 <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.0</h2> <p>This release is almost identical to to <code>v5.2.3</code> but now correctly indicates Go 1.21 as minimum requirement.</p> <h2>What's Changed</h2> <ul> <li>Create CODEOWNERS by <a href="https://github.com/oxisto"><code>@​oxisto</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/449">golang-jwt/jwt#449</a></li> <li>Bump Go version to indicate correct minimum requirement by <a href="https://github.com/oxisto"><code>@​oxisto</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/452">golang-jwt/jwt#452</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0">https://github.com/golang-jwt/jwt/compare/v5.2.3...v5.3.0</a></p> <h2>v5.2.3</h2> <h2>What's Changed</h2> <ul> <li>Bump GitHub workflows and Go versions by <a href="https://github.com/mfridman"><code>@​mfridman</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/438">golang-jwt/jwt#438</a></li> <li>Implementing validation of multiple audiences by <a href="https://github.com/oxisto"><code>@​oxisto</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/433">golang-jwt/jwt#433</a></li> <li>Bump golangci/golangci-lint-action from 7 to 8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/golang-jwt/jwt/pull/440">golang-jwt/jwt#440</a></li> <li>replaced interface{} to any by <a href="https://github.com/aachex"><code>@​aachex</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/445">golang-jwt/jwt#445</a></li> <li>Fix bug in validation of multiple audiences by <a href="https://github.com/sfinnman-cotn"><code>@​sfinnman-cotn</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/441">golang-jwt/jwt#441</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/aachex"><code>@​aachex</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/445">golang-jwt/jwt#445</a></li> <li><a href="https://github.com/sfinnman-cotn"><code>@​sfinnman-cotn</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/441">golang-jwt/jwt#441</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3">https://github.com/golang-jwt/jwt/compare/v5.2.2...v5.2.3</a></p> <h2>v5.2.2</h2> <h2>What's Changed</h2> <ul> <li>Fixed <a href="https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp">https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp</a> by <a href="https://github.com/mfridman"><code>@​mfridman</code></a></li> <li>Fixed some typos by <a href="https://github.com/Ashikpaul"><code>@​Ashikpaul</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/382">golang-jwt/jwt#382</a></li> <li>build: add go1.22 to ci workflows by <a href="https://github.com/mfridman"><code>@​mfridman</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/383">golang-jwt/jwt#383</a></li> <li>Bump golangci/golangci-lint-action from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/387">golang-jwt/jwt#387</a></li> <li>Bump golangci/golangci-lint-action from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/389">golang-jwt/jwt#389</a></li> <li>chore: bump ci tests to include go1.23 by <a href="https://github.com/mfridman"><code>@​mfridman</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/405">golang-jwt/jwt#405</a></li> <li>Fix jwt -show by <a href="https://github.com/AlexanderYastrebov"><code>@​AlexanderYastrebov</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/406">golang-jwt/jwt#406</a></li> <li>docs: typo by <a href="https://github.com/kvii"><code>@​kvii</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/407">golang-jwt/jwt#407</a></li> <li>Update SECURITY.md by <a href="https://github.com/oxisto"><code>@​oxisto</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/416">golang-jwt/jwt#416</a></li> <li>Update <code>jwt.Parse</code> example to use <code>jwt.WithValidMethods</code> by <a href="https://github.com/mattt"><code>@​mattt</code></a> in <a href="https://redirect.github.com/golang-jwt/jwt/pull/425">golang-jwt/jwt#425</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Ashikpaul"><code>@​Ashikpaul</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/382">golang-jwt/jwt#382</a></li> <li><a href="https://github.com/kvii"><code>@​kvii</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/407">golang-jwt/jwt#407</a></li> <li><a href="https://github.com/mattt"><code>@​mattt</code></a> made their first contribution in <a href="https://redirect.github.com/golang-jwt/jwt/pull/425">golang-jwt/jwt#425</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2">https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.2.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang-jwt/jwt/commit/e9547a11aa603c52a31e315cdcaa71d0f25b921a"><code>e9547a1</code></a> Bump Go version to indicate correct minimum requirement (<a href="https://redirect.github.com/golang-jwt/jwt/issues/452">#452</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/3839817bf313f2cfe58853dcbe542ffd06300831"><code>3839817</code></a> Create CODEOWNERS (<a href="https://redirect.github.com/golang-jwt/jwt/issues/449">#449</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/d83e545cee83663ad15137c8615900a60447baad"><code>d83e545</code></a> Fix bug in validation of multiple audiences (<a href="https://redirect.github.com/golang-jwt/jwt/issues/441">#441</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/75740f19088857627364f255f3103a053071ca66"><code>75740f1</code></a> replaced interface{} to any (<a href="https://redirect.github.com/golang-jwt/jwt/issues/445">#445</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/048854f1b0ac96c0a843d52fc09d7878b853683f"><code>048854f</code></a> Bump golangci/golangci-lint-action from 7 to 8 (<a href="https://redirect.github.com/golang-jwt/jwt/issues/440">#440</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/497a38ec597a28f8f7dd874deb28ad88fb65d0f7"><code>497a38e</code></a> Implementing validation of multiple audiences (<a href="https://redirect.github.com/golang-jwt/jwt/issues/433">#433</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/12384ead1e03c0307ee57b05ee2e49cdaa8d30f4"><code>12384ea</code></a> Bump GitHub workflows and Go versions (<a href="https://redirect.github.com/golang-jwt/jwt/issues/438">#438</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/0951d184286dece21f73c85673fd308786ffe9c3"><code>0951d18</code></a> Merge commit from fork</li> <li><a href="https://github.com/golang-jwt/jwt/commit/c035977d9e11c351f4c05dfeae193923cbab49ee"><code>c035977</code></a> Update Parse example to use WithValidMethods (<a href="https://redirect.github.com/golang-jwt/jwt/issues/425">#425</a>)</li> <li><a href="https://github.com/golang-jwt/jwt/commit/bc8bdca5cced1caa9787e4a1c313a3538544c877"><code>bc8bdca</code></a> Update SECURITY.md (<a href="https://redirect.github.com/golang-jwt/jwt/issues/416">#416</a>)</li> <li>Additional commits viewable in <a href="https://github.com/golang-jwt/jwt/compare/v5.2.1...v5.3.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/huandu/go-sqlbuilder` from 1.34.0 to 1.36.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.36.0</h2> <h2>What's Changed</h2> <ul> <li>Add a fuzz harness for Select by <a href="https://github.com/edznux-dd"><code>@​edznux-dd</code></a> in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/207">#207</a></li> <li>[bugfix] Nil pointer deref by <a href="https://github.com/edznux-dd"><code>@​edznux-dd</code></a> in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/204">#204</a></li> <li>feat: implement Returning method for <code>UpdateBuilder</code> and <code>DeleteBuilder</code> in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/212">#212</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/edznux-dd"><code>@​edznux-dd</code></a> made their first contribution in <a href="https://redirect.github.com/huandu/go-sqlbuilder/pull/207">huandu/go-sqlbuilder#207</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.35.0...v1.36.0">https://github.com/huandu/go-sqlbuilder/compare/v1.35.0...v1.36.0</a></p> <h2>v1.35.0</h2> <h2>What's Changed</h2> <ul> <li>NEW: New flavor <code>Doris</code>, which is a dialect of <code>MySQL</code>. See discussion in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/192">#192</a> for details.</li> <li>FIX: the order of LIMIT and OFFSET clauses when using the Presto flavor <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/195">#195</a> in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/196">#196</a> <ul> <li>Thanks for your contribution, <a href="https://github.com/barweiss"><code>@​barweiss</code></a>.</li> </ul> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/barweiss"><code>@​barweiss</code></a> made their first contribution in <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/196">#196</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.34.0...v1.35.0">https://github.com/huandu/go-sqlbuilder/compare/v1.34.0...v1.35.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/51f40baa5c35924b251cd0b0bc4fad1b8631e0af"><code>51f40ba</code></a> Merge pull request <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/212">#212</a> from huandu/feature/returning-clause-issue-210</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/53491461f342e862db3decb3459c1831b3d3bb11"><code>5349146</code></a> feat: implement Returning method for UpdateBuilder and DeleteBuilder</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/38c1feb5c427ee414912f2c2f275fe380922fea1"><code>38c1feb</code></a> Merge pull request <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/204">#204</a> from edznux-dd/nil-pointer-deref</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/9cff4c5769885e336928ebaeb288b5e79b0958dd"><code>9cff4c5</code></a> Merge pull request <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/207">#207</a> from edznux-dd/add-fuzzer</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/a458e63b64315c8e32d32ebcb5fb25d696154353"><code>a458e63</code></a> Add nil check before executing functions</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/3be591a4335ffaefcd39e5fa88eef4fd029d1e38"><code>3be591a</code></a> Add nil check regression for BuildWithFlavor</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/0366d49772c790c10e2c8ee24bb1dd602ef78be9"><code>0366d49</code></a> Add regression test</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/704f648885defc16ac663ccb978104287d39543a"><code>704f648</code></a> Add a fuzz harness for Select</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/746784b915864a7e71c46b0daa394d08e5415379"><code>746784b</code></a> fix <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/200">#200</a>: PostgreSQL InsertIgnoreInto with subquery doesn't append ON CONFLIC...</li> <li><a href="https://github.com/huandu/go-sqlbuilder/commit/fd0b5a9623ec5bf45c50e73428c4b4e259106be3"><code>fd0b5a9</code></a> fix <a href="https://redirect.github.com/huandu/go-sqlbuilder/issues/202">#202</a>: NotIn with empty values builds &quot;0 = 0&quot;</li> <li>Additional commits viewable in <a href="https://github.com/huandu/go-sqlbuilder/compare/v1.34.0...v1.36.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/mattn/go-sqlite3` from 1.14.24 to 1.14.30 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mattn/go-sqlite3/commit/e63a0c3f5b40ae8b866fa134d403587c977eb75f"><code>e63a0c3</code></a> fix test</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/a9775d4d98204f439d40145ee14e2606605bac31"><code>a9775d4</code></a> return error</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/c857a95a180ebf5b2894c7158645f44c303daa7a"><code>c857a95</code></a> drop call of AuthEnabled()</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/eb86f084da9fbd726693c5c3de1adf2aaabe5f82"><code>eb86f08</code></a> check authEnabled</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/4372bf2fb0cc86d0647a3762e60fce29ec8a92ca"><code>4372bf2</code></a> enable test for sqlite_userauth but it is dropped at least</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/69a843e67f38efe92c99aad764f3f6952c3c6032"><code>69a843e</code></a> fix GitHub workflow</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/4c1ac1eb245604b6fe1821e22d3bb3573abfcca3"><code>4c1ac1e</code></a> fix GitHub workflow</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/a8be3f8183a78ed0621f03361a49090fe77fdbbd"><code>a8be3f8</code></a> fix GitHub workflow</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/37998ab68d9431e3d4ac57cef81d14fec29d0bad"><code>37998ab</code></a> drop tests for userauth</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/5629687fbda589cbedc0fdaa12a698369406b348"><code>5629687</code></a> update GitHub workflows</li> <li>Additional commits viewable in <a href="https://github.com/mattn/go-sqlite3/compare/v1.14.24...v1.14.30">compare view</a></li> </ul> </details> <br /> Updates `github.com/playwright-community/playwright-go` from 0.5001.0 to 0.5200.0 <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.0</h2> <h2>What's Changed</h2> <ul> <li>chore: roll to Playwright v1.52.0 by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/540">playwright-community/playwright-go#540</a></li> </ul> <p>Note: No IndexedDB option for StorageState yet.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/playwright-community/playwright-go/compare/v0.5101.0...v0.5200.0">https://github.com/playwright-community/playwright-go/compare/v0.5101.0...v0.5200.0</a></p> <h2>v0.5101.0</h2> <h2>What's Changed</h2> <ul> <li>chore: roll to Playwright v1.51.1 by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/536">playwright-community/playwright-go#536</a></li> </ul> <p><strong>Note</strong>: Compared with the nodejs version, there is currently no IndexedDb for StorageState</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/playwright-community/playwright-go/compare/v0.5001.0...v0.5101.0">https://github.com/playwright-community/playwright-go/compare/v0.5001.0...v0.5101.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/playwright-community/playwright-go/commit/64e0326e3638a5cfcb10d237b88a25e04fcab330"><code>64e0326</code></a> chore: roll to Playwright v1.52.0 (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/540">#540</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/c6ac7e7eef729eb8fbfb88564cb06a6c316e4d64"><code>c6ac7e7</code></a> chore: roll to Playwright v1.51.1 (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/536">#536</a>)</li> <li>See full diff in <a href="https://github.com/playwright-community/playwright-go/compare/v0.5001.0...v0.5200.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/sethvargo/go-envconfig` from 1.1.1 to 1.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sethvargo/go-envconfig/releases">github.com/sethvargo/go-envconfig's releases</a>.</em></p> <blockquote> <h2>v1.2.0</h2> <h2>What's Changed</h2> <ul> <li>Only include envvar key on error to avoid leaking information by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/127">sethvargo/go-envconfig#127</a></li> <li>Allow escaping <code>$</code> in default values by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/128">sethvargo/go-envconfig#128</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sethvargo/go-envconfig/compare/v1.1.1...v1.2.0">https://github.com/sethvargo/go-envconfig/compare/v1.1.1...v1.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sethvargo/go-envconfig/commit/4bcd670fae31a5bb5571b2f4794b56393b4e841b"><code>4bcd670</code></a> Optionally propagate context to Decoder (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/131">#131</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/db7a7a51173c3c6a0e9c245717cecba375e2e39a"><code>db7a7a5</code></a> Introduce the <code>LookuperFunc</code> type to simplify the creation of custom implemen...</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/7ee4127eb225be8aa0decf48375629c3bd18a25d"><code>7ee4127</code></a> Allow escaping <code>$</code> in default values (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/128">#128</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/562e9b1f2fc828993561942c3ec1327febbf4c17"><code>562e9b1</code></a> Only include envvar key on error to avoid leaking information (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/127">#127</a>)</li> <li>See full diff in <a href="https://github.com/sethvargo/go-envconfig/compare/v1.1.1...v1.3.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/afero` from 1.12.0 to 1.14.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/afero/releases">github.com/spf13/afero's releases</a>.</em></p> <blockquote> <h2>v1.14.0</h2> <h2>What's Changed</h2> <ul> <li>Split gcsfs and sftpfs into separate modules by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/462">spf13/afero#462</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/afero/compare/v1.13.0...v1.14.0">https://github.com/spf13/afero/compare/v1.13.0...v1.14.0</a></p> <h2>v1.13.0</h2> <h2>What's Changed</h2> <ul> <li>Bump actions/setup-go from 5.2.0 to 5.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/446">spf13/afero#446</a></li> <li>Bump golangci/golangci-lint-action from 6.1.1 to 6.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/451">spf13/afero#451</a></li> <li>Bump golang.org/x/text from 0.21.0 to 0.22.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/452">spf13/afero#452</a></li> <li>Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/453">spf13/afero#453</a></li> <li>Bump golangci/golangci-lint-action from 6.3.0 to 6.3.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/459">spf13/afero#459</a></li> <li>Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/455">spf13/afero#455</a></li> <li>Bump golangci/golangci-lint-action from 6.3.3 to 6.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/460">spf13/afero#460</a></li> <li>ci: add Go 1.24 to the test matrix by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/461">spf13/afero#461</a></li> <li>Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/473">spf13/afero#473</a></li> <li>Update dependencies by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/477">spf13/afero#477</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/afero/pull/446">spf13/afero#446</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/afero/compare/v1.12.0...v1.13.0">https://github.com/spf13/afero/compare/v1.12.0...v1.13.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/afero/commit/ea38482beffb2485aed022e0c1ed3b4b561f67b6"><code>ea38482</code></a> Merge pull request <a href="https://redirect.github.com/spf13/afero/issues/462">#462</a> from spf13/dependencies</li> <li><a href="https://github.com/spf13/afero/commit/a9aaabc51a41042d41595255ba13d62fdefd4561"><code>a9aaabc</code></a> docs: add release instructions</li> <li><a href="https://github.com/spf13/afero/commit/d3a70b6f8258ab362e5190c01c21ade617fad9ec"><code>d3a70b6</code></a> ci: run tests for submodules</li> <li><a href="https://github.com/spf13/afero/commit/2af192559d89b03611b3ce4c70f9a72ec01f0439"><code>2af1925</code></a> feat: split gcsfs and sftpfs into separate modules</li> <li><a href="https://github.com/spf13/afero/commit/dbd6f6174e148a5b54b151b4cfc31dc8a4423451"><code>dbd6f61</code></a> Merge pull request <a href="https://redirect.github.com/spf13/afero/issues/477">#477</a> from spf13/update-dependencies</li> <li><a href="https://github.com/spf13/afero/commit/83b8a558532728814aafd233cbfd9e9642abe7af"><code>83b8a55</code></a> update readme</li> <li><a href="https://github.com/spf13/afero/commit/bf3bd7346b551cccadf936d821b982799daa6843"><code>bf3bd73</code></a> update dependencies</li> <li><a href="https://github.com/spf13/afero/commit/464bc9859a5863a4c49e18b973b1398c0ac465f3"><code>464bc98</code></a> Merge pull request <a href="https://redirect.github.com/spf13/afero/issues/473">#473</a> from spf13/dependabot/github_actions/golangci/golangc...</li> <li><a href="https://github.com/spf13/afero/commit/da239a4ded2831f87f4df336563d3d4b8bd1abaf"><code>da239a4</code></a> Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1</li> <li><a href="https://github.com/spf13/afero/commit/523f621845f8f2bd5aebb28650957b06b8778598"><code>523f621</code></a> Merge pull request <a href="https://redirect.github.com/spf13/afero/issues/461">#461</a> from spf13/go124</li> <li>Additional commits viewable in <a href="https://github.com/spf13/afero/compare/v1.12.0...v1.14.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spf13/pflag/releases">github.com/spf13/pflag's releases</a>.</em></p> <blockquote> <h2>v1.0.7</h2> <h2>What's Changed</h2> <ul> <li>Fix defaultIsZeroValue check for generic Value types by <a href="https://github.com/MidnightRocket"><code>@​MidnightRocket</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/422">spf13/pflag#422</a></li> <li>feat: Use structs for errors returned by pflag. by <a href="https://github.com/eth-p"><code>@​eth-p</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/425">spf13/pflag#425</a></li> <li>Fix typos by <a href="https://github.com/co63oc"><code>@​co63oc</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/428">spf13/pflag#428</a></li> <li>fix <a href="https://redirect.github.com/spf13/pflag/issues/423">#423</a> : Add helper function and some documentation to parse shorthand go test flags. by <a href="https://github.com/valdar"><code>@​valdar</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/424">spf13/pflag#424</a></li> <li>add support equivalent to golang flag.TextVar(), also fixes the test failure as described in <a href="https://redirect.github.com/spf13/pflag/issues/368">#368</a> by <a href="https://github.com/hujun-open"><code>@​hujun-open</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/418">spf13/pflag#418</a></li> <li>add support for Func() and BoolFunc() <a href="https://redirect.github.com/spf13/pflag/issues/426">#426</a> by <a href="https://github.com/LeGEC"><code>@​LeGEC</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/429">spf13/pflag#429</a></li> <li>fix: correct argument length check in FlagSet.Parse by <a href="https://github.com/ShawnJeffersonWang"><code>@​ShawnJeffersonWang</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/409">spf13/pflag#409</a></li> <li>fix usage message for func flags, fix arguments order by <a href="https://github.com/LeGEC"><code>@​LeGEC</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/431">spf13/pflag#431</a></li> <li>Add support for time.Time flags by <a href="https://github.com/max-frank"><code>@​max-frank</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/348">spf13/pflag#348</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/MidnightRocket"><code>@​MidnightRocket</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/422">spf13/pflag#422</a></li> <li><a href="https://github.com/eth-p"><code>@​eth-p</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/425">spf13/pflag#425</a></li> <li><a href="https://github.com/co63oc"><code>@​co63oc</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/428">spf13/pflag#428</a></li> <li><a href="https://github.com/valdar"><code>@​valdar</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/424">spf13/pflag#424</a></li> <li><a href="https://github.com/hujun-open"><code>@​hujun-open</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/418">spf13/pflag#418</a></li> <li><a href="https://github.com/LeGEC"><code>@​LeGEC</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/429">spf13/pflag#429</a></li> <li><a href="https://github.com/ShawnJeffersonWang"><code>@​ShawnJeffersonWang</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/409">spf13/pflag#409</a></li> <li><a href="https://github.com/max-frank"><code>@​max-frank</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/348">spf13/pflag#348</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7">https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/pflag/commit/f9cbdd9ca94287ab4ef0848e67ecd77cf1361d48"><code>f9cbdd9</code></a> Merge pull request <a href="https://redirect.github.com/spf13/pflag/issues/348">#348</a> from max-frank/add-time-flag-support</li> <li><a href="https://github.com/spf13/pflag/commit/e3be2ebcffcc36be35e23d418d3e0ba86239826a"><code>e3be2eb</code></a> Reduce duplication by forwarding to sibling functions</li> <li><a href="https://github.com/spf13/pflag/commit/7cc25e3bdd8c540b243f70c366ba1f1856fcd9e9"><code>7cc25e3</code></a> Don't export <code>TimeValue</code> (yet)</li> <li><a href="https://github.com/spf13/pflag/commit/d15848db482b52179577da9738cf9702d8d28466"><code>d15848d</code></a> Remove unnecessary time test stderr dev null redirect</li> <li><a href="https://github.com/spf13/pflag/commit/c5ce22e836c6268eb270e8f28ae5e3729a27c82d"><code>c5ce22e</code></a> Use time.Time for expectations in time flag tests</li> <li><a href="https://github.com/spf13/pflag/commit/1992c5a7b88da3490ad7ac088c72dd20b466ee8d"><code>1992c5a</code></a> Add support for time.Time flags</li> <li><a href="https://github.com/spf13/pflag/commit/1c62fb2813da5f1d1b893a49180a41b3f6be3262"><code>1c62fb2</code></a> Merge pull request <a href="https://redirect.github.com/spf13/pflag/issues/431">#431</a> from LeGEC/430-fix-usage-message-for-func-flags</li> <li><a href="https://github.com/spf13/pflag/commit/1a4b5b2e5c7ee4a194cebc579bb34198187df73d"><code>1a4b5b2</code></a> fix discrepancy in order of arguments for Func() and BoolFunc() <a href="https://redirect.github.com/spf13/pflag/issues/433">#433</a></li> <li><a href="https://github.com/spf13/pflag/commit/4730aa0d979f34d4f7427d524b84043557ba72ef"><code>4730aa0</code></a> fix help message for Func and BoolFunc flags <a href="https://redirect.github.com/spf13/pflag/issues/430">#430</a></li> <li><a href="https://github.com/spf13/pflag/commit/f4c97c2487b06cff392d2958534e7195f79847fb"><code>f4c97c2</code></a> minor: fix typos in comments</li> <li>Additional commits viewable in <a href="https://github.com/spf13/pflag/compare/v1.0.6...v1.0.7">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.35.0 to 0.38.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.38.0</h2> <h1>What's Changed</h1> <h2>⚠️ Breaking Changes</h2> <ul> <li>chore!: do not wait for all the exposed ports to be ready (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3199">#3199</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <blockquote> <p>The breaking change comes as a behaviour that has been removed: the readiness check for the exposed ports. It led to flakiness and for that reason we removed it.</p> </blockquote> <ul> <li>feat!: add options when creating RawCommand (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3168">#3168</a>) <a href="https://github.com/benja-M-1"><code>@​benja-M-1</code></a></li> </ul> <blockquote> <p>Only for users of the <code>testcontainers.NewRawCommand</code> function to create executables in containers, that are assigning the function to a variable. We added a variadic argument to the signature, so the rest of the users won't be affected by this breaking change.</p> </blockquote> <ul> <li>chore(deps)!: bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3194">#3194</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <blockquote> <p>Implementers of the <code>testcontainers.ImageBuildInfo</code> interface, would see that <code>testcontainers.BuildOptions</code> has changed its signature to use non-deprecated types from <code>docker/docker</code>:</p> </blockquote> <pre lang="diff"><code>type ImageBuildInfo interface { - BuildOptions() (types.ImageBuildOptions, error) // converts the ImageBuildInfo to a types.ImageBuildOptions + BuildOptions() (build.ImageBuildOptions, error) // converts the ImageBuildInfo to a build.ImageBuildOptions </code></pre> <blockquote> <p>Also users of the <code>testcontainers.FromDockerfile</code> struct will receive this breaking change, as the <code>BuildOptionsModifier</code> fields has changed:</p> </blockquote> <pre lang="diff"><code>- BuildOptionsModifier func(*types.ImageBuildOptions) + BuildOptionsModifier func(*build.ImageBuildOptions) </code></pre> <h2>🔒 Security</h2> <ul> <li>deps: update testcontainers/sshd image to 1.3.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3220">#3220</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <h2>🚀 Features</h2> <ul> <li>feat(couchbase): adding auth to couchbase initCluster functions to support container reuse (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3048">#3048</a>) <a href="https://github.com/waroir20"><code>@​waroir20</code></a></li> <li>feat: support adding wait strategies as functional option (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3161">#3161</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>feat: add more functional options for customising containers (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3156">#3156</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>feat(memcached): add memcached module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3132">#3132</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>feat(valkey): add TLS support for Valkey (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3131">#3131</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: strip headers from logs using log stream specification (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3226">#3226</a>) <a href="https://github.com/LaurentGoderre"><code>@​LaurentGoderre</code></a></li> <li>fix: use PortEndpoint() in a few more modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3209">#3209</a>) <a href="https://github.com/ash2k"><code>@​ash2k</code></a></li> <li>fix: docker container log consumer race (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3210">#3210</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix: use PortEndpoint() in a few more modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3207">#3207</a>) <a href="https://github.com/ash2k"><code>@​ash2k</code></a></li> <li>fix: use PortEndpoint() in a few more modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3206">#3206</a>) <a href="https://github.com/ash2k"><code>@​ash2k</code></a></li> <li>fix: use PortEndpoint() in a few more modules (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3203">#3203</a>) <a href="https://github.com/ash2k"><code>@​ash2k</code></a></li> <li>fix: try to fix more IPv6 handling issues (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3198">#3198</a>) <a href="https://github.com/ash2k"><code>@​ash2k</code></a></li> <li>fix: workaround for <a href="https://redirect.github.com/moby/moby/issues/50133">moby/moby#50133</a> when reusing container (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3197">#3197</a>) <a href="https://github.com/mabrarov"><code>@​mabrarov</code></a></li> <li>feat(kafka,redpanda): support for waiting for mapped ports without external checks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3165">#3165</a>) <a href="https://github.com/mabrarov"><code>@​mabrarov</code></a></li> <li>fix(etcd): expose ports for the etcd nodes (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3162">#3162</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 href="https://github.com/testcontainers/testcontainers-go/commit/41bd60184bf156af3dbb7f5b7fbb58da3603ada4"><code>41bd601</code></a> chore: use new version (v0.38.0) in modules and examples</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/a771fee17834ed3027cfa949d4f43b8ed40421e7"><code>a771fee</code></a> Update go.mod in azure module (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3231">#3231</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/7f916ae90ba1e2980dd651fba3a8b696b994b40e"><code>7f916ae</code></a> fix: strip headers from logs using log stream specification (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3226">#3226</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/295ba91d0c07ce39ec3c4801116623f95e0ffd52"><code>295ba91</code></a> chore: clarify image auth warning message for public images (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3228">#3228</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/ea392e96caac6e2e42559ede267100b1e52361e3"><code>ea392e9</code></a> chore(deps): bump github.com/go-viper/mapstructure/v2 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/3219">#3219</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/122a4e53fb2fc956d129d4b2f1bc69c7eb3c633c"><code>122a4e5</code></a> chore(deps): bump github/codeql-action from 3.28.16 to 3.29.2 ... _Description has been truncated_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:36:10 +03:00
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#1004
No description provided.