Bump github.com/go-redis/redis/v8 from 8.11.3 to 8.11.4 #47

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/go-redis/redis/v8-8.11.4 into master
dependabot[bot] commented 2021-10-04 19:21:04 +03:00 (Migrated from github.com)

Bumps github.com/go-redis/redis/v8 from 8.11.3 to 8.11.4.

Release notes

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

v8.11.4

Please refer to CHANGELOG.md for details

Changelog

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

8.11.4 (2021-10-04)

Features

  • add acl auth support for sentinels (f66582f)
  • add Cmd.{String,Int,Float,Bool}Slice helpers and an example (5d3d293)
  • add SetVal method for each command (168981d)

v8.11

  • Remove OpenTelemetry metrics.
  • Supports more redis commands and options.

v8.10

  • Removed extra OpenTelemetry spans from go-redis core. Now go-redis instrumentation only adds a single span with a Redis command (instead of 4 spans). There are multiple reasons behind this decision:

    • Traces become smaller and less noisy.
    • It may be costly to process those 3 extra spans for each query.
    • go-redis no longer depends on OpenTelemetry.

    Eventually we hope to replace the information that we no longer collect with OpenTelemetry Metrics.

v8.9

  • Changed PubSub.Channel to only rely on Ping result. You can now use WithChannelSize, WithChannelHealthCheckInterval, and WithChannelSendTimeout to override default settings.

v8.8

  • To make updating easier, extra modules now have the same version as go-redis does. That means that you need to update your imports:
github.com/go-redis/redis/extra/redisotel -> github.com/go-redis/redis/extra/redisotel/v8
github.com/go-redis/redis/extra/rediscensus -> github.com/go-redis/redis/extra/rediscensus/v8

v8.5

  • knadh contributed long-awaited ability to scan Redis Hash into a struct:
</tr></table> 

... (truncated)

