Skip to content
This repository has been archived by the owner on Dec 28, 2022. It is now read-only.

Bump github.com/go-redis/redis/v8 from 8.11.3 to 8.11.5 #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2022

Bumps github.com/go-redis/redis/v8 from 8.11.3 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

v8.11.4

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)

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:

... (truncated)

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.3 to 8.11.5.
- [Release notes](https://github.com/go-redis/redis/releases)
- [Changelog](https://github.com/go-redis/redis/blob/master/CHANGELOG.md)
- [Commits](redis/go-redis@v8.11.3...v8.11.5)

---
updated-dependencies:
- dependency-name: github.com/go-redis/redis/v8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants