Closed renovate[bot] closed 1 year ago
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:
The artifact failure details are included below:
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 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.
This PR contains the following updates:
v8.11.5
->v9.1.0
Release Notes
go-redis/redis (github.com/go-redis/redis/v8)
### [`v9.1.0`](https://togithub.com/redis/go-redis/releases/tag/v9.1.0): 9.1.0 [Compare Source](https://togithub.com/go-redis/redis/compare/v9.0.5...v9.1.0) #### 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](https://redis.io/docs/interact/programmability/triggers-and-functions/quick_start/) ##### Support for All Probabilistic data structures Probabilistic data structures, like [Bloom filters](https://redis.io/docs/data-types/probabilistic/bloom-filter/), offer unique advantages when dealing with large datasets, such as memory efficiency, faster operations, and scalability. Go-Redis now supports all [probabilistic data structures](https://redis.io/docs/data-types/probabilistic/). #### π Bug Fixes - Fix bool ToBool bug ([#2626](https://togithub.com/go-redis/redis/issues/2626)) #### π§° Maintenance - Bump github.com/bsm/ginkgo/v2 from 2.7.0 to 2.9.5 ([#2613](https://togithub.com/go-redis/redis/issues/2613)) - Adds testable examples to be automatically pulled in redis.io docs ([#2601](https://togithub.com/go-redis/redis/issues/2601)) - Integrating spellcheck into CI ([#2666](https://togithub.com/go-redis/redis/issues/2666)) - Bumping redis versions ([#2662](https://togithub.com/go-redis/redis/issues/2662)) - Updating the README with connection options ([#2661](https://togithub.com/go-redis/redis/issues/2661)) - chore: fix staticcheck ([#2631](https://togithub.com/go-redis/redis/issues/2631)) #### Contributors We'd like to thank all the contributors who worked on this release! [@chayim](https://togithub.com/chayim), [@dependabot](https://togithub.com/dependabot), [@dependabot](https://togithub.com/dependabot)\[bot], [@elena-kolevska](https://togithub.com/elena-kolevska), [@kamyab98](https://togithub.com/kamyab98), [@ofekshenawa](https://togithub.com/ofekshenawa), [@testwill](https://togithub.com/testwill) and [@vmihailenco](https://togithub.com/vmihailenco) ### [`v9.0.5`](https://togithub.com/redis/go-redis/releases/tag/v9.0.5): 9.0.5 [Compare Source](https://togithub.com/go-redis/redis/compare/v9.0.4...v9.0.5) ### Changes - chore: release v9.0.5 (release.sh) ([#2614](https://togithub.com/go-redis/redis/issues/2614)) - chore: update otel example to the latest versions ([#2606](https://togithub.com/go-redis/redis/issues/2606)) - fix the reading of the "entries-read" field in XInfoStreamFull ([#2595](https://togithub.com/go-redis/redis/issues/2595)) - chore(deps): Update otel/metric to stable API ([#2607](https://togithub.com/go-redis/redis/issues/2607)) - feat: add field protocol to setupClusterQueryParams ([#2600](https://togithub.com/go-redis/redis/issues/2600)) - feat: add protocol option ([#2598](https://togithub.com/go-redis/redis/issues/2598)) #### π New Features - feat: Add ACL LOG ([#2536](https://togithub.com/go-redis/redis/issues/2536)) #### Contributors We'd like to thank all the contributors who worked on this release! [@SoulPancake](https://togithub.com/SoulPancake), [@ash2k](https://togithub.com/ash2k), [@ljun20160606](https://togithub.com/ljun20160606), [@monkey92t](https://togithub.com/monkey92t) and [@vmihailenco](https://togithub.com/vmihailenco) ### [`v9.0.4`](https://togithub.com/redis/go-redis/releases/tag/v9.0.4): 9.0.4 [Compare Source](https://togithub.com/go-redis/redis/compare/v9.0.3...v9.0.4) ### Changes - chore: release v9.0.4 (release.sh) ([#2572](https://togithub.com/go-redis/redis/issues/2572)) - chore(deps): Updating otel/metric and fixing breaking changes ([#2569](https://togithub.com/go-redis/redis/issues/2569)) - docs: update doc of redis option ([#2567](https://togithub.com/go-redis/redis/issues/2567)) - chore: fix typo in the result.go ([#2558](https://togithub.com/go-redis/redis/issues/2558)) - feat: add client info command ([#2483](https://togithub.com/go-redis/redis/issues/2483)) - Add ZRANK, ZREVRANK WITHSCORE ([#2531](https://togithub.com/go-redis/redis/issues/2531)) - Maintenance : Deprecate FCallRo & add FCallRO ([#2550](https://togithub.com/go-redis/redis/issues/2550)) - Add support for CLUSTER MYSHARDID command ([#2530](https://togithub.com/go-redis/redis/issues/2530)) - feat: no longer verify HELLO error messages ([#2515](https://togithub.com/go-redis/redis/issues/2515)) - test: redis-version to 7.2-rc1 ([#2532](https://togithub.com/go-redis/redis/issues/2532)) - doc: pass ctx in BLpop example for infinite wait time ([#2540](https://togithub.com/go-redis/redis/issues/2540)) - actions: build on go1.20.x ([#2541](https://togithub.com/go-redis/redis/issues/2541)) - fix: reader float parser ([#2513](https://togithub.com/go-redis/redis/issues/2513)) #### π New Features - Add support for MODULE LOADEX command ([#2490](https://togithub.com/go-redis/redis/issues/2490)) - feat: read the structure to increase the judgment of the omitempty opβ¦ ([#2529](https://togithub.com/go-redis/redis/issues/2529)) #### Contributors We'd like to thank all the contributors who worked on this release! [@SoulPancake](https://togithub.com/SoulPancake), [@ViBiOh](https://togithub.com/ViBiOh), [@iliyanm](https://togithub.com/iliyanm), [@ktsivkov](https://togithub.com/ktsivkov), [@monkey92t](https://togithub.com/monkey92t), [@mstmdev](https://togithub.com/mstmdev), [@pranitbauva1997](https://togithub.com/pranitbauva1997), [@rfyiamcool](https://togithub.com/rfyiamcool) and [@vmihailenco](https://togithub.com/vmihailenco) ### [`v9.0.3`](https://togithub.com/redis/go-redis/releases/tag/v9.0.3): 9.0.3 [Compare Source](https://togithub.com/go-redis/redis/compare/v9.0.2...v9.0.3) ### Changes #### π New Features - feat(scan): scan time.Time sets the default decoding ([#2413](https://togithub.com/go-redis/redis/issues/2413)) - Add support for BZMPOP ([#2456](https://togithub.com/go-redis/redis/issues/2456)) - Adding support for ZMPOP command ([#2408](https://togithub.com/go-redis/redis/issues/2408)) - Add support for BLMPOP ([#2442](https://togithub.com/go-redis/redis/issues/2442)) - Add support for LMPOP ([#2440](https://togithub.com/go-redis/redis/issues/2440)) - feat: remove pool unused fields ([#2438](https://togithub.com/go-redis/redis/issues/2438)) - feat: check pipeline.Do to prevent confusion with Exec ([#2517](https://togithub.com/go-redis/redis/issues/2517)) - Function stats, function kill, fcall and fcall_ro ([#2486](https://togithub.com/go-redis/redis/issues/2486)) - feat: Add support for CLUSTER SHARDS command ([#2507](https://togithub.com/go-redis/redis/issues/2507)) - Add support for CLUSTER LINKS command ([#2504](https://togithub.com/go-redis/redis/issues/2504)) - Add support for acl dryrun command ([#2502](https://togithub.com/go-redis/redis/issues/2502)) - Add support for COMMAND GETKEYS & COMMAND GETKEYSANDFLAGS ([#2500](https://togithub.com/go-redis/redis/issues/2500)) - Add support for LCS Command ([#2480](https://togithub.com/go-redis/redis/issues/2480)) - feat(cmd): support for adding byte,bit parameters to the bitpos command ([#2498](https://togithub.com/go-redis/redis/issues/2498)) - Add: Support for COMMAND LIST command ([#2491](https://togithub.com/go-redis/redis/issues/2491)) - Implement `FUNCTION` group of commands ([#2475](https://togithub.com/go-redis/redis/issues/2475)) - feat(zadd): add ZAddLT and ZAddGT ([#2429](https://togithub.com/go-redis/redis/issues/2429)) - Expiretime and PExpireTime ([#2426](https://togithub.com/go-redis/redis/issues/2426)) #### π Bug Fixes - fix: eval api cmd.SetFirstKeyPos ([#2501](https://togithub.com/go-redis/redis/issues/2501)) - fix: limit the number of connections created ([#2441](https://togithub.com/go-redis/redis/issues/2441)) - fix: group lag can be null ([#2448](https://togithub.com/go-redis/redis/issues/2448)) - fix(appendArg): appendArg case special type ([#2489](https://togithub.com/go-redis/redis/issues/2489)) - Fix for internal/hscan/structmap.go:89:23: undefined: reflect.Pointer ([#2458](https://togithub.com/go-redis/redis/issues/2458)) - fixed [#2462](https://togithub.com/go-redis/redis/issues/2462) v9 continue support dragonfly, it's Hello command return "NOAUTH Authentication required" error ([#2479](https://togithub.com/go-redis/redis/issues/2479)) #### π§° Maintenance - Updating to the latest version of redis ([#2508](https://togithub.com/go-redis/redis/issues/2508)) - Allowing for running tests on a port other than the fixed 6380 ([#2466](https://togithub.com/go-redis/redis/issues/2466)) - redis 7.0.8 in tests ([#2450](https://togithub.com/go-redis/redis/issues/2450)) - docs: Update redisotel example for v9 ([#2425](https://togithub.com/go-redis/redis/issues/2425)) - chore(deps): bump github.com/bsm/gomega from 1.20.0 to 1.26.0 ([#2421](https://togithub.com/go-redis/redis/issues/2421)) - chore(deps): bump github.com/bsm/ginkgo/v2 from 2.5.0 to 2.7.0 ([#2420](https://togithub.com/go-redis/redis/issues/2420)) - chore(deps): bump actions/setup-go from 3 to 4 ([#2495](https://togithub.com/go-redis/redis/issues/2495)) - chore: update go mod, Upgrade golang.org/x/net version to 0.7.0 ([#2476](https://togithub.com/go-redis/redis/issues/2476)) - test: remove testify ([#2463](https://togithub.com/go-redis/redis/issues/2463)) - docs: add reading lag field comment ([#2451](https://togithub.com/go-redis/redis/issues/2451)) - test: update go mod before testing(go mod tidy) ([#2423](https://togithub.com/go-redis/redis/issues/2423)) - chore: bump Go to 1.18 ([#2428](https://togithub.com/go-redis/redis/issues/2428)) - refactor: change ListElementCmd to KeyValuesCmd. ([#2443](https://togithub.com/go-redis/redis/issues/2443)) - chore: add Chinese translation ([#2436](https://togithub.com/go-redis/redis/issues/2436)) - docs: add instructions for the HSet api ([#2503](https://togithub.com/go-redis/redis/issues/2503)) - docs: fix comment typo ([#2505](https://togithub.com/go-redis/redis/issues/2505)) #### Contributors We'd like to thank all the contributors who worked on this release! [@KasonBraley](https://togithub.com/KasonBraley), [@LCaparelli](https://togithub.com/LCaparelli), [@Multiply](https://togithub.com/Multiply), [@SoulPancake](https://togithub.com/SoulPancake), [@aksh-02](https://togithub.com/aksh-02), [@chayim](https://togithub.com/chayim), [@dependabot](https://togithub.com/dependabot), [@dependabot](https://togithub.com/dependabot)\[bot], [@eepurichandra](https://togithub.com/eepurichandra), [@elena-kolevska](https://togithub.com/elena-kolevska), [@holykol](https://togithub.com/holykol), [@monkey92t](https://togithub.com/monkey92t), [@septemhill](https://togithub.com/septemhill), [@vmihailenco](https://togithub.com/vmihailenco), [@xinzhanguo](https://togithub.com/xinzhanguo) and [@yikuaibro](https://togithub.com/yikuaibro) ### [`v9.0.2`](https://togithub.com/redis/go-redis/releases/tag/v9.0.2) [Compare Source](https://togithub.com/go-redis/redis/compare/v9.0.1...v9.0.2) ### Changes - feat: upgrade OpenTelemetry, use the new metrics API. ([#2410](https://togithub.com/go-redis/redis/issues/2410)) #### π§° Maintenance - chore: release v9.0.2 (release.sh) ([#2412](https://togithub.com/go-redis/redis/issues/2412)) - test: remove deep search ([#2411](https://togithub.com/go-redis/redis/issues/2411)) - Adding the release drafter, for release note generation ([#2368](https://togithub.com/go-redis/redis/issues/2368)) #### Contributors We'd like to thank all the contributors who worked on this release! [@chayim](https://togithub.com/chayim), [@longit644](https://togithub.com/longit644), [@monkey92t](https://togithub.com/monkey92t) and [@vmihailenco](https://togithub.com/vmihailenco) ### [`v9.0.1`](https://togithub.com/redis/go-redis/releases/tag/v9.0.1) [Compare Source](https://togithub.com/go-redis/redis/compare/v9.0.0...v9.0.1) Please refer to [CHANGELOG.md](https://togithub.com/go-redis/redis/blob/master/CHANGELOG.md) for details ### [`v9.0.0`](https://togithub.com/redis/go-redis/releases/tag/v9.0.0) [Compare Source](https://togithub.com/go-redis/redis/compare/v8.11.5...v9.0.0) Please refer to [CHANGELOG.md](https://togithub.com/go-redis/redis/blob/master/CHANGELOG.md) for detailsConfiguration
π 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.
This PR has been generated by Mend Renovate. View repository job log here.