Commits
  • fa51524 Merge pull request #1917 from go-redis/release/v8.11.4
  • 0457d0a chore: release v8.11.4 (release.sh)
  • 6dcfc56 chore: use conv commit message
  • 86258a1 chore: lazy reload when moved or ask
  • 98bb99d Fix Redis Cluster issue during roll outs of new nodes with same addr (#1914)
  • 5072031 chore: add Lua scripting example
  • 739c188 chore: tweak GH actions to run all jobs
  • cc09f96 Merge pull request #1909 from go-redis/feature/slice-helpers
  • 5d3d293 feat: add Cmd.{String,Int,Float,Bool}Slice helpers and an example
  • 329d87f Merge pull request #1906 from Stavrospanakakis/master
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [github.com/go-redis/redis/v8](https://github.com/go-redis/redis) from 8.11.3 to 8.11.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-redis/redis/releases">github.com/go-redis/redis/v8's releases</a>.</em></p> <blockquote> <h2>v8.11.4</h2> <p>Please refer to <a href="https://github.com/go-redis/redis/blob/master/CHANGELOG.md">CHANGELOG.md</a> for details</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/go-redis/redis/blob/master/CHANGELOG.md">github.com/go-redis/redis/v8's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/go-redis/redis/compare/v8.11.3...v8.11.4">8.11.4</a> (2021-10-04)</h2> <h3>Features</h3> <ul> <li>add acl auth support for sentinels (<a href="https://github.com/go-redis/redis/commit/f66582f44f3dc3a4705a5260f982043fde4aa634">f66582f</a>)</li> <li>add Cmd.{String,Int,Float,Bool}Slice helpers and an example (<a href="https://github.com/go-redis/redis/commit/5d3d293cc9c60b90871e2420602001463708ce24">5d3d293</a>)</li> <li>add SetVal method for each command (<a href="https://github.com/go-redis/redis/commit/168981da2d84ee9e07d15d3e74d738c162e264c4">168981d</a>)</li> </ul> <h2>v8.11</h2> <ul> <li>Remove OpenTelemetry metrics.</li> <li>Supports more redis commands and options.</li> </ul> <h2>v8.10</h2> <ul> <li> <p>Removed extra OpenTelemetry spans from go-redis core. Now go-redis instrumentation only adds a single span with a Redis command (instead of 4 spans). There are multiple reasons behind this decision:</p> <ul> <li>Traces become smaller and less noisy.</li> <li>It may be costly to process those 3 extra spans for each query.</li> <li>go-redis no longer depends on OpenTelemetry.</li> </ul> <p>Eventually we hope to replace the information that we no longer collect with OpenTelemetry Metrics.</p> </li> </ul> <h2>v8.9</h2> <ul> <li>Changed <code>PubSub.Channel</code> to only rely on <code>Ping</code> result. You can now use <code>WithChannelSize</code>, <code>WithChannelHealthCheckInterval</code>, and <code>WithChannelSendTimeout</code> to override default settings.</li> </ul> <h2>v8.8</h2> <ul> <li>To make updating easier, extra modules now have the same version as go-redis does. That means that you need to update your imports:</li> </ul> <pre><code>github.com/go-redis/redis/extra/redisotel -&gt; github.com/go-redis/redis/extra/redisotel/v8 github.com/go-redis/redis/extra/rediscensus -&gt; github.com/go-redis/redis/extra/rediscensus/v8 </code></pre> <h2>v8.5</h2> <ul> <li><a href="https://github.com/knadh">knadh</a> contributed long-awaited ability to scan Redis Hash into a struct:</li> </ul> <pre lang="go"><code>&lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-redis/redis/commit/fa515240d4a060c0fe72e7c41f1416627ca3e29f"><code>fa51524</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-redis/redis/issues/1917">#1917</a> from go-redis/release/v8.11.4</li> <li><a href="https://github.com/go-redis/redis/commit/0457d0add6af995021bd02ea61673b13e4a3d058"><code>0457d0a</code></a> chore: release v8.11.4 (release.sh)</li> <li><a href="https://github.com/go-redis/redis/commit/6dcfc56151ec763ea1250c197d2c3ffeb3b91390"><code>6dcfc56</code></a> chore: use conv commit message</li> <li><a href="https://github.com/go-redis/redis/commit/86258a11a93291b817f420fff47e79bd22fcb4ca"><code>86258a1</code></a> chore: lazy reload when moved or ask</li> <li><a href="https://github.com/go-redis/redis/commit/98bb99ddc254be0c30b59d59bc73892d510c0de8"><code>98bb99d</code></a> Fix Redis Cluster issue during roll outs of new nodes with same addr (<a href="https://github-redirect.dependabot.com/go-redis/redis/issues/1914">#1914</a>)</li> <li><a href="https://github.com/go-redis/redis/commit/507203108a6b4734c47c285f80f6823687b0ece8"><code>5072031</code></a> chore: add Lua scripting example</li> <li><a href="https://github.com/go-redis/redis/commit/739c18821208be4a117c66da693f9963bb0fca3c"><code>739c188</code></a> chore: tweak GH actions to run all jobs</li> <li><a href="https://github.com/go-redis/redis/commit/cc09f96b8fcabfa25bff2654209c8b711cc9c561"><code>cc09f96</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-redis/redis/issues/1909">#1909</a> from go-redis/feature/slice-helpers</li> <li><a href="https://github.com/go-redis/redis/commit/5d3d293cc9c60b90871e2420602001463708ce24"><code>5d3d293</code></a> feat: add Cmd.{String,Int,Float,Bool}Slice helpers and an example</li> <li><a href="https://github.com/go-redis/redis/commit/329d87fc44621f6f4ccbfbb8cf522257d92aa957"><code>329d87f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-redis/redis/issues/1906">#1906</a> from Stavrospanakakis/master</li> <li>Additional commits viewable in <a href="https://github.com/go-redis/redis/compare/v8.11.3...v8.11.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-redis/redis/v8&package-manager=go_modules&previous-version=8.11.3&new-version=8.11.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2021-10-27 23:30:02 +03:00 (Migrated from github.com)

Looks like github.com/go-redis/redis/v8 is up-to-date now, so this is no longer needed.

Looks like github.com/go-redis/redis/v8 is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No description provided.