Skip to content

build(deps): bump the all-go-mod-patch-and-minor group with 6 updates - #3587

Merged
AlexanderYastrebov merged 1 commit into
masterfrom
dependabot/go_modules/all-go-mod-patch-and-minor-d33de493cc
Aug 12, 2025
Merged

build(deps): bump the all-go-mod-patch-and-minor group with 6 updates#3587
AlexanderYastrebov merged 1 commit into
masterfrom
dependabot/go_modules/all-go-mod-patch-and-minor-d33de493cc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2025

Copy link
Copy Markdown
Contributor

Bumps the all-go-mod-patch-and-minor group with 6 updates:

Package From To
github.com/docker/go-connections 0.5.0 0.6.0
github.com/redis/go-redis/v9 9.11.0 9.12.0
golang.org/x/crypto 0.40.0 0.41.0
golang.org/x/net 0.42.0 0.43.0
golang.org/x/term 0.33.0 0.34.0
google.golang.org/protobuf 1.36.6 1.36.7

Updates github.com/docker/go-connections from 0.5.0 to 0.6.0

Commits
  • 42faf79 Merge pull request #138 from thaJeztah/sockets_move_unix_options
  • 9ffab7e sockets: make NewUnixSocket, WithChown, WithChmod unix-only
  • 6bb1d15 Merge pull request #135 from thaJeztah/rename_test_files
  • b6c843d sockets: rename files to be considered test files
  • 80898b6 Merge pull request #133 from thaJeztah/deprecate_socket_dialpipe
  • a4399e5 socket: deprecate DialPipe
  • b071e04 Merge pull request #128 from thaJeztah/remove_old_cyphers
  • 578bfde Merge pull request #132 from thaJeztah/optimize_ParsePortSpec
  • deccd71 tlsconfig: align client and server defaults, remove weak CBC ciphers
  • 30b91c8 nat: ParsePortSpec: combine some conditions
  • Additional commits viewable in compare view

Updates github.com/redis/go-redis/v9 from 9.11.0 to 9.12.0

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.12.0

🚀 Highlights

  • This release includes support for Redis 8.2.
  • Introduces an experimental Query Builders for FTSearch, FTAggregate and other search commands.
  • Adds support for EPSILON option in FT.VSIM.
  • Includes bug fixes and improvements contributed by the community related to ring and redisotel.

