Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/go-redis/redis/v8 from 8.11.0 to 8.11.5 #37

Open
wants to merge 1 commit into
base: main
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.0 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

v8.11.2

Important changes:

Revert #1824, because it will have a significant impact on the connection pool(#1849) We will re-add this feature in v9.

Users who have already used v8.11.1, need to upgrade immediately.

v8.11.1

Enhancement:

  • DBSize,ScriptLoad,ScriptFlush and ScriptExists should use hook. (#1811)
  • Added FIFO option to connection pool, set option Options.PoolFIFO to true. (#1820)
  • The connection is checked before use, it will increase the CPU time by 5-10% (#1824)
  • Check Failing() before serving random node. (#1825)

Command:

  • RPOP command supports Count option (redis-server >= 6.2)
  • New cmd: GeoSearch, GeoSearchStore (redis-server >= 6.2)

Thanks: @​ktaekwon000 @​hidu @​AnatolyRugalev

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.0 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.0...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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants