padok-team / burrito

๐ŸŒฏ Burrito is a TACoS ๐ŸŒฎ
https://padok-team.github.io/burrito
Apache License 2.0
245 stars 10 forks source link

fix(deps): update module github.com/go-redis/redis/v8 to v9 - autoclosed #153

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/go-redis/redis/v8 v8.11.5 -> v9.5.1 age adoption passing confidence

Release Notes

go-redis/redis (github.com/go-redis/redis/v8) ### [`v9.5.1`](https://togithub.com/redis/go-redis/releases/tag/v9.5.1): 9.5.1 [Compare Source](https://togithub.com/go-redis/redis/compare/v9.5.0...v9.5.1) ### Changes Note: This release fixes the SETINFO issue from 9.5.0. This release restores connections to redis versions that do not have SETINFO. Thank you to our amazing community for their help with this issue #### ๐Ÿ› Bug Fixes - bug: Fix SETINFO ensuring it is set-and-forget ([#​2915](https://togithub.com/go-redis/redis/issues/2915)) #### ๐Ÿงฐ Maintenance - docs: README update to highlight how to disable sending client identification ([#​2913](https://togithub.com/go-redis/redis/issues/2913)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​ofekshenawa](https://togithub.com/ofekshenawa) ### [`v9.5.0`](https://togithub.com/redis/go-redis/releases/tag/v9.5.0): 9.5.0 [Compare Source](https://togithub.com/go-redis/redis/compare/v9.4.0...v9.5.0) ### Changes Note: This release implements SETINFO by default, and currently breaks with Redis versions *prior* to 7.2 due to the way the change was implemented. It should have failed silently, but did not. 9.5.1 will fix this. To disable this behaviour, with this release, please `DisableIdentity: true` in your `RedisOptions` struct. #### ๐Ÿš€ New Features - Add object fraq command ([#​2844](https://togithub.com/go-redis/redis/issues/2844)) - Speed up connections by sending SetInfo via a pipeline ([#​2880](https://togithub.com/go-redis/redis/issues/2880)) - Add helpers to set libinfo without panic ([#​2724](https://togithub.com/go-redis/redis/issues/2724)) #### ๐Ÿงฐ Maintenance - Remove unnecessary Node project definition file ([#​2863](https://togithub.com/go-redis/redis/issues/2863)) - Add support for specifying bitcount unit as byte or bit, byte default ([#​2887](https://togithub.com/go-redis/redis/issues/2887)) - fix ConnPool race in newConn ([#​2885](https://togithub.com/go-redis/redis/issues/2885)) #### ๐Ÿ“š Documentation & Testing - Docs: update features ([#​2846](https://togithub.com/go-redis/redis/issues/2846)) - Docs: add bytes in scan struct example ([#​2836](https://togithub.com/go-redis/redis/issues/2836)) - Tests: add ut for util_test ([#​2840](https://togithub.com/go-redis/redis/issues/2840)) #### โš™๏ธ Dependencies & Infrastructure - chore: update OpenTelemetry and Uptrace to the latest version ([#​2864](https://togithub.com/go-redis/redis/issues/2864)) - chore(deps): bump release-drafter/release-drafter from 5 to 6 ([#​2883](https://togithub.com/go-redis/redis/issues/2883)) - chore(deps): bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 ([#​2889](https://togithub.com/go-redis/redis/issues/2889)) - chore(deps): bump golangci/golangci-lint-action from 3 to 4 ([#​2890](https://togithub.com/go-redis/redis/issues/2890)) - Change RE image to 7.2.4-108 ([#​2884](https://togithub.com/go-redis/redis/issues/2884)) - Add CredentialsProvider to ClusterOptions ([#​2791](https://togithub.com/go-redis/redis/issues/2791)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​OlegStotsky](https://togithub.com/OlegStotsky), [@​abusizhishen](https://togithub.com/abusizhishen), [@​dependabot](https://togithub.com/dependabot), [@​dependabot](https://togithub.com/dependabot)\[bot], [@​johnduhart](https://togithub.com/johnduhart), [@​limotley](https://togithub.com/limotley), [@​ofekshenawa](https://togithub.com/ofekshenawa), [@​peczenyj](https://togithub.com/peczenyj), [@​rfyiamcool](https://togithub.com/rfyiamcool), and [@​vmihailenco](https://togithub.com/vmihailenco) ### [`v9.4.0`](https://togithub.com/redis/go-redis/releases/tag/v9.4.0): 9.4.0 [Compare Source](https://togithub.com/go-redis/redis/compare/v9.3.1...v9.4.0) ### Changes #### Breaking Changes - Revert [#​2818](https://togithub.com/go-redis/redis/issues/2818) due to it be a breaking change ([#​2861](https://togithub.com/go-redis/redis/issues/2861)) #### ๐Ÿš€ New Features - Add Suffix support to default client set info ([#​2852](https://togithub.com/go-redis/redis/issues/2852)) #### ๐Ÿงฐ Maintenance - return raw value instead of function calling in Result() ([#​2831](https://togithub.com/go-redis/redis/issues/2831)) - Add Redis Enterprise tests ([#​2847](https://togithub.com/go-redis/redis/issues/2847)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​lowang-bh](https://togithub.com/lowang-bh) and [@​ofekshenawa](https://togithub.com/ofekshenawa) ### [`v9.3.1`](https://togithub.com/redis/go-redis/releases/tag/v9.3.1): 9.3.1 [Compare Source](https://togithub.com/go-redis/redis/compare/v9.3.0...v9.3.1) #### Updates and Enhancements - Documentation and examples have been updated ([#​2806](https://togithub.com/go-redis/redis/issues/2806)). - Redis values can now be scanned into pointer fields ([#​2787](https://togithub.com/go-redis/redis/issues/2787)). - The URL format error in the Documentation has been corrected ([#​2789](https://togithub.com/go-redis/redis/issues/2789)). - Cmder annotation has been added ([#​2816](https://togithub.com/go-redis/redis/issues/2816)). - The Z member type has been changed to string ([#​2818](https://togithub.com/go-redis/redis/issues/2818)). #### ๐Ÿš€ New Features - BITFIELD_RO Command has been introduced ([#​2820](https://togithub.com/go-redis/redis/issues/2820)). - Monitor Command is now supported ([#​2830](https://togithub.com/go-redis/redis/issues/2830)). #### ๐Ÿ› Bug Fixes - "COMMAND" command is now executed only when readonly ([#​2815](https://togithub.com/go-redis/redis/issues/2815)). #### ๐Ÿงฐ Maintenance and Dependency Updates - The usage of TSMadd ktvSlices has been clarified in the docstring ([#​2827](https://togithub.com/go-redis/redis/issues/2827)). - Dependencies have been updated: - rojopolis/spellcheck-github-actions from 0.34.0 to 0.35.0 ([#​2807](https://togithub.com/go-redis/redis/issues/2807)) - actions/stale from 8 to 9 ([#​2828](https://togithub.com/go-redis/redis/issues/2828)) - actions/setup-go from 4 to 5 ([#​2829](https://togithub.com/go-redis/redis/issues/2829)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​RyoMiyashita](https://togithub.com/RyoMiyashita), [@​dependabot](https://togithub.com/dependabot), [@​dependabot](https://togithub.com/dependabot)\[bot], [@​lzakharov](https://togithub.com/lzakharov), [@​ofekshenawa](https://togithub.com/ofekshenawa), [@​rfyiamcool](https://togithub.com/rfyiamcool), [@​rouzier](https://togithub.com/rouzier), [@​splundid](https://togithub.com/splundid) and [@​x1nchen](https://togithub.com/x1nchen) ### [`v9.3.0`](https://togithub.com/redis/go-redis/releases/tag/v9.3.0): 9.3.0 [Compare Source](https://togithub.com/go-redis/redis/compare/v9.2.1...v9.3.0) #### What's new? ##### JSON support We are continuing to add support for more [Redis data types](https://redis.io/docs/data-types/) in Go-Redis. Today, we are happy to announce support for JSON. [JSON is a Redis data structure](https://redis.io/docs/data-types/json/) for storing, querying, and manipulating a single JSON document. With a JSON key in Redis, you can: - Use it as a versatile hierarchical data type - Opt for it as a sophisticated alternative to the traditional hash data structure - Treat it as a singular document in a document-based database The following example demonstrate how to get started with JSON in Go-Redis: ```go var ctx = context.Background() client := redis.NewClient(&redis.Options{ Addr: "localhost:6379", }) type Bicycle struct { Brand string Model string Price int } bicycle := Bicycle{ Brand: "Velorim", Model: "Jigger", Price: 270, } _, err := client.JSONSet(ctx, "bicycle:1", "$", bicycle).Result() if err != nil { panic(err) } res, err := client.JSONGet(ctx, "bicycle:1", ".Model").Result() if err != nil { panic(err) } fmt.Println("bicycle:1 model is", res) ``` [Learn more about JSON support in Redis](https://redis.io/docs/data-types/json/) ##### Other notable improvements - Allow using pointers of simple data types as command values ([#​2745](https://togithub.com/go-redis/redis/issues/2745)) ([#​2753](https://togithub.com/go-redis/redis/issues/2753)) - Add InfoMap command ([#​2665](https://togithub.com/go-redis/redis/issues/2665)) #### ๐Ÿ› Bug Fixes - Handle wrapped errors in scripter.Run ([#​2674](https://togithub.com/go-redis/redis/issues/2674)) - BUG: BFReserveArgs - error_rate & capacity ([#​2763](https://togithub.com/go-redis/redis/issues/2763)) - fix: free turn of connection pool when leave with error ([#​2658](https://togithub.com/go-redis/redis/issues/2658)) - Add BitMapCmdable to Cmdable. ([#​2737](https://togithub.com/go-redis/redis/issues/2737)) #### ๐Ÿงฐ Maintenance - Option types must propagage missing fields ([#​2726](https://togithub.com/go-redis/redis/issues/2726)) - fix missing fields in different Options ([#​2757](https://togithub.com/go-redis/redis/issues/2757)) - update PubSub.Channel documentation ([#​2761](https://togithub.com/go-redis/redis/issues/2761)) - Linking to Redis learning resources ([#​2759](https://togithub.com/go-redis/redis/issues/2759)) - Creating CODEOWNERS for documentation ([#​2749](https://togithub.com/go-redis/redis/issues/2749)) - chore(deps): bump rojopolis/spellcheck-github-actions from 0.33.1 to 0.34.0 ([#​2740](https://togithub.com/go-redis/redis/issues/2740)) - chore(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 in /example/otel ([#​2775](https://togithub.com/go-redis/redis/issues/2775)) - chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /example/otel ([#​2776](https://togithub.com/go-redis/redis/issues/2776)) - Fix OpenTelemetry link in README ([#​2755](https://togithub.com/go-redis/redis/issues/2755)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​Sovietaced](https://togithub.com/Sovietaced), [@​chayim](https://togithub.com/chayim), [@​chenjie199234](https://togithub.com/chenjie199234), [@​cyningsun](https://togithub.com/cyningsun), [@​dependabot](https://togithub.com/dependabot), [@​dependabot](https://togithub.com/dependabot)\[bot], [@​fred84](https://togithub.com/fred84), [@​nic-gibson](https://togithub.com/nic-gibson), [@​ofekshenawa](https://togithub.com/ofekshenawa), [@​peczenyj](https://togithub.com/peczenyj), [@​sethrylan](https://togithub.com/sethrylan), [@​snaffi](https://togithub.com/snaffi), [@​tzq0301](https://togithub.com/tzq0301) and [@​vmihailenco](https://togithub.com/vmihailenco) ### [`v9.2.1`](https://togithub.com/redis/go-redis/releases/tag/v9.2.1): 9.2.1 [Compare Source](https://togithub.com/go-redis/redis/compare/v9.2.0...v9.2.1) #### ๐Ÿงฐ Maintenance - chore(deps): bump actions/stale from 3 to 8 ([#​2732](https://togithub.com/go-redis/redis/issues/2732)) - Add stream interface back to `Cmdable` ([#​2725](https://togithub.com/go-redis/redis/issues/2725)) - Remove redundant nil check in gears ([#​2728](https://togithub.com/go-redis/redis/issues/2728)) #### Contributors We'd like to thank all the contributors who worked on this release! [@​Juneezee](https://togithub.com/Juneezee), [@​dependabot](https://togithub.com/dependabot), [@​dependabot](https://togithub.com/dependabot)\[bot], [@​gabrielgio](https://togithub.com/gabrielgio) and [@​ofekshenawa](https://togithub.com/ofekshenawa) ### [`v9.2.0`](https://togithub.com/redis/go-redis/releases/tag/v9.2.0): 9.2.0 [Compare Source](https://togithub.com/go-redis/redis/compare/v9.1.0...v9.2.0) ##### What's new? ##### Time series support We are happy to announce support for [Time Series](https://redis.io/docs/data-types/timeseries/). This enhancement allows developers to leverage the time series data structure directly within Go-Redis, enabling efficient ingestion, querying, and storage of time-sequential data. Whether you're tracking metrics, logs, or other time-sensitive information, this feature offers a robust solution to manage time series data seamlessly. We encourage developers to explore this new capability and provide feedback for further improvements. [Learn more about Redis Time Series](https://redis.io/docs/data-types/timeseries/) ##### Better support for Redis 7.2 Go-Redis now supports [WAITAOF](https://redis.io/commands/waitaof/) and `CLIENT SETINFO` commands introduced in [Redis 7.2](https://redis.com/blog/introducing-redis-7-2/). ##### Other notable improvements - Add the ability to set a connection growth limit with MaxActiveConns configuration setting ([#​2646](https://togithub.com/go-redis/redis/issues/2646)) - Add support for multiple values in the bitfield cmd ([#​2648](https://togithub.com/go-redis/redis/issues/2648)) ##### Breaking Changes - Changing the suffix for probablistic commands acceptings arguments to WithArgs from Args ([#​2701](https://togithub.com/go-redis/redis/issues/2701)) ##### ๐Ÿงฐ Maintenance - Making command structs digestible ([#​2716](https://togithub.com/go-redis/redis/issues/2716)) - change interfaces probabilistic and redis gears from private to public ([#​2695](https://togithub.com/go-redis/redis/issues/2695)) - Adding CONTRIBUTING guidelines ([#​2718](https://togithub.com/go-redis/redis/issues/2718)) - Adding Go 1.21.x for CI coverage ([#​2697](https://togithub.com/go-redis/redis/issues/2697)) - chore(deps): bump actions/checkout from 3 to 4 ([#​2702](https://togithub.com/go-redis/redis/issues/2702)) - chore(deps): bump github.com/bsm/ginkgo/v2 from 2.9.5 to 2.12.0 ([#​2690](https://togithub.com/go-redis/redis/issues/2690)) - chore(deps): bump github.com/bsm/gomega from 1.26.0 to 1.27.10 ([#​2689](https://togithub.com/go-redis/redis/issues/2689)) - Adding stale issues workflow ([#​2700](https://togithub.com/go-redis/redis/issues/2700)) - Updating redis binary for makefile to 7.2.1 ([#​2693](https://togithub.com/go-redis/redis/issues/2693)) - Skip flaky tests ([#​2699](https://togithub.com/go-redis/redis/issues/2699)) - Format code and fix go vet ([#​2696](https://togithub.com/go-redis/redis/issues/2696)) - Use time duration calculation ([#​2651](https://togithub.com/go-redis/redis/issues/2651)) ##### Contributors We'd like to thank all the contributors who worked on this release! [@​NikanV](https://togithub.com/NikanV), [@​SoulPancake](https://togithub.com/SoulPancake), [@​chayim](https://togithub.com/chayim), [@​dependabot](https://togithub.com/dependabot), [@​dependabot](https://togithub.com/dependabot)\[bot], [@​nvorobev](https://togithub.com/nvorobev), [@​ofekshenawa](https://togithub.com/ofekshenawa), [@​peczenyj](https://togithub.com/peczenyj), [@​taytzehao](https://togithub.com/taytzehao) and [@​wzlove](https://togithub.com/wzlove) ### [`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 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.



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

renovate[bot] commented 1 year ago

โš  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:

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: github.com/go-redis/redis/v9@v9.5.1: 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[bot] commented 4 months ago

โš ๏ธ 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:

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: github.com/go-redis/redis/v9@v9.5.1: parsing go.mod:
    module declares its path as: github.com/redis/go-redis/v9
            but was required as: github.com/go-redis/redis/v9