Changes

  • Improve stale issue workflow (#3458)
  • chore(ci): Add 8.2 rc2 pre build for CI (#3459)
  • Added new stream commands (#3450)
  • feat: Add "skip_verify" to Sentinel (#3428)
  • fix: errors.Join requires Go 1.20 or later (#3442)
  • DOC-4344 document quickstart examples (#3426)
  • feat(bitop): add support for the new bitop operations (#3409)

🚀 New Features

  • feat: recover addIdleConn may occur panic (#2445)
  • feat(ring): specify custom health check func via HeartbeatFn option (#2940)
  • Add Query Builder for RediSearch commands (#3436)
  • add configurable buffer sizes for Redis connections (#3453)
  • Add VAMANA vector type to RediSearch (#3449)
  • VSIM add EPSILON option (#3454)
  • Add closing support to otel metrics instrumentation (#3444)

🐛 Bug Fixes

  • fix(redisotel): fix buggy append in reportPoolStats (#3122)
  • fix(search): return results even if doc is empty (#3457)
  • [ISSUE-3402]: Ring.Pipelined return dial timeout error (#3403)

🧰 Maintenance

  • Merges stale issues jobs into one job with two steps (#3463)
  • improve code readability (#3446)
  • chore(release): 9.12.0-beta.1 (#3460)
  • DOC-5472 time series doc examples (#3443)
  • Add VAMANA compression algorithm tests (#3461)
  • bumped redis 8.2 version used in the CI/CD (#3451)

Contributors

We'd like to thank all the contributors who worked on this release!

@​andy-stark-redis, @​cxljs, @​elena-kolevska, @​htemelski-redis, @​jouir, @​monkey92t, @​ndyakov, @​ofekshenawa, @​rokn, @​smnvdev, @​strobil and @​wzy9607

New Contributors

... (truncated)

Changelog

Sourced from github.com/redis/go-redis/v9's changelog.

9.12.0 (2025-08-05)

🚀 Highlights

  • This release includes support for Redis 8.2.
  • Introduces an experimental Query Builders for FTSearch, FTAggregate and other search commands.
  • Adds support for EPSILON option in FT.VSIM.
  • Includes bug fixes and improvements contributed by the community related to ring and redisotel.

Changes

  • Improve stale issue workflow (#3458)
  • chore(ci): Add 8.2 rc2 pre build for CI (#3459)
  • Added new stream commands (#3450)
  • feat: Add "skip_verify" to Sentinel (#3428)
  • fix: errors.Join requires Go 1.20 or later (#3442)
  • DOC-4344 document quickstart examples (#3426)
  • feat(bitop): add support for the new bitop operations (#3409)

🚀 New Features

  • feat: recover addIdleConn may occur panic (#2445)
  • feat(ring): specify custom health check func via HeartbeatFn option (#2940)
  • Add Query Builder for RediSearch commands (#3436)
  • add configurable buffer sizes for Redis connections (#3453)
  • Add VAMANA vector type to RediSearch (#3449)
  • VSIM add EPSILON option (#3454)
  • Add closing support to otel metrics instrumentation (#3444)

🐛 Bug Fixes

  • fix(redisotel): fix buggy append in reportPoolStats (#3122)
  • fix(search): return results even if doc is empty (#3457)
  • [ISSUE-3402]: Ring.Pipelined return dial timeout error (#3403)

🧰 Maintenance

  • Merges stale issues jobs into one job with two steps (#3463)
  • improve code readability (#3446)
  • chore(release): 9.12.0-beta.1 (#3460)
  • DOC-5472 time series doc examples (#3443)
  • Add VAMANA compression algorithm tests (#3461)
  • bumped redis 8.2 version used in the CI/CD (#3451)

Contributors

We'd like to thank all the contributors who worked on this release!

@​andy-stark-redis, @​cxljs, @​elena-kolevska, @​htemelski-redis, @​jouir, @​monkey92t, @​ndyakov, @​ofekshenawa, @​rokn, @​smnvdev, @​strobil and @​wzy9607

New Contributors

... (truncated)

Commits
  • b7838dc chore(release): 9.12.0 / redis 8.2 (#3464)
  • 6a48d3f feat: recover addIdleConn may occur panic (#2445)
  • 4767d9d fix(redisotel): fix buggy append in reportPoolStats (#3122)
  • 7158a8d feat(ring): specify custom health check func via HeartbeatFn option (#2940)
  • 8d15d03 chore(github): merges into one job with two steps (#3463)
  • 375fa5d chore(doc): improve code readability (#3446)
  • f006e94 chore(release): 9.12.0-beta.1 (#3460)
  • f93bfa1 feat(search): Add Query Builder for RediSearch commands (#3436)
  • 421c8a4 chore(doc): DOC-5472 time series doc examples (#3443)
  • 2ff9249 chore(tests): Add VAMANA compression algorithm tests (#3461)
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.40.0 to 0.41.0

Commits
  • ef5341b go.mod: update golang.org/x dependencies
  • b999374 acme: fix pebble subprocess output data race
  • c247dea x509roots/fallback: store bundle certs directly in DER
  • 1fda731 acme: increase pebble test waitForServer attempts
  • 1b4c3d2 x509roots/fallback: update bundle
  • b903b53 acme: capture pebble test subprocess stdout/stderr
  • See full diff in compare view

Updates golang.org/x/net from 0.42.0 to 0.43.0

Commits
  • e74bc31 go.mod: update golang.org/x dependencies
  • af6926e http2: remove references to defunct http2.golang.org test server
  • See full diff in compare view

Updates golang.org/x/term from 0.33.0 to 0.34.0

Commits
  • a35244d go.mod: update golang.org/x dependencies
  • 4f53e0c term: allow multi-line bracketed paste to not create single line with verbati...
  • 27f29d8 term: remove duplicate flag and add comment on windows
  • See full diff in compare view

Updates google.golang.org/protobuf from 1.36.6 to 1.36.7

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

Bumps the all-go-mod-patch-and-minor group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/docker/go-connections](https://github.com/docker/go-connections) | `0.5.0` | `0.6.0` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) | `9.11.0` | `9.12.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.40.0` | `0.41.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.42.0` | `0.43.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.33.0` | `0.34.0` |
| google.golang.org/protobuf | `1.36.6` | `1.36.7` |


Updates `github.com/docker/go-connections` from 0.5.0 to 0.6.0
- [Commits](docker/go-connections@v0.5.0...v0.6.0)

Updates `github.com/redis/go-redis/v9` from 9.11.0 to 9.12.0
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md)
- [Commits](redis/go-redis@v9.11.0...v9.12.0)

Updates `golang.org/x/crypto` from 0.40.0 to 0.41.0
- [Commits](golang/crypto@v0.40.0...v0.41.0)

Updates `golang.org/x/net` from 0.42.0 to 0.43.0
- [Commits](golang/net@v0.42.0...v0.43.0)

Updates `golang.org/x/term` from 0.33.0 to 0.34.0
- [Commits](golang/term@v0.33.0...v0.34.0)

Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.7

---
updated-dependencies:
- dependency-name: github.com/docker/go-connections
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/redis/go-redis/v9
  dependency-version: 9.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/crypto
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/net
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: golang.org/x/term
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code minor no risk changes, for example new filters labels Aug 8, 2025
@AlexanderYastrebov

Copy link
Copy Markdown
Contributor

👍

1 similar comment
@MustafaSaber

Copy link
Copy Markdown
Collaborator

👍

@AlexanderYastrebov
AlexanderYastrebov merged commit da2e1ed into master Aug 12, 2025
23 of 28 checks passed
@AlexanderYastrebov
AlexanderYastrebov deleted the dependabot/go_modules/all-go-mod-patch-and-minor-d33de493cc branch August 12, 2025 13:36
xavivars pushed a commit to xavivars/skipper that referenced this pull request Aug 21, 2025
…zalando#3587)

Bumps the all-go-mod-patch-and-minor group with 6 updates:

| Package | From | To |
| --- | --- | --- |
|
[github.com/docker/go-connections](https://github.com/docker/go-connections)
| `0.5.0` | `0.6.0` |
| [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) |
`9.11.0` | `9.12.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.40.0` |
`0.41.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.42.0` |
`0.43.0` |
| [golang.org/x/term](https://github.com/golang/term) | `0.33.0` |
`0.34.0` |
| google.golang.org/protobuf | `1.36.6` | `1.36.7` |

Updates `github.com/docker/go-connections` from 0.5.0 to 0.6.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/docker/go-connections/commit/42faf792bde28c414a060127d6351769408a675f"><code>42faf79</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/go-connections/issues/138">#138</a>
from thaJeztah/sockets_move_unix_options</li>
<li><a
href="https://github.com/docker/go-connections/commit/9ffab7e3fa034452a2f6b81509f49c7f22e9dc5e"><code>9ffab7e</code></a>
sockets: make NewUnixSocket, WithChown, WithChmod unix-only</li>
<li><a
href="https://github.com/docker/go-connections/commit/6bb1d155460587c6eb5548ce350f5c03fcb3563f"><code>6bb1d15</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/go-connections/issues/135">#135</a>
from thaJeztah/rename_test_files</li>
<li><a
href="https://github.com/docker/go-connections/commit/b6c843daa949fbbae3a5193c6c007f85de74d5d5"><code>b6c843d</code></a>
sockets: rename files to be considered test files</li>
<li><a
href="https://github.com/docker/go-connections/commit/80898b6033e4983d38d62925db5292076af05c15"><code>80898b6</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/go-connections/issues/133">#133</a>
from thaJeztah/deprecate_socket_dialpipe</li>
<li><a
href="https://github.com/docker/go-connections/commit/a4399e5c713c31c811393c819a35dbe95bb7b74b"><code>a4399e5</code></a>
socket: deprecate DialPipe</li>
<li><a
href="https://github.com/docker/go-connections/commit/b071e04318669a6f5eeff43d4d85659f9d8cbb2a"><code>b071e04</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/go-connections/issues/128">#128</a>
from thaJeztah/remove_old_cyphers</li>
<li><a
href="https://github.com/docker/go-connections/commit/578bfdec32637ef34a9c5c8a021f507dd9215825"><code>578bfde</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/go-connections/issues/132">#132</a>
from thaJeztah/optimize_ParsePortSpec</li>
<li><a
href="https://github.com/docker/go-connections/commit/deccd714a238eb4932687dd734aab7b1e0771495"><code>deccd71</code></a>
tlsconfig: align client and server defaults, remove weak CBC
ciphers</li>
<li><a
href="https://github.com/docker/go-connections/commit/30b91c802c92abaf1b4643c95006a0576998c2ae"><code>30b91c8</code></a>
nat: ParsePortSpec: combine some conditions</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/go-connections/compare/v0.5.0...v0.6.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/redis/go-redis/v9` from 9.11.0 to 9.12.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/redis/go-redis/releases">github.com/redis/go-redis/v9's
releases</a>.</em></p>
<blockquote>
<h2>9.12.0</h2>
<h2>🚀 Highlights</h2>
<ul>
<li>This release includes support for <a
href="https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes/">Redis
8.2</a>.</li>
<li>Introduces an experimental Query Builders for <code>FTSearch</code>,
<code>FTAggregate</code> and other search commands.</li>
<li>Adds support for <code>EPSILON</code> option in
<code>FT.VSIM</code>.</li>
<li>Includes bug fixes and improvements contributed by the community
related to ring and <a
href="https://github.com/redis/go-redis/tree/master/extra/redisotel">redisotel</a>.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>Improve stale issue workflow (<a
href="https://redirect.github.com/redis/go-redis/pull/3458">#3458</a>)</li>
<li>chore(ci): Add 8.2 rc2 pre build for CI (<a
href="https://redirect.github.com/redis/go-redis/pull/3459">#3459</a>)</li>
<li>Added new stream commands (<a
href="https://redirect.github.com/redis/go-redis/pull/3450">#3450</a>)</li>
<li>feat: Add &quot;skip_verify&quot; to Sentinel (<a
href="https://redirect.github.com/redis/go-redis/pull/3428">#3428</a>)</li>
<li>fix: <code>errors.Join</code> requires Go 1.20 or later (<a
href="https://redirect.github.com/redis/go-redis/pull/3442">#3442</a>)</li>
<li>DOC-4344 document quickstart examples (<a
href="https://redirect.github.com/redis/go-redis/pull/3426">#3426</a>)</li>
<li>feat(bitop): add support for the new bitop operations (<a
href="https://redirect.github.com/redis/go-redis/pull/3409">#3409</a>)</li>
</ul>
<h2>🚀 New Features</h2>
<ul>
<li>feat: recover addIdleConn may occur panic (<a
href="https://redirect.github.com/redis/go-redis/pull/2445">#2445</a>)</li>
<li>feat(ring): specify custom health check func via HeartbeatFn option
(<a
href="https://redirect.github.com/redis/go-redis/pull/2940">#2940</a>)</li>
<li>Add Query Builder for RediSearch commands (<a
href="https://redirect.github.com/redis/go-redis/pull/3436">#3436</a>)</li>
<li>add configurable buffer sizes for Redis connections (<a
href="https://redirect.github.com/redis/go-redis/pull/3453">#3453</a>)</li>
<li>Add VAMANA vector type to RediSearch (<a
href="https://redirect.github.com/redis/go-redis/pull/3449">#3449</a>)</li>
<li>VSIM add <code>EPSILON</code> option (<a
href="https://redirect.github.com/redis/go-redis/pull/3454">#3454</a>)</li>
<li>Add closing support to otel metrics instrumentation (<a
href="https://redirect.github.com/redis/go-redis/pull/3444">#3444</a>)</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>fix(redisotel): fix buggy append in reportPoolStats (<a
href="https://redirect.github.com/redis/go-redis/pull/3122">#3122</a>)</li>
<li>fix(search): return results even if doc is empty (<a
href="https://redirect.github.com/redis/go-redis/pull/3457">#3457</a>)</li>
<li>[ISSUE-3402]: Ring.Pipelined return dial timeout error (<a
href="https://redirect.github.com/redis/go-redis/pull/3403">#3403</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>Merges stale issues jobs into one job with two steps (<a
href="https://redirect.github.com/redis/go-redis/pull/3463">#3463</a>)</li>
<li>improve code readability (<a
href="https://redirect.github.com/redis/go-redis/pull/3446">#3446</a>)</li>
<li>chore(release): 9.12.0-beta.1 (<a
href="https://redirect.github.com/redis/go-redis/pull/3460">#3460</a>)</li>
<li>DOC-5472 time series doc examples (<a
href="https://redirect.github.com/redis/go-redis/pull/3443">#3443</a>)</li>
<li>Add VAMANA compression algorithm tests (<a
href="https://redirect.github.com/redis/go-redis/pull/3461">#3461</a>)</li>
<li>bumped redis 8.2 version used in the CI/CD (<a
href="https://redirect.github.com/redis/go-redis/pull/3451">#3451</a>)</li>
</ul>
<h2>Contributors</h2>
<p>We'd like to thank all the contributors who worked on this
release!</p>
<p><a
href="https://github.com/andy-stark-redis"><code>@​andy-stark-redis</code></a>,
<a href="https://github.com/cxljs"><code>@​cxljs</code></a>, <a
href="https://github.com/elena-kolevska"><code>@​elena-kolevska</code></a>,
<a
href="https://github.com/htemelski-redis"><code>@​htemelski-redis</code></a>,
<a href="https://github.com/jouir"><code>@​jouir</code></a>, <a
href="https://github.com/monkey92t"><code>@​monkey92t</code></a>, <a
href="https://github.com/ndyakov"><code>@​ndyakov</code></a>, <a
href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a>, <a
href="https://github.com/rokn"><code>@​rokn</code></a>, <a
href="https://github.com/smnvdev"><code>@​smnvdev</code></a>, <a
href="https://github.com/strobil"><code>@​strobil</code></a> and <a
href="https://github.com/wzy9607"><code>@​wzy9607</code></a></p>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/htemelski-redis"><code>@​htemelski-redis</code></a>
made their first contribution in <a
href="https://redirect.github.com/redis/go-redis/pull/3409">#3409</a></li>
<li><a href="https://github.com/smnvdev"><code>@​smnvdev</code></a> made
their first contribution in <a
href="https://redirect.github.com/redis/go-redis/pull/3403">#3403</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md">github.com/redis/go-redis/v9's
changelog</a>.</em></p>
<blockquote>
<h1>9.12.0 (2025-08-05)</h1>
<h2>🚀 Highlights</h2>
<ul>
<li>This release includes support for <a
href="https://redis.io/docs/latest/operate/oss_and_stack/stack-with-enterprise/release-notes/redisce/redisos-8.2-release-notes/">Redis
8.2</a>.</li>
<li>Introduces an experimental Query Builders for <code>FTSearch</code>,
<code>FTAggregate</code> and other search commands.</li>
<li>Adds support for <code>EPSILON</code> option in
<code>FT.VSIM</code>.</li>
<li>Includes bug fixes and improvements contributed by the community
related to ring and <a
href="https://github.com/redis/go-redis/tree/master/extra/redisotel">redisotel</a>.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>Improve stale issue workflow (<a
href="https://redirect.github.com/redis/go-redis/pull/3458">#3458</a>)</li>
<li>chore(ci): Add 8.2 rc2 pre build for CI (<a
href="https://redirect.github.com/redis/go-redis/pull/3459">#3459</a>)</li>
<li>Added new stream commands (<a
href="https://redirect.github.com/redis/go-redis/pull/3450">#3450</a>)</li>
<li>feat: Add &quot;skip_verify&quot; to Sentinel (<a
href="https://redirect.github.com/redis/go-redis/pull/3428">#3428</a>)</li>
<li>fix: <code>errors.Join</code> requires Go 1.20 or later (<a
href="https://redirect.github.com/redis/go-redis/pull/3442">#3442</a>)</li>
<li>DOC-4344 document quickstart examples (<a
href="https://redirect.github.com/redis/go-redis/pull/3426">#3426</a>)</li>
<li>feat(bitop): add support for the new bitop operations (<a
href="https://redirect.github.com/redis/go-redis/pull/3409">#3409</a>)</li>
</ul>
<h2>🚀 New Features</h2>
<ul>
<li>feat: recover addIdleConn may occur panic (<a
href="https://redirect.github.com/redis/go-redis/pull/2445">#2445</a>)</li>
<li>feat(ring): specify custom health check func via HeartbeatFn option
(<a
href="https://redirect.github.com/redis/go-redis/pull/2940">#2940</a>)</li>
<li>Add Query Builder for RediSearch commands (<a
href="https://redirect.github.com/redis/go-redis/pull/3436">#3436</a>)</li>
<li>add configurable buffer sizes for Redis connections (<a
href="https://redirect.github.com/redis/go-redis/pull/3453">#3453</a>)</li>
<li>Add VAMANA vector type to RediSearch (<a
href="https://redirect.github.com/redis/go-redis/pull/3449">#3449</a>)</li>
<li>VSIM add <code>EPSILON</code> option (<a
href="https://redirect.github.com/redis/go-redis/pull/3454">#3454</a>)</li>
<li>Add closing support to otel metrics instrumentation (<a
href="https://redirect.github.com/redis/go-redis/pull/3444">#3444</a>)</li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>fix(redisotel): fix buggy append in reportPoolStats (<a
href="https://redirect.github.com/redis/go-redis/pull/3122">#3122</a>)</li>
<li>fix(search): return results even if doc is empty (<a
href="https://redirect.github.com/redis/go-redis/pull/3457">#3457</a>)</li>
<li>[ISSUE-3402]: Ring.Pipelined return dial timeout error (<a
href="https://redirect.github.com/redis/go-redis/pull/3403">#3403</a>)</li>
</ul>
<h2>🧰 Maintenance</h2>
<ul>
<li>Merges stale issues jobs into one job with two steps (<a
href="https://redirect.github.com/redis/go-redis/pull/3463">#3463</a>)</li>
<li>improve code readability (<a
href="https://redirect.github.com/redis/go-redis/pull/3446">#3446</a>)</li>
<li>chore(release): 9.12.0-beta.1 (<a
href="https://redirect.github.com/redis/go-redis/pull/3460">#3460</a>)</li>
<li>DOC-5472 time series doc examples (<a
href="https://redirect.github.com/redis/go-redis/pull/3443">#3443</a>)</li>
<li>Add VAMANA compression algorithm tests (<a
href="https://redirect.github.com/redis/go-redis/pull/3461">#3461</a>)</li>
<li>bumped redis 8.2 version used in the CI/CD (<a
href="https://redirect.github.com/redis/go-redis/pull/3451">#3451</a>)</li>
</ul>
<h2>Contributors</h2>
<p>We'd like to thank all the contributors who worked on this
release!</p>
<p><a
href="https://github.com/andy-stark-redis"><code>@​andy-stark-redis</code></a>,
<a href="https://github.com/cxljs"><code>@​cxljs</code></a>, <a
href="https://github.com/elena-kolevska"><code>@​elena-kolevska</code></a>,
<a
href="https://github.com/htemelski-redis"><code>@​htemelski-redis</code></a>,
<a href="https://github.com/jouir"><code>@​jouir</code></a>, <a
href="https://github.com/monkey92t"><code>@​monkey92t</code></a>, <a
href="https://github.com/ndyakov"><code>@​ndyakov</code></a>, <a
href="https://github.com/ofekshenawa"><code>@​ofekshenawa</code></a>, <a
href="https://github.com/rokn"><code>@​rokn</code></a>, <a
href="https://github.com/smnvdev"><code>@​smnvdev</code></a>, <a
href="https://github.com/strobil"><code>@​strobil</code></a> and <a
href="https://github.com/wzy9607"><code>@​wzy9607</code></a></p>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/htemelski-redis"><code>@​htemelski-redis</code></a>
made their first contribution in <a
href="https://redirect.github.com/redis/go-redis/pull/3409">#3409</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/redis/go-redis/commit/b7838dc4e72b25009e6de064ac2f20495944af39"><code>b7838dc</code></a>
chore(release): 9.12.0 / redis 8.2 (<a
href="https://redirect.github.com/redis/go-redis/issues/3464">#3464</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/6a48d3fec17274e59a9f5d401558693c1f6c5fb9"><code>6a48d3f</code></a>
feat: recover addIdleConn may occur panic (<a
href="https://redirect.github.com/redis/go-redis/issues/2445">#2445</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/4767d9dfaf5b3485973f0210b1ba03f7431ad533"><code>4767d9d</code></a>
fix(redisotel): fix buggy append in reportPoolStats (<a
href="https://redirect.github.com/redis/go-redis/issues/3122">#3122</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/7158a8dad4284f19ce9e531811275d37410d0623"><code>7158a8d</code></a>
feat(ring): specify custom health check func via HeartbeatFn option (<a
href="https://redirect.github.com/redis/go-redis/issues/2940">#2940</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/8d15d03d4e0de4ed108ba9eef9508bc74cf0f512"><code>8d15d03</code></a>
chore(github): merges into one job with two steps (<a
href="https://redirect.github.com/redis/go-redis/issues/3463">#3463</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/375fa5d083c9b146fbe709b7ea439e4696845bee"><code>375fa5d</code></a>
chore(doc): improve code readability (<a
href="https://redirect.github.com/redis/go-redis/issues/3446">#3446</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/f006e941d98b849e783cafc73cd14ae674f6eb8b"><code>f006e94</code></a>
chore(release): 9.12.0-beta.1 (<a
href="https://redirect.github.com/redis/go-redis/issues/3460">#3460</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/f93bfa1f36d2da7e4559edfafc46455ede970ac6"><code>f93bfa1</code></a>
feat(search): Add Query Builder for RediSearch commands (<a
href="https://redirect.github.com/redis/go-redis/issues/3436">#3436</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/421c8a48b4373f58297d0ecae9f201ff94cf8f0d"><code>421c8a4</code></a>
chore(doc): DOC-5472 time series doc examples (<a
href="https://redirect.github.com/redis/go-redis/issues/3443">#3443</a>)</li>
<li><a
href="https://github.com/redis/go-redis/commit/2ff9249846f71017662353445c6409f5d57bc495"><code>2ff9249</code></a>
chore(tests): Add VAMANA compression algorithm tests (<a
href="https://redirect.github.com/redis/go-redis/issues/3461">#3461</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/redis/go-redis/compare/v9.11.0...v9.12.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/crypto` from 0.40.0 to 0.41.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/crypto/commit/ef5341b70697ceb55f904384bd982587224e8b0c"><code>ef5341b</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/crypto/commit/b999374650442ee37e9bbd97d6a11ad7ed999b98"><code>b999374</code></a>
acme: fix pebble subprocess output data race</li>
<li><a
href="https://github.com/golang/crypto/commit/c247dead11de7671a21a6c5169555e2aa5313caa"><code>c247dea</code></a>
x509roots/fallback: store bundle certs directly in DER</li>
<li><a
href="https://github.com/golang/crypto/commit/1fda73153feef7b246f24005838c387e354e5e3b"><code>1fda731</code></a>
acme: increase pebble test waitForServer attempts</li>
<li><a
href="https://github.com/golang/crypto/commit/1b4c3d2e8c8be172c6af8f2f72778e69e74d2e78"><code>1b4c3d2</code></a>
x509roots/fallback: update bundle</li>
<li><a
href="https://github.com/golang/crypto/commit/b903b535d3ef82fab12a9cc0fa50fccc396ced55"><code>b903b53</code></a>
acme: capture pebble test subprocess stdout/stderr</li>
<li>See full diff in <a
href="https://github.com/golang/crypto/compare/v0.40.0...v0.41.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/net` from 0.42.0 to 0.43.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/net/commit/e74bc31d69f225b635e065a602db3fbfa9850f93"><code>e74bc31</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/net/commit/af6926ea18d0703b9f24713074bc7079cf50a744"><code>af6926e</code></a>
http2: remove references to defunct http2.golang.org test server</li>
<li>See full diff in <a
href="https://github.com/golang/net/compare/v0.42.0...v0.43.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/term` from 0.33.0 to 0.34.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang/term/commit/a35244d18d7756b12deca31a518c0fa1327d050a"><code>a35244d</code></a>
go.mod: update golang.org/x dependencies</li>
<li><a
href="https://github.com/golang/term/commit/4f53e0cd3924d70667107169374a480bfd208348"><code>4f53e0c</code></a>
term: allow multi-line bracketed paste to not create single line with
verbati...</li>
<li><a
href="https://github.com/golang/term/commit/27f29d8328742b97c08c2186027d32cdc438345c"><code>27f29d8</code></a>
term: remove duplicate flag and add comment on windows</li>
<li>See full diff in <a
href="https://github.com/golang/term/compare/v0.33.0...v0.34.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.7


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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code minor no risk changes, for example new filters

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants