[PR #1062] [CLOSED] chore(deps): bump the all group across 1 directory with 14 updates #960

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

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/1062
Author: @dependabot[bot]
Created: 2/22/2025
Status: Closed

Base: masterHead: dependabot/go_modules/all-d01795ef78


📝 Commits (1)

  • 1e73397 chore(deps): bump the all group across 1 directory with 14 updates

📊 Changes

2 files changed (+72 additions, -73 deletions)

View changed files

📝 go.mod (+18 -22)
📝 go.sum (+54 -51)

📄 Description

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

Package From To
github.com/PuerkitoBio/goquery 1.10.1 1.10.2
github.com/go-sql-driver/mysql 1.8.1 1.9.0
github.com/gofrs/uuid/v5 5.3.0 5.3.1
github.com/playwright-community/playwright-go 0.4901.0 0.5001.0
github.com/sethvargo/go-envconfig 1.0.2 1.1.1
github.com/spf13/afero 1.11.0 1.12.0
github.com/spf13/cobra 1.8.1 1.9.1
github.com/testcontainers/testcontainers-go 0.34.0 0.35.0
golang.org/x/image 0.23.0 0.24.0
modernc.org/sqlite 1.34.4 1.35.0

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

Release notes

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

v1.10.2

Update deps and add go1.24 to test matrix.

Commits
  • e8b5d74 Prepare for 1.10.2
  • a2ae60f Add go1.24 to test matrix
  • 6d0ed2a Merge pull request #510 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 86e3da8 Bump golang.org/x/net from 0.34.0 to 0.35.0
  • 4128600 Merge pull request #505 from PuerkitoBio/dependabot/go_modules/golang.org/x/n...
  • 3db1524 Bump golang.org/x/net from 0.33.0 to 0.34.0
  • See full diff in compare view

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

Release notes

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

v1.9.0

Major Changes

  • Implement zlib compression. (#1487)
  • Supported Go version is updated to Go 1.21+. (#1639)
  • Add support for VECTOR type introduced in MySQL 9.0. (#1609)
  • Config object can have custom dial function. (#1527)

Bugfixes

  • Fix auth errors when username/password are too long. (#1625)
  • Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (#1640)
  • Fix auth switch request handling. (#1666)

Other changes

  • Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. (#1589)
  • Improve error handling. It reduces the "busy buffer" errors. (#1595, #1601, #1641)
  • Use strconv.Atoi to parse max_allowed_packet. (#1661)
  • rejectReadOnly option now handles ER_READ_ONLY_MODE (1290) error too. (#1660)

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

New Contributors

Changelog

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

v1.9.0 (2025-02-18)

Major Changes

  • Implement zlib compression. (#1487)
  • Supported Go version is updated to Go 1.21+. (#1639)
  • Add support for VECTOR type introduced in MySQL 9.0. (#1609)
  • Config object can have custom dial function. (#1527)

Bugfixes

  • Fix auth errors when username/password are too long. (#1625)
  • Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (#1640)
  • Fix auth switch request handling. (#1666)

Other changes

  • Add "filename:line" prefix to log in go-mysql. Custom loggers now show it. (#1589)
  • Improve error handling. It reduces the "busy buffer" errors. (#1595, #1601, #1641)
  • Use strconv.Atoi to parse max_allowed_packet. (#1661)
  • rejectReadOnly option now handles ER_READ_ONLY_MODE (1290) error too. (#1660)
Commits

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

Release notes

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

v5.3.1

Summary

This release fixes the calculation of times from version 7 UUIDs (discovered by @​nathanmcgarvey-modopayments in #195). There was previously an int64 overflow that caused the wrong results for any time after the year 2262 (because that is when time.Time's UnixNano() method overflows).

This release also contains updated documentation to clarify the returned time format when converting our internal Timestamp to a standard time.Time.

What's Changed

New Contributors

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

Commits

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

Release notes

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

v0.5001.0

What's Changed

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

v0.4902.0

What's Changed

Full Changelog: https://github.com/playwright-community/playwright-go/compare/v0.4901.0...v0.4902.0

Commits

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

Release notes

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

v1.1.1

What's Changed

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

v1.1.0

What's Changed

Full Changelog: https://github.com/sethvargo/go-envconfig/compare/v1.0.3...v1.1.0

v1.0.3

What's Changed

Full Changelog: https://github.com/sethvargo/go-envconfig/compare/v1.0.2...v1.0.3

Commits

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

Release notes

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

v1.12.0

What's Changed

New Contributors

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

Commits

Updates github.com/spf13/cobra from 1.8.1 to 1.9.1

Release notes

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

v1.9.1

🐛 Fixes

Full Changelog: https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1

v1.9.0

Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation

🔧 Dependency upgrades

... (truncated)

Commits

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

Release notes

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

v1.0.6

What's Changed

New Contributors

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

Commits

Updates github.com/testcontainers/testcontainers-go from 0.34.0 to 0.35.0

Release notes

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

v0.35.0

What's Changed

⚠️ Breaking Changes

  • feat(termination)!: make container termination timeout configurable (#2926) @​moogacs

The container.Terminate(ctx) method now accepts an extra variadic argument with termination options. The breaking change only affects users assigning this method to a variable, receiving a compile-time error. The rest of the users will simply satisfy the new signature with an empty slice of termination options.

The ShouldPrintBuildLog function of the ContainerRequest has been removed. Instead, a BuildLogWriter function appears, that returns the user-defined io.Writer for writing the image-build logs. In case there is no writer, and the FromDockerfile.PrintBuildLog is set to true, os.Stderr would be used.

  • feat(gcloud)!: add support to seed data when using RunBigQueryContainer (#2523) @​mtellis2

Users of the GCloud module and the WithProjectID option must handle the error that this option now returns. This can be get at compile time, as all the functional options for container customisers must return an error.

The types and functions of the PortForwarder type are now private, as they are implementation details of the library, so there is no need for them to be exposed.

Usages of the GenericProviderOptions.DefaultNetwork field must be removed, as this field is now private. The container runtime should provide the default network under the hood.

🔒 Security

🚀 Features

🐛 Bug Fixes

... (truncated)

Commits
  • add4ac3 chore: use new version (v0.35.0) in modules and examples
  • 3330dc1 feat(postgres): ssl for postgres (#2473)
  • 6ec91f1 feat(ollama): support calling the Ollama local process (#2923)
  • 632249a chore(deps): bump jinja2 from 3.1.4 to 3.1.5 (#2935)
  • 7ca837d chore(deps): bump sonarsource/sonarcloud-github-action (#2933)
  • 6f718ee feat(termination)!: make container termination timeout configurable (#2926)
  • eb5b8ed chore(deps): bump slackapi/slack-github-action from 1.26.0 to 2.0.0 (#2934)
  • cc55f13 chore(deps): bump github/codeql-action from 3.25.15 to 3.28.0 (#2932)
  • 63fad4d feat(wait): log sub match callback (#2929)
  • 4f67ae0 fix: Handle nil value in CleanupNetwork (#2928)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.31.0 to 0.33.0

Commits
  • 9290511 go.mod: update golang.org/x dependencies
  • fa5273e x509roots/fallback: update bundle
  • a8ea4be ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface
  • 71d3a4c acme: support challenges that require the ACME client to send a non-empty JSO...
  • 8929309 go.mod: update golang.org/x dependencies
  • 4a75ba5 all: make function and struct comments match the names
  • See full diff in compare view

Updates golang.org/x/image from 0.23.0 to 0.24.0

Commits

Updates golang.org/x/net from 0.33.0 to 0.35.0

Commits
  • df97a48 go.mod: update golang.org/x dependencies
  • 2dab271 route: treat short sockaddr lengths as unspecified
  • b914489 internal/http3: refactor in prep for sharing transport/server code
  • ebd23f8 route: fix parsing network address of length zero
  • 938a9fb internal/http3: add request/response body transfer
  • 145b2d7 internal/http3: add RoundTrip
  • 5bda71a internal/http3: define connection and stream error types
  • 3c1185a internal/http3: return error on mid-frame EOF
  • a6c2c7f http2, internal/httpcommon: factor out common request header logic for h2/h3
  • c72e89d internal/http3: QPACK encoding and decoding
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.27.0 to 0.29.0

Commits

Updates modernc.org/sqlite from 1.34.4 to 1.35.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 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/1062 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/22/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/all-d01795ef78` --- ### 📝 Commits (1) - [`1e73397`](https://github.com/go-shiori/shiori/commit/1e7339758d8eccb2903eb4adc817090dd4fdd0b9) chore(deps): bump the all group across 1 directory with 14 updates ### 📊 Changes **2 files changed** (+72 additions, -73 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+18 -22) 📝 `go.sum` (+54 -51) </details> ### 📄 Description Bumps the all group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/PuerkitoBio/goquery](https://github.com/PuerkitoBio/goquery) | `1.10.1` | `1.10.2` | | [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) | `1.8.1` | `1.9.0` | | [github.com/gofrs/uuid/v5](https://github.com/gofrs/uuid) | `5.3.0` | `5.3.1` | | [github.com/playwright-community/playwright-go](https://github.com/playwright-community/playwright-go) | `0.4901.0` | `0.5001.0` | | [github.com/sethvargo/go-envconfig](https://github.com/sethvargo/go-envconfig) | `1.0.2` | `1.1.1` | | [github.com/spf13/afero](https://github.com/spf13/afero) | `1.11.0` | `1.12.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` | | [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.34.0` | `0.35.0` | | [golang.org/x/image](https://github.com/golang/image) | `0.23.0` | `0.24.0` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.34.4` | `1.35.0` | Updates `github.com/PuerkitoBio/goquery` from 1.10.1 to 1.10.2 <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.2</h2> <p>Update deps and add go1.24 to test matrix.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PuerkitoBio/goquery/commit/e8b5d743a8faf6328c35af8c84b234f61d0e3c6b"><code>e8b5d74</code></a> Prepare for 1.10.2</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/a2ae60f0487f6d49c098d7cbcd3aa3e20dbd1ae6"><code>a2ae60f</code></a> Add go1.24 to test matrix</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/6d0ed2a352a92e83a12ae70aac2e19147fc00d5c"><code>6d0ed2a</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/510">#510</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/86e3da86b2e1353ebe3ae88bf544a2284415124d"><code>86e3da8</code></a> Bump golang.org/x/net from 0.34.0 to 0.35.0</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/4128600425f879ef8581d8579c41206025bf7736"><code>4128600</code></a> Merge pull request <a href="https://redirect.github.com/PuerkitoBio/goquery/issues/505">#505</a> from PuerkitoBio/dependabot/go_modules/golang.org/x/n...</li> <li><a href="https://github.com/PuerkitoBio/goquery/commit/3db152488a4b75b818af787372db9fb83cb7e0bd"><code>3db1524</code></a> Bump golang.org/x/net from 0.33.0 to 0.34.0</li> <li>See full diff in <a href="https://github.com/PuerkitoBio/goquery/compare/v1.10.1...v1.10.2">compare view</a></li> </ul> </details> <br /> Updates `github.com/go-sql-driver/mysql` from 1.8.1 to 1.9.0 <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.0</h2> <h2>Major Changes</h2> <ul> <li>Implement zlib compression. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1487">#1487</a>)</li> <li>Supported Go version is updated to Go 1.21+. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1639">#1639</a>)</li> <li>Add support for VECTOR type introduced in MySQL 9.0. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1609">#1609</a>)</li> <li>Config object can have custom dial function. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1527">#1527</a>)</li> </ul> <h2>Bugfixes</h2> <ul> <li>Fix auth errors when username/password are too long. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1625">#1625</a>)</li> <li>Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1640">#1640</a>)</li> <li>Fix auth switch request handling. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1666">#1666</a>)</li> </ul> <h2>Other changes</h2> <ul> <li>Add &quot;filename:line&quot; prefix to log in go-mysql. Custom loggers now show it. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1589">#1589</a>)</li> <li>Improve error handling. It reduces the &quot;busy buffer&quot; errors. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1595">#1595</a>, <a href="https://redirect.github.com/go-sql-driver/mysql/issues/1601">#1601</a>, <a href="https://redirect.github.com/go-sql-driver/mysql/issues/1641">#1641</a>)</li> <li>Use <code>strconv.Atoi</code> to parse max_allowed_packet. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1661">#1661</a>)</li> <li><code>rejectReadOnly</code> option now handles ER_READ_ONLY_MODE (1290) error too. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1660">#1660</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-sql-driver/mysql/compare/v1.8.1...v1.9.0">https://github.com/go-sql-driver/mysql/compare/v1.8.1...v1.9.0</a></p> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dbussink"><code>@​dbussink</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1609">go-sql-driver/mysql#1609</a></li> <li><a href="https://github.com/yokonao"><code>@​yokonao</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1615">go-sql-driver/mysql#1615</a></li> <li><a href="https://github.com/pengbanban"><code>@​pengbanban</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1620">go-sql-driver/mysql#1620</a></li> <li><a href="https://github.com/aaronjheng"><code>@​aaronjheng</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1527">go-sql-driver/mysql#1527</a></li> <li><a href="https://github.com/kratkyzobak"><code>@​kratkyzobak</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1625">go-sql-driver/mysql#1625</a></li> <li><a href="https://github.com/raffertyyu"><code>@​raffertyyu</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1640">go-sql-driver/mysql#1640</a></li> <li><a href="https://github.com/minhquang4334"><code>@​minhquang4334</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1647">go-sql-driver/mysql#1647</a></li> <li><a href="https://github.com/joe-mann"><code>@​joe-mann</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1487">go-sql-driver/mysql#1487</a></li> <li><a href="https://github.com/arturmelanchyk"><code>@​arturmelanchyk</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1653">go-sql-driver/mysql#1653</a></li> <li><a href="https://github.com/kolbe"><code>@​kolbe</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1660">go-sql-driver/mysql#1660</a></li> <li><a href="https://github.com/bdollma-te"><code>@​bdollma-te</code></a> made their first contribution in <a href="https://redirect.github.com/go-sql-driver/mysql/pull/1667">go-sql-driver/mysql#1667</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md">github.com/go-sql-driver/mysql's changelog</a>.</em></p> <blockquote> <h2>v1.9.0 (2025-02-18)</h2> <h3>Major Changes</h3> <ul> <li>Implement zlib compression. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1487">#1487</a>)</li> <li>Supported Go version is updated to Go 1.21+. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1639">#1639</a>)</li> <li>Add support for VECTOR type introduced in MySQL 9.0. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1609">#1609</a>)</li> <li>Config object can have custom dial function. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1527">#1527</a>)</li> </ul> <h3>Bugfixes</h3> <ul> <li>Fix auth errors when username/password are too long. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1625">#1625</a>)</li> <li>Check if MySQL supports CLIENT_CONNECT_ATTRS before sending client attributes. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1640">#1640</a>)</li> <li>Fix auth switch request handling. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1666">#1666</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Add &quot;filename:line&quot; prefix to log in go-mysql. Custom loggers now show it. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1589">#1589</a>)</li> <li>Improve error handling. It reduces the &quot;busy buffer&quot; errors. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1595">#1595</a>, <a href="https://redirect.github.com/go-sql-driver/mysql/issues/1601">#1601</a>, <a href="https://redirect.github.com/go-sql-driver/mysql/issues/1641">#1641</a>)</li> <li>Use <code>strconv.Atoi</code> to parse max_allowed_packet. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1661">#1661</a>)</li> <li><code>rejectReadOnly</code> option now handles ER_READ_ONLY_MODE (1290) error too. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1660">#1660</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-sql-driver/mysql/commit/58941dd8a7888cf3d593d7bb182120e42168eac9"><code>58941dd</code></a> release v1.9.0 (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1662">#1662</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/5d1bb8a9cf03422554dd52abf5eba89b8ca11307"><code>5d1bb8a</code></a> fix flaky test. (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1663">#1663</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/341a5a5246835b2ac4b8d36bb12a9dfad70663f4"><code>341a5a5</code></a> Fix auth_switch_request packet handling</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/85c6311943c82f1300077b2d0e94687106ab61e7"><code>85c6311</code></a> Add error 1290/ER_READ_ONLY_MODE to rejectReadOnly handling (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1660">#1660</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/255d1ad98f1d3be99661d2a8c0a7a91418acbc8d"><code>255d1ad</code></a> better max_allowed_packet parsing (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1661">#1661</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/7403860363ca112af503b4612568c3096fecb466"><code>7403860</code></a> Make fileRegister a set (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1653">#1653</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/b335ed33d6a10803949fb71bbd7e0974c5be38b2"><code>b335ed3</code></a> use binary.LittleEndian (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1651">#1651</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/3348e573da4c1d7186ae7d6eabd4d7333bd486a0"><code>3348e57</code></a> Implement zlib compression (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1487">#1487</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/c9f41c074062d5ab9aeb5e44adeac3a7d85fbc4e"><code>c9f41c0</code></a> fix typo in comment (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1647">#1647</a>)</li> <li><a href="https://github.com/go-sql-driver/mysql/commit/575e1b288d624fb14bf56532689f3ec1c1989149"><code>575e1b2</code></a> stop double-buffering (<a href="https://redirect.github.com/go-sql-driver/mysql/issues/1643">#1643</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-sql-driver/mysql/compare/v1.8.1...v1.9.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/gofrs/uuid/v5` from 5.3.0 to 5.3.1 <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.1</h2> <h2>Summary</h2> <p>This release fixes the calculation of times from version 7 UUIDs (discovered by <a href="https://github.com/nathanmcgarvey-modopayments"><code>@​nathanmcgarvey-modopayments</code></a> in <a href="https://redirect.github.com/gofrs/uuid/issues/195">#195</a>). There was previously an int64 overflow that caused the wrong results for any time after the year 2262 (because that is when <code>time.Time</code>'s <code>UnixNano()</code> method overflows).</p> <p>This release also contains updated documentation to clarify the returned time format when converting our internal <code>Timestamp</code> to a standard <code>time.Time</code>.</p> <h2>What's Changed</h2> <ul> <li>Bump the all group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/172">gofrs/uuid#172</a></li> <li>Bump github/codeql-action from 3.26.0 to 3.26.5 in the all group across 1 directory by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/175">gofrs/uuid#175</a></li> <li>Bump the all group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/176">gofrs/uuid#176</a></li> <li>Bump github/codeql-action from 3.26.6 to 3.26.7 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/178">gofrs/uuid#178</a></li> <li>Bump the all group across 1 directory with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/180">gofrs/uuid#180</a></li> <li>Bump the all group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/181">gofrs/uuid#181</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/182">gofrs/uuid#182</a></li> <li>Bump the all group with 4 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/183">gofrs/uuid#183</a></li> <li>Bump actions/dependency-review-action from 4.3.5 to 4.4.0 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/184">gofrs/uuid#184</a></li> <li>Bump github/codeql-action from 3.27.0 to 3.27.1 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/185">gofrs/uuid#185</a></li> <li>Bump the all group across 1 directory with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/187">gofrs/uuid#187</a></li> <li>Bump the all group across 1 directory with 3 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/189">gofrs/uuid#189</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/190">gofrs/uuid#190</a></li> <li>Bump the all group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/192">gofrs/uuid#192</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/193">gofrs/uuid#193</a></li> <li>Bump github/codeql-action from 3.28.5 to 3.28.8 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/194">gofrs/uuid#194</a></li> <li>Fix Comment on the the Timestamp.Time() method by <a href="https://github.com/nathanmcgarvey-modopayments"><code>@​nathanmcgarvey-modopayments</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/197">gofrs/uuid#197</a></li> <li>Proper timestamp calculation for UUID v7 by <a href="https://github.com/kohenkatz"><code>@​kohenkatz</code></a> in <a href="https://redirect.github.com/gofrs/uuid/pull/199">gofrs/uuid#199</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/nathanmcgarvey-modopayments"><code>@​nathanmcgarvey-modopayments</code></a> made their first contribution in <a href="https://redirect.github.com/gofrs/uuid/pull/197">gofrs/uuid#197</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gofrs/uuid/compare/v5.3.0...v5.3.1">https://github.com/gofrs/uuid/compare/v5.3.0...v5.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gofrs/uuid/commit/142fcab2f96bdde4dd61ba8d6205eaed0e3f649a"><code>142fcab</code></a> Merge pull request <a href="https://redirect.github.com/gofrs/uuid/issues/199">#199</a> from kohenkatz/fixes_195</li> <li><a href="https://github.com/gofrs/uuid/commit/240f29615724d059eb6fa5158f7fa8b5329b77c7"><code>240f296</code></a> use magic number instead of one-time-use constant</li> <li><a href="https://github.com/gofrs/uuid/commit/950e40ed6af2a64b1a7545a5ddbb8521e44bb122"><code>950e40e</code></a> fix typo</li> <li><a href="https://github.com/gofrs/uuid/commit/b6353aeb6e8f74c2170be878f090b037d2e87d7d"><code>b6353ae</code></a> added more detail to comment</li> <li><a href="https://github.com/gofrs/uuid/commit/893c323d23750285cb2d3725994f113f757c91f0"><code>893c323</code></a> Accept suggestions from <a href="https://github.com/dylan-bourque"><code>@​dylan-bourque</code></a></li> <li><a href="https://github.com/gofrs/uuid/commit/63d633eec48842beb1a3062a9c42e9bb17a9400f"><code>63d633e</code></a> fix: put back incorrectly-removed test, and add another</li> <li><a href="https://github.com/gofrs/uuid/commit/619065c526ed8b3a389e61cdc5ee1490d623b578"><code>619065c</code></a> add benchmarks for TimestampFrom and Timestamp.Time (<a href="https://redirect.github.com/gofrs/uuid/issues/1">#1</a>)</li> <li><a href="https://github.com/gofrs/uuid/commit/cbd1ae5ecee51f69738f0d43c30bcf73ecbcbd6b"><code>cbd1ae5</code></a> test: other minor test fixes</li> <li><a href="https://github.com/gofrs/uuid/commit/d344c6a92cb7f544ebb661aeaf685e046011364a"><code>d344c6a</code></a> test: add test (based on <a href="https://redirect.github.com/gofrs/uuid/issues/195#issuecommen">gofrs/uuid#195</a>...</li> <li><a href="https://github.com/gofrs/uuid/commit/3c2c7a62f3f9cc28f3644a7ed259b3632f6542a3"><code>3c2c7a6</code></a> doc: update description of Timestamp type alias</li> <li>Additional commits viewable in <a href="https://github.com/gofrs/uuid/compare/v5.3.0...v5.3.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/playwright-community/playwright-go` from 0.4901.0 to 0.5001.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.5001.0</h2> <h2>What's Changed</h2> <ul> <li>chore: roll to playwright v1.50.1 by <a href="https://github.com/canstand"><code>@​canstand</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/529">playwright-community/playwright-go#529</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/playwright-community/playwright-go/compare/v0.4902.0...v0.5001.0">https://github.com/playwright-community/playwright-go/compare/v0.4902.0...v0.5001.0</a></p> <h2>v0.4902.0</h2> <h2>What's Changed</h2> <ul> <li>feat: add only-shell option to run options for install chromium headless by <a href="https://github.com/carsonmeyer-wk"><code>@​carsonmeyer-wk</code></a> in <a href="https://redirect.github.com/playwright-community/playwright-go/pull/518">playwright-community/playwright-go#518</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/playwright-community/playwright-go/compare/v0.4901.0...v0.4902.0">https://github.com/playwright-community/playwright-go/compare/v0.4901.0...v0.4902.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/playwright-community/playwright-go/commit/600e08b1ec2d6db9e6624b37279016b7e61f7815"><code>600e08b</code></a> chore: roll to playwright v1.50.1 (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/529">#529</a>)</li> <li><a href="https://github.com/playwright-community/playwright-go/commit/4b998901425e54a15359c286853acb723774bab9"><code>4b99890</code></a> feat: add only-shell option to run options for install chromium headless (<a href="https://redirect.github.com/playwright-community/playwright-go/issues/518">#518</a>)</li> <li>See full diff in <a href="https://github.com/playwright-community/playwright-go/compare/v0.4901.0...v0.5001.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/sethvargo/go-envconfig` from 1.0.2 to 1.1.1 <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.1.1</h2> <h2>What's Changed</h2> <ul> <li>Allow environment variables to start with underscores by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/123">sethvargo/go-envconfig#123</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sethvargo/go-envconfig/compare/v1.1.0...v1.1.1">https://github.com/sethvargo/go-envconfig/compare/v1.1.0...v1.1.1</a></p> <h2>v1.1.0</h2> <h2>What's Changed</h2> <ul> <li>Add MustProcess which panics on errors by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/115">sethvargo/go-envconfig#115</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sethvargo/go-envconfig/compare/v1.0.3...v1.1.0">https://github.com/sethvargo/go-envconfig/compare/v1.0.3...v1.1.0</a></p> <h2>v1.0.3</h2> <h2>What's Changed</h2> <ul> <li>Relax Go constraint to 1.20 by <a href="https://github.com/sethvargo"><code>@​sethvargo</code></a> in <a href="https://redirect.github.com/sethvargo/go-envconfig/pull/113">sethvargo/go-envconfig#113</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sethvargo/go-envconfig/compare/v1.0.2...v1.0.3">https://github.com/sethvargo/go-envconfig/compare/v1.0.2...v1.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sethvargo/go-envconfig/commit/05a905ff3581f79a087e91a711d95ff811257116"><code>05a905f</code></a> Allow environment variables to start with underscores (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/123">#123</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/bbaf7848a8a55b572e2d0c9ccbb924ba19481f9b"><code>bbaf784</code></a> Add MustProcess which panics on errors (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/115">#115</a>)</li> <li><a href="https://github.com/sethvargo/go-envconfig/commit/e51a54f91f5b9b2849b0cd0fb412e14afc9a4659"><code>e51a54f</code></a> Relax Go constraint to 1.20 (<a href="https://redirect.github.com/sethvargo/go-envconfig/issues/113">#113</a>)</li> <li>See full diff in <a href="https://github.com/sethvargo/go-envconfig/compare/v1.0.2...v1.1.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/afero` from 1.11.0 to 1.12.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.12.0</h2> <h2>What's Changed</h2> <ul> <li>improve ci by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/438">spf13/afero#438</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/439">spf13/afero#439</a></li> <li>add dependabot by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/440">spf13/afero#440</a></li> <li>Update README.md by <a href="https://github.com/sean9999"><code>@​sean9999</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/434">spf13/afero#434</a></li> <li>fix lint violations by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/afero/pull/441">spf13/afero#441</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/afero/pull/438">spf13/afero#438</a></li> <li><a href="https://github.com/sean9999"><code>@​sean9999</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/afero/pull/434">spf13/afero#434</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/afero/compare/v1.11.0...v1.12.0">https://github.com/spf13/afero/compare/v1.11.0...v1.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/afero/commit/d4d55e82d9c704c34f342cdf76563fba6525a452"><code>d4d55e8</code></a> Merge pull request <a href="https://redirect.github.com/spf13/afero/issues/441">#441</a> from spf13/lint</li> <li><a href="https://github.com/spf13/afero/commit/15743bc2d4498bd752de45185bd460d7de0edede"><code>15743bc</code></a> fix lint violations</li> <li><a href="https://github.com/spf13/afero/commit/024e183660adc1f6593ffd66c729565aca3a785d"><code>024e183</code></a> Merge pull request <a href="https://redirect.github.com/spf13/afero/issues/434">#434</a> from sean9999/patch-1</li> <li><a href="https://github.com/spf13/afero/commit/6504f4cf42efa801da7294e8b7d6d6d6d5aa3ddf"><code>6504f4c</code></a> Merge pull request <a href="https://redirect.github.com/spf13/afero/issues/440">#440</a> from spf13/dependabot</li> <li><a href="https://github.com/spf13/afero/commit/09a514e875875518045d2663367f9cd616aadf65"><code>09a514e</code></a> add dependabot</li> <li><a href="https://github.com/spf13/afero/commit/1ba15b55c28c9413efc6759015c96c74ba1bc01c"><code>1ba15b5</code></a> Merge pull request <a href="https://redirect.github.com/spf13/afero/issues/439">#439</a> from spf13/update-dependencies</li> <li><a href="https://github.com/spf13/afero/commit/dac11c473c41bc4c0b0d13b2ac5085bfd1acc317"><code>dac11c4</code></a> exclude google test lib from golangci</li> <li><a href="https://github.com/spf13/afero/commit/e0bdbe35e10e85dc7e397c764612ebd9e436744c"><code>e0bdbe3</code></a> update all dependencies</li> <li><a href="https://github.com/spf13/afero/commit/22d41e86e7feeffacded080afbfd7b3dd9e538e8"><code>22d41e8</code></a> drop iam from google testing library</li> <li><a href="https://github.com/spf13/afero/commit/ee4067be26da82f66a821b3f9f81742b0f4e17ca"><code>ee4067b</code></a> drop google-cloud-go-testing</li> <li>Additional commits viewable in <a href="https://github.com/spf13/afero/compare/v1.11.0...v1.12.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/cobra` from 1.8.1 to 1.9.1 <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.9.1</h2> <h3>🐛 Fixes</h3> <ul> <li>Fix CompletionFunc implementation by <a href="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2234">spf13/cobra#2234</a></li> <li>Revert &quot;Make detection for test-binary more universal (<a href="https://redirect.github.com/spf13/cobra/issues/2173">#2173</a>)&quot; by <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2235">spf13/cobra#2235</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1">https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1</a></p> <h2>v1.9.0</h2> <h2>✨ Features</h2> <ul> <li>Allow linker to perform deadcode elimination for program using Cobra by <a href="https://github.com/aarzilli"><code>@​aarzilli</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1956">spf13/cobra#1956</a></li> <li>Add default completion command even if there are no other sub-commands by <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1559">spf13/cobra#1559</a></li> <li>Add CompletionWithDesc helper by <a href="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2231">spf13/cobra#2231</a></li> </ul> <h2>🐛 Fixes</h2> <ul> <li>Fix deprecation comment for Command.SetOutput by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2172">spf13/cobra#2172</a></li> <li>Replace deprecated ioutil usage by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2181">spf13/cobra#2181</a></li> <li>Fix --version help and output for plugins by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2180">spf13/cobra#2180</a></li> <li>Allow to reset the templates to the default by <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2229">spf13/cobra#2229</a></li> </ul> <h2>🤖 Completions</h2> <ul> <li>Make Powershell completion work in constrained mode by <a href="https://github.com/lstemplinger"><code>@​lstemplinger</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2196">spf13/cobra#2196</a></li> <li>Improve detection for flags that accept multiple values by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2210">spf13/cobra#2210</a></li> <li>add CompletionFunc type to help with completions by <a href="https://github.com/ccoVeille"><code>@​ccoVeille</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2220">spf13/cobra#2220</a></li> <li>Add similar whitespace escape logic to bash v2 completions than in other completions by <a href="https://github.com/kangasta"><code>@​kangasta</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/1743">spf13/cobra#1743</a></li> <li>Print ActiveHelp for bash along other completions by <a href="https://github.com/marckhouzam"><code>@​marckhouzam</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2076">spf13/cobra#2076</a></li> <li>fix(completions): Complete map flags multiple times by <a href="https://github.com/gabe565"><code>@​gabe565</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2174">spf13/cobra#2174</a></li> <li>fix(bash): nounset unbound file filter variable on empty extension by <a href="https://github.com/scop"><code>@​scop</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2228">spf13/cobra#2228</a></li> </ul> <h2>🧪 Testing</h2> <ul> <li>Test also with go 1.23 by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2182">spf13/cobra#2182</a></li> <li>Make detection for test-binary more universal by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2173">spf13/cobra#2173</a></li> </ul> <h2>✍🏼 Documentation</h2> <ul> <li>docs: update README.md by <a href="https://github.com/eltociear"><code>@​eltociear</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2197">spf13/cobra#2197</a></li> <li>Improve site formatting by <a href="https://github.com/nirs"><code>@​nirs</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2183">spf13/cobra#2183</a></li> <li>doc: add Conduit by <a href="https://github.com/raulb"><code>@​raulb</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2230">spf13/cobra#2230</a></li> <li>doc: azion project added to the list of CLIs that use cobra by <a href="https://github.com/maxwelbm"><code>@​maxwelbm</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2198">spf13/cobra#2198</a></li> <li>Fix broken links in active_help.md by <a href="https://github.com/vuil"><code>@​vuil</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2202">spf13/cobra#2202</a></li> <li>chore: fix function name in comment by <a href="https://github.com/zhuhaicity"><code>@​zhuhaicity</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2216">spf13/cobra#2216</a></li> </ul> <h2>🔧 Dependency upgrades</h2> <ul> <li>build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.5 to 2.0.6 by <a href="https://github.com/thaJeztah"><code>@​thaJeztah</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2206">spf13/cobra#2206</a></li> <li>Update to latest go-md2man by <a href="https://github.com/mikelolasagasti"><code>@​mikelolasagasti</code></a> in <a href="https://redirect.github.com/spf13/cobra/pull/2201">spf13/cobra#2201</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/cobra/commit/40b5bc1437a564fc795d388b23835e84f54cd1d1"><code>40b5bc1</code></a> Revert &quot;Make detection for test-binary more universal (<a href="https://redirect.github.com/spf13/cobra/issues/2173">#2173</a>)&quot; (<a href="https://redirect.github.com/spf13/cobra/issues/2235">#2235</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/a97f9fd47b290016526c8af2dac0531fea5cd773"><code>a97f9fd</code></a> fix CompletionFunc implementation (<a href="https://redirect.github.com/spf13/cobra/issues/2234">#2234</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/5f9c40898e795a9fb0fd5ca83b6e05c3720523d1"><code>5f9c408</code></a> chore: Upgrade dependencies for v1.9.0 (<a href="https://redirect.github.com/spf13/cobra/issues/2233">#2233</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/24ada7fe71e3a3a8741dd52e0a7fc3b97450535a"><code>24ada7f</code></a> Remove the default &quot;completion&quot; cmd if it is alone (<a href="https://redirect.github.com/spf13/cobra/issues/1559">#1559</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/680936a2200be363c61feda8cd29287f0726a48c"><code>680936a</code></a> New logo</li> <li><a href="https://github.com/spf13/cobra/commit/8cb30f9ca53a004a6fe88c5cfcc79ac7b24fc638"><code>8cb30f9</code></a> feat: add CompletionWithDesc helper (<a href="https://redirect.github.com/spf13/cobra/issues/2231">#2231</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/17b6dca2ffaf6113cbd1cf433ec988fa7d63c6f3"><code>17b6dca</code></a> doc: add Conduit (<a href="https://redirect.github.com/spf13/cobra/issues/2230">#2230</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/ab5cadcc1bbe224b329726fc5f8b99d6f93e9805"><code>ab5cadc</code></a> Allow to reset the templates to the default (<a href="https://redirect.github.com/spf13/cobra/issues/2229">#2229</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/4ba5566f5704a9c0d205e1ef3efc4896156d33fa"><code>4ba5566</code></a> fix(bash): nounset unbound file filter variable on empty extension (<a href="https://redirect.github.com/spf13/cobra/issues/2228">#2228</a>)</li> <li><a href="https://github.com/spf13/cobra/commit/41b26ec8bb59dfba580f722201bf371c4f5703dd"><code>41b26ec</code></a> Print ActiveHelp for bash along other completions (<a href="https://redirect.github.com/spf13/cobra/issues/2076">#2076</a>)</li> <li>Additional commits viewable in <a href="https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.6 <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.6</h2> <h2>What's Changed</h2> <ul> <li>Add exported functions to preserve <code>pkg/flag</code> compatibility by <a href="https://github.com/mckern"><code>@​mckern</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/220">spf13/pflag#220</a></li> <li>remove dead code for checking error nil by <a href="https://github.com/yashbhutwala"><code>@​yashbhutwala</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/282">spf13/pflag#282</a></li> <li>Add IPNetSlice and unit tests by <a href="https://github.com/rpothier"><code>@​rpothier</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/170">spf13/pflag#170</a></li> <li>allow for blank ip addresses by <a href="https://github.com/duhruh"><code>@​duhruh</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/316">spf13/pflag#316</a></li> <li>add github actions by <a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> in <a href="https://redirect.github.com/spf13/pflag/pull/419">spf13/pflag#419</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mckern"><code>@​mckern</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/220">spf13/pflag#220</a></li> <li><a href="https://github.com/yashbhutwala"><code>@​yashbhutwala</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/282">spf13/pflag#282</a></li> <li><a href="https://github.com/rpothier"><code>@​rpothier</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/170">spf13/pflag#170</a></li> <li><a href="https://github.com/duhruh"><code>@​duhruh</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/316">spf13/pflag#316</a></li> <li><a href="https://github.com/sagikazarmark"><code>@​sagikazarmark</code></a> made their first contribution in <a href="https://redirect.github.com/spf13/pflag/pull/419">spf13/pflag#419</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6">https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/spf13/pflag/commit/5ca813443bd2a4d9f46a253ea0407d23b3790713"><code>5ca8134</code></a> Merge pull request <a href="https://redirect.github.com/spf13/pflag/issues/419">#419</a> from spf13/ci</li> <li><a href="https://github.com/spf13/pflag/commit/100ab0eb250792014fc1594d94f7fb5c5f0dee37"><code>100ab0e</code></a> disable unsupported dependency graph for now</li> <li><a href="https://github.com/spf13/pflag/commit/a0f4ddd9fe01ac8fece07be6e3f3ae5dcd7ceec0"><code>a0f4ddd</code></a> fix govet</li> <li><a href="https://github.com/spf13/pflag/commit/f48cbd1964b57ff7c17e2f233feb49c03efe6417"><code>f48cbd1</code></a> add github actions</li> <li><a href="https://github.com/spf13/pflag/commit/d5e0c0615acee7028e1e2740a11102313be88de1"><code>d5e0c06</code></a> allow for blank ip addresses (<a href="https://redirect.github.com/spf13/pflag/issues/316">#316</a>)</li> <li><a href="https://github.com/spf13/pflag/commit/85dd5c8bc61cfa382fecd072378089d4e856579d"><code>85dd5c8</code></a> Add IPNetSlice and unit tests (<a href="https://redirect.github.com/spf13/pflag/issues/170">#170</a>)</li> <li><a href="https://github.com/spf13/pflag/commit/6971c29c4a22981adeaee7f4b437c0cffe08c031"><code>6971c29</code></a> remove dead code for checking error nil (<a href="https://redirect.github.com/spf13/pflag/issues/282">#282</a>)</li> <li><a href="https://github.com/spf13/pflag/commit/81378bbcd8a1005f72b1e8d7579e5dd7b2d612ab"><code>81378bb</code></a> Add exported functions to preserve <code>pkg/flag</code> compatibility (<a href="https://redirect.github.com/spf13/pflag/issues/220">#220</a>)</li> <li>See full diff in <a href="https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6">compare view</a></li> </ul> </details> <br /> Updates `github.com/testcontainers/testcontainers-go` from 0.34.0 to 0.35.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.35.0</h2> <h1>What's Changed</h1> <h2>⚠️ Breaking Changes</h2> <ul> <li>feat(termination)!: make container termination timeout configurable (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2926">#2926</a>) <a href="https://github.com/moogacs"><code>@​moogacs</code></a></li> </ul> <blockquote> <p>The <code>container.Terminate(ctx)</code> method now accepts an extra variadic argument with termination options. The breaking change only affects users assigning this method to a variable, receiving a compile-time error. The rest of the users will simply satisfy the new signature with an empty slice of termination options.</p> </blockquote> <ul> <li>feat!: build log writer for container request (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2925">#2925</a>) <a href="https://github.com/zenkovev"><code>@​zenkovev</code></a></li> </ul> <blockquote> <p>The <code>ShouldPrintBuildLog</code> function of the <code>ContainerRequest</code> has been removed. Instead, a <code>BuildLogWriter</code> function appears, that returns the user-defined <code>io.Writer</code> for writing the image-build logs. In case there is no writer, and the <code>FromDockerfile.PrintBuildLog</code> is set to true, <code>os.Stderr</code> would be used.</p> </blockquote> <ul> <li>feat(gcloud)!: add support to seed data when using RunBigQueryContainer (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2523">#2523</a>) <a href="https://github.com/mtellis2"><code>@​mtellis2</code></a></li> </ul> <blockquote> <p>Users of the GCloud module and the <code>WithProjectID</code> option must handle the error that this option now returns. This can be get at compile time, as all the functional options for container customisers must return an error.</p> </blockquote> <ul> <li>fix!: port forwarding clean up and make private (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2881">#2881</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> </ul> <blockquote> <p>The types and functions of the <code>PortForwarder</code> type are now private, as they are implementation details of the library, so there is no need for them to be exposed.</p> </blockquote> <ul> <li>fix!: data races (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2843">#2843</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> </ul> <blockquote> <p>Usages of the <code>GenericProviderOptions.DefaultNetwork</code> field must be removed, as this field is now private. The container runtime should provide the default network under the hood.</p> </blockquote> <h2>🔒 Security</h2> <ul> <li>security(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2916">#2916</a>) <a href="https://github.com/dependabot"><code>@​dependabot</code></a></li> </ul> <h2>🚀 Features</h2> <ul> <li>feat(postgres): ssl for postgres (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2473">#2473</a>) <a href="https://github.com/bearrito"><code>@​bearrito</code></a></li> <li>feat(ollama): support calling the Ollama local process (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2923">#2923</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>feat(termination)!: make container termination timeout configurable (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2926">#2926</a>) <a href="https://github.com/moogacs"><code>@​moogacs</code></a></li> <li>feat(wait): log sub match callback (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2929">#2929</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>feat!: build log writer for container request (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2925">#2925</a>) <a href="https://github.com/zenkovev"><code>@​zenkovev</code></a></li> <li>feat(gcloud)!: add support to seed data when using RunBigQueryContainer (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2523">#2523</a>) <a href="https://github.com/mtellis2"><code>@​mtellis2</code></a></li> <li>feat(nats): WithConfigFile - pass a configuration file to nats server (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2905">#2905</a>) <a href="https://github.com/vyskocilm"><code>@​vyskocilm</code></a></li> <li>feat(wait): strategy walk (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2895">#2895</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>feat(wait): tls strategy (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2896">#2896</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>feat: add build to life cycle hooks (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2653">#2653</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>fix: handle nil value in CleanupNetwork (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2928">#2928</a>) <a href="https://github.com/l0nax"><code>@​l0nax</code></a></li> <li>fix: avoid double lock in DockerProvider.DaemonHost() (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2900">#2900</a>) <a href="https://github.com/vikstrous"><code>@​vikstrous</code></a></li> <li>fix: container binds syntax (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2899">#2899</a>) <a href="https://github.com/zregvart"><code>@​zregvart</code></a></li> <li>fix(influxdb): Respect custom waitStrategy (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2845">#2845</a>) <a href="https://github.com/marcinmilewski93"><code>@​marcinmilewski93</code></a></li> <li>fix(redpanda): temporary file use (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2884">#2884</a>) <a href="https://github.com/cavus700"><code>@​cavus700</code></a></li> <li>fix: host access port instability (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2867">#2867</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix: docker auth for identity tokens (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2866">#2866</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix(compose): container initialisation (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2844">#2844</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix!: data races (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2843">#2843</a>) <a href="https://github.com/stevenh"><code>@​stevenh</code></a></li> <li>fix: mongodb replicaset should work with auth (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2847">#2847</a>) <a href="https://github.com/abhipranay"><code>@​abhipranay</code></a></li> <li>fix: simplify fully-qualified image names (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2846">#2846</a>) <a href="https://github.com/mdelapenya"><code>@​mdelapenya</code></a></li> <li>fix(compose): race condition (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2842">#2842</a>) <a href="https://github.com/stevenh"><code>@​stevenh</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/add4ac3f019b773ae08c1af05f57554ba6819430"><code>add4ac3</code></a> chore: use new version (v0.35.0) in modules and examples</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/3330dc1d098e155a1c14f061b8bb5875d8cc35e6"><code>3330dc1</code></a> feat(postgres): ssl for postgres (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2473">#2473</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/6ec91f1ea81779b2859aaae53a7f553be282efcf"><code>6ec91f1</code></a> feat(ollama): support calling the Ollama local process (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2923">#2923</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/632249a3d322b046d2bd999ef0c2874a12c5324f"><code>632249a</code></a> chore(deps): bump jinja2 from 3.1.4 to 3.1.5 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2935">#2935</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/7ca837dc011ed788a1ae159fb924c19df9a5a1d5"><code>7ca837d</code></a> chore(deps): bump sonarsource/sonarcloud-github-action (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2933">#2933</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/6f718ee2f04205e5534af556384963ef871a508d"><code>6f718ee</code></a> feat(termination)!: make container termination timeout configurable (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2926">#2926</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/eb5b8ed3597dfe7fe38c7910b446397ee4921d2a"><code>eb5b8ed</code></a> chore(deps): bump slackapi/slack-github-action from 1.26.0 to 2.0.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2934">#2934</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/cc55f13bf9480645bb4b1d6a8e89800c057e7f6b"><code>cc55f13</code></a> chore(deps): bump github/codeql-action from 3.25.15 to 3.28.0 (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2932">#2932</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/63fad4d8bda2c92beccec9929b976e93401ab679"><code>63fad4d</code></a> feat(wait): log sub match callback (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2929">#2929</a>)</li> <li><a href="https://github.com/testcontainers/testcontainers-go/commit/4f67ae08757f3b880691d2496e62cb9c696523af"><code>4f67ae0</code></a> fix: Handle nil value in CleanupNetwork (<a href="https://redirect.github.com/testcontainers/testcontainers-go/issues/2928">#2928</a>)</li> <li>Additional commits viewable in <a href="https://github.com/testcontainers/testcontainers-go/compare/v0.34.0...v0.35.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/crypto` from 0.31.0 to 0.33.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/crypto/commit/9290511cd23ab9813a307b7f2615325e3ca98902"><code>9290511</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/fa5273e461966728f91f33da62c0cf511a404c2a"><code>fa5273e</code></a> x509roots/fallback: update bundle</li> <li><a href="https://github.com/golang/crypto/commit/a8ea4be81f0769fd5857e087083cbb6d3cb9f196"><code>a8ea4be</code></a> ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface</li> <li><a href="https://github.com/golang/crypto/commit/71d3a4cfdb0360795ce5f2d7041e01823fd22eb6"><code>71d3a4c</code></a> acme: support challenges that require the ACME client to send a non-empty JSO...</li> <li><a href="https://github.com/golang/crypto/commit/8929309228b460566ebf06dc56684799f352b0b0"><code>8929309</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/crypto/commit/4a75ba54c28f9c8aa4011c3c5e9e146fd8c83359"><code>4a75ba5</code></a> all: make function and struct comments match the names</li> <li>See full diff in <a href="https://github.com/golang/crypto/compare/v0.31.0...v0.33.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/image` from 0.23.0 to 0.24.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/image/commit/45df02f8a1c234d7257a619ebae89037d8aaf9f1"><code>45df02f</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/image/compare/v0.23.0...v0.24.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/net` from 0.33.0 to 0.35.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/net/commit/df97a48b7bf2f79d63b98d48185389824125a2cf"><code>df97a48</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/net/commit/2dab271ff1b7396498746703d88fefcddcc5cec7"><code>2dab271</code></a> route: treat short sockaddr lengths as unspecified</li> <li><a href="https://github.com/golang/net/commit/b914489dfb743e20a8cef8c4586d9329303f7511"><code>b914489</code></a> internal/http3: refactor in prep for sharing transport/server code</li> <li><a href="https://github.com/golang/net/commit/ebd23f8b4b6645821a91bf9da4a10b3d30a98fb2"><code>ebd23f8</code></a> route: fix parsing network address of length zero</li> <li><a href="https://github.com/golang/net/commit/938a9fb94e41285a443b0882dbc46f2a4c6ed484"><code>938a9fb</code></a> internal/http3: add request/response body transfer</li> <li><a href="https://github.com/golang/net/commit/145b2d7b6deef8ae469696157bcb974d045cfc05"><code>145b2d7</code></a> internal/http3: add RoundTrip</li> <li><a href="https://github.com/golang/net/commit/5bda71aec0d0242e8b2cc529863c6484c0f1f24b"><code>5bda71a</code></a> internal/http3: define connection and stream error types</li> <li><a href="https://github.com/golang/net/commit/3c1185a39b172f62f67243986cf710bd74776347"><code>3c1185a</code></a> internal/http3: return error on mid-frame EOF</li> <li><a href="https://github.com/golang/net/commit/a6c2c7f3642a8abe22535078b3b40ba3e4fcb9f0"><code>a6c2c7f</code></a> http2, internal/httpcommon: factor out common request header logic for h2/h3</li> <li><a href="https://github.com/golang/net/commit/c72e89d6a9e44335237356faeef3b98d5c1fa770"><code>c72e89d</code></a> internal/http3: QPACK encoding and decoding</li> <li>Additional commits viewable in <a href="https://github.com/golang/net/compare/v0.33.0...v0.35.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/term` from 0.27.0 to 0.29.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/term/commit/743b2709ab25357d30ce1eac4a840eb0b7deb1bf"><code>743b270</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/term/commit/40b02d69cd8f2efc8aeb262071f74fb4319b6661"><code>40b02d6</code></a> go.mod: update golang.org/x dependencies</li> <li>See full diff in <a href="https://github.com/golang/term/compare/v0.27.0...v0.29.0">compare view</a></li> </ul> </details> <br /> Updates `modernc.org/sqlite` from 1.34.4 to 1.35.0 <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/cznic/sqlite/commit/d787662a214bd4efb4ef61e70cf8b7c65f355111"><code>d787662</code></a> all linux is now musl libc</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/5c066ae5b3ba4c6d08e88bfbd1ed618177e4571b"><code>5c066ae</code></a> update dependencies, updates <a href="https://gitlab.com/cznic/sqlite/issues/177">#177</a></li> <li><a href="https://gitlab.com/cznic/sqlite/commit/15818ab7fe22935c740f0bf5069901a1314799d0"><code>15818ab</code></a> move the vendor tool into a separate module, updates gc#3</li> <li>See full diff in <a href="https://gitlab.com/cznic/sqlite/compare/v1.34.4...v1.35.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <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:01 +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#960
No description provided.