Bump github.com/go-redis/redis/v8 from 8.11.4 to 8.11.5 #65

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/go-redis/redis/v8-8.11.5 into v3 2022-03-18 16:29:42 +03:00
dependabot[bot] commented 2022-03-17 19:30:28 +03:00 (Migrated from github.com)

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

Release notes

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

v8.11.5

Please refer to CHANGELOG.md for details

Changelog

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

8.11.5 (2022-03-17)

Bug Fixes

  • add missing Expire methods to Cmdable (17e3b43)
  • add whitespace for avoid unlikely colisions (7f7c181)
  • example/otel compile error (#2028) (187c07c)
  • extra/redisotel: set span.kind attribute to client (065b200)
  • format (96f53a0)
  • invalid type assert in stringArg (de6c131)
  • rename Golang to Go (#2030) (b82a2d9)
  • set timeout for WAIT command. Fixes #1963 (333fee1)
  • update some argument counts in pre-allocs (f6974eb)

Features

  • Add redis v7's NX, XX, GT, LT expire variants (e19bbb2)
  • add support for acl sentinel auth in universal client (ab0ccc4)
  • add support for COPY command (#2016) (730afbc)
  • add support for passing extra attributes added to spans (39faaa1)
  • add support for time.Duration write and scan (2f1b74e)
  • redisotel: ability to override TracerProvider (#1998) (bf8d4aa)
  • set net.peer.name and net.peer.port in otel example (69bf454)
Commits
  • cae6772 Merge pull request #2050 from go-redis/release/v8.11.5
  • 6f7d7a1 chore: release v8.11.5 (release.sh)
  • 081bf6b chore: tweak release script
  • 04b1478 Merge branch 'master' of github.com:go-redis/redis
  • dbd417a chore: add hll example
  • d28f1f8 Merge pull request #2042 from go-redis/dependabot/github_actions/actions/chec...
  • cfc0812 chore(deps): bump actions/checkout from 2 to 3
  • 65e242e Merge pull request #2039 from jsievenpiper/sentinel-universal
  • ab0ccc4 feat: add support for acl sentinel auth in universal client
  • 730afbc feat: add support for COPY command (#2016)
  • 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.4 to 8.11.5. <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.5</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.4...v8.11.5">8.11.5</a> (2022-03-17)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing Expire methods to Cmdable (<a href="https://github.com/go-redis/redis/commit/17e3b43879d516437ada71cf9c0deac6a382ed9a">17e3b43</a>)</li> <li>add whitespace for avoid unlikely colisions (<a href="https://github.com/go-redis/redis/commit/7f7c1817617cfec909efb13d14ad22ef05a6ad4c">7f7c181</a>)</li> <li>example/otel compile error (<a href="https://github-redirect.dependabot.com/go-redis/redis/issues/2028">#2028</a>) (<a href="https://github.com/go-redis/redis/commit/187c07c41bf68dc3ab280bc3a925e960bbef6475">187c07c</a>)</li> <li><strong>extra/redisotel:</strong> set span.kind attribute to client (<a href="https://github.com/go-redis/redis/commit/065b200070b41e6e949710b4f9e01b50ccc60ab2">065b200</a>)</li> <li>format (<a href="https://github.com/go-redis/redis/commit/96f53a0159a28affa94beec1543a62234e7f8b32">96f53a0</a>)</li> <li>invalid type assert in stringArg (<a href="https://github.com/go-redis/redis/commit/de6c131865b8263400c8491777b295035f2408e4">de6c131</a>)</li> <li>rename Golang to Go (<a href="https://github-redirect.dependabot.com/go-redis/redis/issues/2030">#2030</a>) (<a href="https://github.com/go-redis/redis/commit/b82a2d9d4d2de7b7cbe8fcd4895be62dbcacacbc">b82a2d9</a>)</li> <li>set timeout for WAIT command. Fixes <a href="https://github-redirect.dependabot.com/go-redis/redis/issues/1963">#1963</a> (<a href="https://github.com/go-redis/redis/commit/333fee1a8fd98a2fbff1ab187c1b03246a7eb01f">333fee1</a>)</li> <li>update some argument counts in pre-allocs (<a href="https://github.com/go-redis/redis/commit/f6974ebb5c40a8adf90d2cacab6dc297f4eba4c2">f6974eb</a>)</li> </ul> <h3>Features</h3> <ul> <li>Add redis v7's NX, XX, GT, LT expire variants (<a href="https://github.com/go-redis/redis/commit/e19bbb26e2e395c6e077b48d80d79e99f729a8b8">e19bbb2</a>)</li> <li>add support for acl sentinel auth in universal client (<a href="https://github.com/go-redis/redis/commit/ab0ccc47413f9b2a6eabc852fed5005a3ee1af6e">ab0ccc4</a>)</li> <li>add support for COPY command (<a href="https://github-redirect.dependabot.com/go-redis/redis/issues/2016">#2016</a>) (<a href="https://github.com/go-redis/redis/commit/730afbcffb93760e8a36cc06cfe55ab102b693a7">730afbc</a>)</li> <li>add support for passing extra attributes added to spans (<a href="https://github.com/go-redis/redis/commit/39faaa171523834ba527c9789710c4fde87f5a2e">39faaa1</a>)</li> <li>add support for time.Duration write and scan (<a href="https://github.com/go-redis/redis/commit/2f1b74e20cdd7719b2aecf0768d3e3ae7c3e781b">2f1b74e</a>)</li> <li><strong>redisotel:</strong> ability to override TracerProvider (<a href="https://github-redirect.dependabot.com/go-redis/redis/issues/1998">#1998</a>) (<a href="https://github.com/go-redis/redis/commit/bf8d4aa60c00366cda2e98c3ddddc8cf68507417">bf8d4aa</a>)</li> <li>set net.peer.name and net.peer.port in otel example (<a href="https://github.com/go-redis/redis/commit/69bf454f706204211cd34835f76b2e8192d3766d">69bf454</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-redis/redis/commit/cae67723092cac2cb441bc87044ab9edacb2484d"><code>cae6772</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-redis/redis/issues/2050">#2050</a> from go-redis/release/v8.11.5</li> <li><a href="https://github.com/go-redis/redis/commit/6f7d7a1e9d502471b82bde42d93db51d71945cfa"><code>6f7d7a1</code></a> chore: release v8.11.5 (release.sh)</li> <li><a href="https://github.com/go-redis/redis/commit/081bf6b8978967970f4bdc5e90857de1019fdacb"><code>081bf6b</code></a> chore: tweak release script</li> <li><a href="https://github.com/go-redis/redis/commit/04b14786d009db51264f611951c50c0fdf3df3a8"><code>04b1478</code></a> Merge branch 'master' of github.com:go-redis/redis</li> <li><a href="https://github.com/go-redis/redis/commit/dbd417ac78ce6325b286bff9f25a2200bcd42c45"><code>dbd417a</code></a> chore: add hll example</li> <li><a href="https://github.com/go-redis/redis/commit/d28f1f8d391a77adf88f1980e5926c5131eb4ff8"><code>d28f1f8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-redis/redis/issues/2042">#2042</a> from go-redis/dependabot/github_actions/actions/chec...</li> <li><a href="https://github.com/go-redis/redis/commit/cfc0812ae64d37ffb2fbb171ee5ae9457036e081"><code>cfc0812</code></a> chore(deps): bump actions/checkout from 2 to 3</li> <li><a href="https://github.com/go-redis/redis/commit/65e242e2634d9145d2317f5c40b6184f3d3a6620"><code>65e242e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-redis/redis/issues/2039">#2039</a> from jsievenpiper/sentinel-universal</li> <li><a href="https://github.com/go-redis/redis/commit/ab0ccc47413f9b2a6eabc852fed5005a3ee1af6e"><code>ab0ccc4</code></a> feat: add support for acl sentinel auth in universal client</li> <li><a href="https://github.com/go-redis/redis/commit/730afbcffb93760e8a36cc06cfe55ab102b693a7"><code>730afbc</code></a> feat: add support for COPY command (<a href="https://github-redirect.dependabot.com/go-redis/redis/issues/2016">#2016</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-redis/redis/compare/v8.11.4...v8.11.5">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.4&new-version=8.11.5)](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>
github-actions[bot] (Migrated from github.com) approved these changes 2022-03-17 19:30:44 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
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: unistack-org/micro-store-redis#65
No description provided.