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

Update module github.com/go-redis/redis/v8 to v9 #152

Merged
merged 2 commits into from
Sep 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/go-redis/redis/v8 require major v8.11.5 -> v9.1.0

Release Notes

go-redis/redis (github.com/go-redis/redis/v8)

v9.1.0: 9.1.0

Compare Source

What's new?

Triggers and Functions support

Triggers and Functions allow you to execute server-side functions triggered when key values are modified or created in Redis, a stream entry arrival, or explicitly calling them. Simply put, you can replace Lua scripts with easy-to-develop JavaScript or TypeScript code. Move your business logic closer to the data to ensure a lower latency, and forget about updating dependent key values manually in your code.
Try it for yourself with Quick start

Support for All Probabilistic data structures

Probabilistic data structures, like Bloom filters, offer unique advantages when dealing with large datasets, such as memory efficiency, faster operations, and scalability. Go-Redis now supports all probabilistic data structures.

🐛 Bug Fixes

🧰 Maintenance

  • Bump github.com/bsm/ginkgo/v2 from 2.7.0 to 2.9.5 (#​2613)
  • Adds testable examples to be automatically pulled in redis.io docs (#​2601)
  • Integrating spellcheck into CI (#​2666)
  • Bumping redis versions (#​2662)
  • Updating the README with connection options (#​2661)
  • chore: fix staticcheck (#​2631)

Contributors

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

@​chayim, @​dependabot, @​dependabot[bot], @​elena-kolevska, @​kamyab98, @​ofekshenawa, @​testwill and @​vmihailenco

v9.0.5: 9.0.5

Compare Source

Changes

  • chore: release v9.0.5 (release.sh) (#​2614)
  • chore: update otel example to the latest versions (#​2606)
  • fix the reading of the "entries-read" field in XInfoStreamFull (#​2595)
  • chore(deps): Update otel/metric to stable API (#​2607)
  • feat: add field protocol to setupClusterQueryParams (#​2600)
  • feat: add protocol option (#​2598)

🚀 New Features

Contributors

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

@​SoulPancake, @​ash2k, @​ljun20160606, @​monkey92t and @​vmihailenco

v9.0.4: 9.0.4

Compare Source

Changes

  • chore: release v9.0.4 (release.sh) (#​2572)
  • chore(deps): Updating otel/metric and fixing breaking changes (#​2569)
  • docs: update doc of redis option (#​2567)
  • chore: fix typo in the result.go (#​2558)
  • feat: add client info command (#​2483)
  • Add ZRANK, ZREVRANK WITHSCORE (#​2531)
  • Maintenance : Deprecate FCallRo & add FCallRO (#​2550)
  • Add support for CLUSTER MYSHARDID command (#​2530)
  • feat: no longer verify HELLO error messages (#​2515)
  • test: redis-version to 7.2-rc1 (#​2532)
  • doc: pass ctx in BLpop example for infinite wait time (#​2540)
  • actions: build on go1.20.x (#​2541)
  • fix: reader float parser (#​2513)

🚀 New Features

  • Add support for MODULE LOADEX command (#​2490)
  • feat: read the structure to increase the judgment of the omitempty op… (#​2529)

Contributors

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

@​SoulPancake, @​ViBiOh, @​iliyanm, @​ktsivkov, @​monkey92t, @​mstmdev, @​pranitbauva1997, @​rfyiamcool and @​vmihailenco

v9.0.3: 9.0.3

Compare Source

Changes

🚀 New Features

  • feat(scan): scan time.Time sets the default decoding (#​2413)
  • Add support for BZMPOP (#​2456)
  • Adding support for ZMPOP command (#​2408)
  • Add support for BLMPOP (#​2442)
  • Add support for LMPOP (#​2440)
  • feat: remove pool unused fields (#​2438)
  • feat: check pipeline.Do to prevent confusion with Exec (#​2517)
  • Function stats, function kill, fcall and fcall_ro (#​2486)
  • feat: Add support for CLUSTER SHARDS command (#​2507)
  • Add support for CLUSTER LINKS command (#​2504)
  • Add support for acl dryrun command (#​2502)
  • Add support for COMMAND GETKEYS & COMMAND GETKEYSANDFLAGS (#​2500)
  • Add support for LCS Command (#​2480)
  • feat(cmd): support for adding byte,bit parameters to the bitpos command (#​2498)
  • Add: Support for COMMAND LIST command (#​2491)
  • Implement FUNCTION group of commands (#​2475)
  • feat(zadd): add ZAddLT and ZAddGT (#​2429)
  • Expiretime and PExpireTime (#​2426)

🐛 Bug Fixes

  • fix: eval api cmd.SetFirstKeyPos (#​2501)
  • fix: limit the number of connections created (#​2441)
  • fix: group lag can be null (#​2448)
  • fix(appendArg): appendArg case special type (#​2489)
  • Fix for internal/hscan/structmap.go:89:23: undefined: reflect.Pointer (#​2458)
  • fixed #​2462 v9 continue support dragonfly, it's Hello command return "NOAUTH Authentication required" error (#​2479)

🧰 Maintenance

  • Updating to the latest version of redis (#​2508)
  • Allowing for running tests on a port other than the fixed 6380 (#​2466)
  • redis 7.0.8 in tests (#​2450)
  • docs: Update redisotel example for v9 (#​2425)
  • chore(deps): bump github.com/bsm/gomega from 1.20.0 to 1.26.0 (#​2421)
  • chore(deps): bump github.com/bsm/ginkgo/v2 from 2.5.0 to 2.7.0 (#​2420)
  • chore(deps): bump actions/setup-go from 3 to 4 (#​2495)
  • chore: update go mod, Upgrade golang.org/x/net version to 0.7.0 (#​2476)
  • test: remove testify (#​2463)
  • docs: add reading lag field comment (#​2451)
  • test: update go mod before testing(go mod tidy) (#​2423)
  • chore: bump Go to 1.18 (#​2428)
  • refactor: change ListElementCmd to KeyValuesCmd. (#​2443)
  • chore: add Chinese translation (#​2436)
  • docs: add instructions for the HSet api (#​2503)
  • docs: fix comment typo (#​2505)

Contributors

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

@​KasonBraley, @​LCaparelli, @​Multiply, @​SoulPancake, @​aksh-02, @​chayim, @​dependabot, @​dependabot[bot], @​eepurichandra, @​elena-kolevska, @​holykol, @​monkey92t, @​septemhill, @​vmihailenco, @​xinzhanguo and @​yikuaibro

v9.0.2

Compare Source

Changes

  • feat: upgrade OpenTelemetry, use the new metrics API. (#​2410)

🧰 Maintenance

  • chore: release v9.0.2 (release.sh) (#​2412)
  • test: remove deep search (#​2411)
  • Adding the release drafter, for release note generation (#​2368)

Contributors

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

@​chayim, @​longit644, @​monkey92t and @​vmihailenco

v9.0.1

Compare Source

Please refer to CHANGELOG.md for details

v9.0.0

Compare Source

Please refer to CHANGELOG.md for details


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Sep 8, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/68e763/1f34a1/repos/github/brave/go-sync":"/tmp/worker/68e763/1f34a1/repos/github/brave/go-sync" -v "/tmp/worker/68e763/1f34a1/cache":"/tmp/worker/68e763/1f34a1/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/68e763/1f34a1/repos/github/brave/go-sync" ghcr.io/containerbase/sidecar:9.19.4 bash -l -c "install-tool golang 1.21.1 && go get -d -t ./..."
go: github.com/go-redis/redis/v9@v9.1.0: parsing go.mod:
	module declares its path as: github.com/redis/go-redis/v9
	        but was required as: github.com/go-redis/redis/v9

@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v8-9.x branch 10 times, most recently from e77f5e3 to 8a272df Compare September 12, 2023 20:17
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v8-9.x branch from 8a272df to 4ee8da1 Compare September 12, 2023 20:21
@renovate renovate bot force-pushed the renovate/github.com-go-redis-redis-v8-9.x branch from d5dfa72 to 9bd00da Compare September 12, 2023 20:30
@johnhalbert johnhalbert force-pushed the renovate/github.com-go-redis-redis-v8-9.x branch from 9bd00da to d5dfa72 Compare September 12, 2023 20:32
@renovate
Copy link
Contributor Author

renovate bot commented Sep 12, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@johnhalbert johnhalbert merged commit df6d817 into master Sep 12, 2023
5 of 6 checks passed
@johnhalbert johnhalbert deleted the renovate/github.com-go-redis-redis-v8-9.x branch September 12, 2023 20:36
johnhalbert added a commit that referenced this pull request Sep 13, 2023
* Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 (#133)

Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0.

---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Halbert <1887889+johnhalbert@users.noreply.github.com>

* Add renovate.json (#66)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: John Halbert <1887889+johnhalbert@users.noreply.github.com>

* Update alpine Docker tag to v3.18 (#136)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update bitnami/golang Docker tag to v1.20 (#139)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update amazon/dynamodb-local Docker tag to v1.22.0 (#138)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update module github.com/aws/aws-sdk-go to v1.45.5 (#140)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update module github.com/getsentry/sentry-go to v0.24.0 (#141)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update module github.com/rs/zerolog to v1.30.0 (#144)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update module github.com/go-redis/redis/v8 to v8.11.5 (#142)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update module github.com/stretchr/testify to v1.8.4 (#145)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update module google.golang.org/protobuf to v1.31.0 (#146)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update actions/checkout action to v4 (#147)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update actions/setup-go action to v4 (#148)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update module github.com/prometheus/client_golang to v1.16.0 (#143)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update module github.com/aws/aws-sdk-go to v1.45.6 (#153)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update module github.com/go-chi/chi to v5 (#151)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update module github.com/go-chi/chi to v5 (#154)

* Update module github.com/go-chi/chi to v5

* Update go.mod, go.sum

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: John Halbert <jhalbert@brave.com>

* Update module github.com/go-chi/chi to v5 (#155)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update module github.com/aws/aws-sdk-go to v1.45.7 (#156)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update module github.com/go-chi/chi to v5 (#157)

* Update module github.com/go-chi/chi to v5

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: John Halbert <jhalbert@brave.com>

* Update module github.com/aws/aws-sdk-go to v1.45.8 (#158)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update amazon/dynamodb-local Docker tag to v2 (#149)

* Update amazon/dynamodb-local Docker tag to v2

* Update access key id & secret for local dynamo

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: John Halbert <jhalbert@brave.com>

* Update module github.com/go-redis/redis/v8 to v9 (#152)

* Update module github.com/go-redis/redis/v8 to v9

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: John Halbert <jhalbert@brave.com>

* Update module github.com/brave-intl/bat-go to v1 (#150)

* Update module github.com/brave-intl/bat-go to v1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: John Halbert <jhalbert@brave.com>

* Update module github.com/getsentry/sentry-go to v0.24.1 (#161)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update github.com/brave-intl/bat-go/libs digest to 8b4fe85 (#160)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

---------

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

Successfully merging this pull request may close these issues.

1 participant