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

fix(deps): update module github.com/redis/rueidis to v1.0.41 #16

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

Conversation

plural-renovate[bot]
Copy link
Contributor

@plural-renovate plural-renovate bot commented Nov 2, 2023

This PR contains the following updates:

Package Type Update Change
github.com/redis/rueidis require patch v1.0.20 -> v1.0.41

Release Notes

redis/rueidis (github.com/redis/rueidis)

v1.0.41: 1.0.41

Compare Source

Changes

  • feat: send DISCARD command when a dedicated connection is recycled (#​580)
  • feat: fallback MGetCache to MGet when DisableCache=true (#​574)
  • docs: Add IsParseError() documentation (#​578)
  • test: minor increase in rueidiscompat coverage (#​583)

Contributors

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

@​SoulPancake, @​karimalzalek and @​rueian

v1.0.40: 1.0.40

Compare Source

Changes

  • feat: improve the initial error detail by reporting failed CLIENT commands in the message (#​576)
  • feat: move rueidisaside back to the root go.mod (#​573)
  • feat: add IsParseErr helper (#​564)
  • feat: use math/rand/v2 if go1.22 (#​553)
  • perf: set 1s limit for graceful shutdown to avoid waiting for a hanging redis (#​572)
  • fix: remove unnecessary busy loop during shutdown (#​575)

Contributors

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

@​LWF15, @​SoulPancake, @​psotou and @​rueian

v1.0.39: 1.0.39

Compare Source

Changes

  • feat: support Redis 7.4 hash field expiration commands, such as HEXPIRE. (#​561)
  • feat: response parsers like AsInt64 will no longer panic but return errors. (#​555)

Tests

  • ci: tests are now run with go1.21 and go1.22 on GitHub Actions (#​563)
  • ci: more tests for rueidiscompat (#​551)

Contributors

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

@​JayChavan-23, @​SoulPancake, @​cyuankuo, @​j178 and @​rueian

v1.0.38: 1.0.38

Compare Source

Changes

  • feat: upgrade otel package in rueidisotel. It now requires go 1.21 (#​550)
  • feat: add ForceWithContext to rueidislock (#​547)
  • feat: add the unit field to the bitcount method of rueidiscompat (#​538)
  • perf: improves the responsiveness of rueidislock by reconstructing client-side caching after extending key validities (#​546)

Tests

  • test: minor increase in coverage for command.go under rueidiscompat (#​548)
  • test: minor increase in coverage for adapter.go under rueidiscompat (#​545)

Contributors

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

@​SoulPancake, @​VladyslavLukyanenko, @​cyuankuo and @​rueian

v1.0.37: 1.0.37

Compare Source

Changes

🐛 Bug Fixes

  • fix: occasional panic when initializing rueidis.Client while Redis Cluster is not available (#​543)

🧰 Maintenance

  • ci: add linters: go vet and staticcheck

Contributors

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

@​FZambia and @​szuecs

v1.0.36: 1.0.36

Compare Source

Changes

  • fix: incorrect conversions in rueidisprob (#​541)
  • fix: ipv6 handling in MOVED and ASK messages of cluster mode (#​540)

Contributors

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

@​proost and @​rueian

v1.0.35: 1.0.35

Compare Source

🚀 New Features

Changes

  • fix: rare nil dereferences in lru (ele.Value.(*cacheEntry)) (#​529)

Contributors

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

@​rueian

v1.0.34: 1.0.34

Compare Source

Changes

  • docs: DecodeSliceOfJSON in README.md (#​524)
  • chore: Refine the .circleci/config.yml by using dynamic config (#​517)
  • docs: fix rueidisprob readme (#​518)

🚀 New Features

  • feat: add a helper generic function DecodeSliceOfJSON (#​522)
  • feat: add counting bloom filter to rueidisprob (#​519)
  • feat: add WithDBStatement to add db.statement attribute to rueidisotel (#​523)

Contributors

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

@​chkp-omris, @​moonorange, @​proost, @​rueian, @​sgasho and @​trim21

v1.0.33: 1.0.33

Compare Source

🌟 New rueidisprob - A Probabilistic Data Structures without Redis Stack. (#​493)

Thanks to @​proost for bringing the new sub-module rueidisprob module that allows users to use bloom filters without Redis Stack.

Another Counting Bloom Filter is proposed https://github.com/redis/rueidis/discussions/510. We may also add client-side caching to these probabilistic data structures in the future.

🚀 Other New Features

  • feat: parse WITHSCORES in the AsFtSearch() (#​509)
  • feat: add MAXAGE support to the CLIENT KILL (#​504)
  • feat: add NOVALUES support to the HSCAN (#​503)
  • feat: add the new RedisResult.AsBoolSlice() #​499 (#​500)
  • test: adding new tests to rueidisotel (#​496)
  • test: improve unit test coverage in command.go (#​514)

Contributors

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

@​Ali-Assar, @​Exzrgs, @​gross2001, @​moonorange, @​proost, @​rafiramadhana and @​rueian

v1.0.32: 1.0.32

Compare Source

🚀 New Features

  • feat: add redis-cell command CL.THROTTLE (#​491)
  • feat: add IsBusyGroup() to rueidis.RedisError (#​485)
  • feat: GRAPH.CONSTRAINT CREATE builder (#​484)

🧰 Improvements

  • doc: improve client instantiation examples (#​492)
  • refactor: add baseCmd to go-redis adaptor commands (#​473)

Contributors

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

@​erdemtuna, @​jhq0113, @​qi-hua, @​rueian, @​unknowntpo, Erdem Tuna, jianghaiqiang and qihua

v1.0.31: 1.0.31

Compare Source

Changes

🐛 Bug Fixes

  • fix: rueidisotel panic without MetricAttrs and TraceAttrs (#​479)
  • fix: CLIENT SETINFO LIB-VER with 1.0.31

🧰 Maintenance

  • fix: run tests of sub modules on circleci (#​480)

Contributors

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

@​rueian

v1.0.30: 1.0.30

Compare Source

Changes

🐛 Bug Fixes

  • fix: panic rueidisotel without MetricAttrs and TraceAttrs (#​479)

Contributors

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

@​rueian

v1.0.29: 1.0.29

Compare Source

Changes

🚀 New Features

  • feat: streaming read with DoStream() and DoMultiStream() (#​460)

🚀 Improvement

  • feat: upgrade otel to v1.24.0
  • chore: set the shorter deadline of context deadline and conn deadline (#​470)
  • perf: skip block check if there is no delay after flush (#​462)

🐛 Bug Fixes

  • fix: respect rueidisotel.MetricAttrs options, and avoid copying them repeatedly (#​471)

🧰 Maintenance

  • doc: add comments to ConnWriteTimeout as a request timeout (#​469)
  • refactor: move uber/mock dependency to submodules (#​465)

Contributors

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

@​DestroyerAlpha, @​erdemtuna, @​proost, @​rueian and Erdem Tuna

v1.0.28: 1.0.28

Compare Source

Changes

  • om, rueidisaside, and rueidisotel packages now have their own go.mod (#​456) (#​451)
  • Go 1.22 is coming. We then stop providing -go1.18 and -go1.19 releases.

🚀 New Features

  • feat: rueidiscompat now supports go-redis' JSONCmdable interface (#​459)

🐛 Bug Fixes

  • fix: rueidislock deadlock caused by the absence of peers (#​458)

Contributors

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

@​DestroyerAlpha, @​erdemtuna, @​rueian, @​unknowntpo and Erdem Tuna

v1.0.27: 1.0.27

Compare Source

Changes

🚀 New Features

  • feat: SetSlot to override the calculated key slot of a command (#​441)
  • feat: parsing string responses in AsIntSlice (#​437)

🐛 Bug Fixes

  • fix: preserve command tag when setting a command as blocking (#​446)

🧰 Maintenance

  • doc: correct rueidisotel documentation (#​443)

Contributors

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

@​DestroyerAlpha, @​rueian and @​tamayika

v1.0.26: 1.0.26

Compare Source

Changes

🚀 New Features

  • feat: check for too big PipelineMultiplex value (#​436)
  • feat: deprecate rueidisotel's WithClient (#​430)

🐛 Bug Fixes

  • fix: rueidiscompat's ZPopMax and ZPopMin with count 1 (#​433)
  • fix: send READONLY command to replicas when SendToReplicas is set (#​430)

🧰 Maintenance

  • doc: add rueidisotel client metrics (#​434)

Contributors

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

@​ash2k, @​atercattus, @​proost and @​rueian

v1.0.25: 1.0.25

Compare Source

🐛 Bug Fixes

  • fix: do not ignore error of url.Parse (#​426)
  • fix: random nil dereference caused by non-zero PipelineMultiplex in v1.0.24 (#​427)

Contributors

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

@​j178 and @​rueian

v1.0.24: 1.0.24

Compare Source

🚀 New Features

🐛 Bug Fixes

  • fix: rueidis.ParseURL() cannot parse unix address (#​425)
  • fix: correct CLIENT SETINFO connection setup (#​420)

Contributors

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

@​IrineSistiana, @​proost, @​rueian and @​unknowntpo

v1.0.23: 1.0.23

Compare Source

Changes

🚀 New Features

  • feat: allow setting expiry on om entities by adding an exat field (#​415)
  • feat: allow storing nested struct as json string in om.HashRepository (#​415)
  • feat: allow sharing the underlying Client of a rueidislock.Locker
  • feat: allow sharing the underlying Client of a rueidisaside.CacheAsideClient
  • feat: read-write splitting (#​402)

Contributors

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

@​proost and @​rueian

v1.0.22: 1.0.22

Compare Source

Changes

🚀 New Features

  • feat: add ProbabilisticCmdable to rueidiscompat (#​406)

🐛 Bug Fixes

  • fix: rueidiscompat's SORT command with multiple GETs (#​412)
  • fix: atomic alignment issue on 32bit arch (#​408)

🧰 Maintenance

  • test: add Normalized Vector Tests for TestVectorString32/64 (#​404)

Contributors

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

@​h0rv, @​lenonqing, @​rueian, @​unknowntpo and huangqing.zhu

v1.0.21: 1.0.21

Compare Source

🚀 New Features

  • feat: distribute slots to multiple replicas when ReplicaOnly=true (#​398)
  • feat: add Replica of NO ONE command (#​394)
  • feat: add GearsCmdable to go-redis API adapter (#​395)

Contributors

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

@​nirrattner, @​proost, @​rueian and @​unknowntpo


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 Renovate Bot.

@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.21 fix(deps): update module github.com/redis/rueidis to v1.0.22 Nov 19, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from 8e8b75d to a222c3c Compare November 19, 2023 04:49
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from a222c3c to 3733a00 Compare December 4, 2023 18:18
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.22 fix(deps): update module github.com/redis/rueidis to v1.0.23 Dec 4, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from 3733a00 to b92e1cd Compare December 15, 2023 13:28
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.23 fix(deps): update module github.com/redis/rueidis to v1.0.24 Dec 15, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from b92e1cd to c0e7a64 Compare December 17, 2023 10:45
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.24 fix(deps): update module github.com/redis/rueidis to v1.0.25 Dec 17, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from c0e7a64 to 4d2d1eb Compare December 29, 2023 15:44
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.25 fix(deps): update module github.com/redis/rueidis to v1.0.26 Dec 29, 2023
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from 4d2d1eb to b1064a0 Compare January 12, 2024 18:47
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.26 fix(deps): update module github.com/redis/rueidis to v1.0.27 Jan 12, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from b1064a0 to e9c5f0e Compare February 4, 2024 08:10
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.27 fix(deps): update module github.com/redis/rueidis to v1.0.28 Feb 4, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from e9c5f0e to fda1c35 Compare February 24, 2024 05:49
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.28 fix(deps): update module github.com/redis/rueidis to v1.0.29 Feb 24, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from fda1c35 to 3ff0b3e Compare February 25, 2024 00:49
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.29 fix(deps): update module github.com/redis/rueidis to v1.0.30 Feb 25, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from 3ff0b3e to a63c91a Compare February 25, 2024 18:10
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.30 fix(deps): update module github.com/redis/rueidis to v1.0.31 Feb 25, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from a63c91a to aaee9ca Compare March 14, 2024 14:44
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.31 fix(deps): update module github.com/redis/rueidis to v1.0.32 Mar 14, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from aaee9ca to cfdb772 Compare March 28, 2024 16:48
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.32 fix(deps): update module github.com/redis/rueidis to v1.0.33 Mar 28, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from cfdb772 to 52eef61 Compare April 9, 2024 21:05
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.33 fix(deps): update module github.com/redis/rueidis to v1.0.34 Apr 9, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from 52eef61 to 64e39b8 Compare April 24, 2024 00:27
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.34 fix(deps): update module github.com/redis/rueidis to v1.0.35 Apr 24, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from 64e39b8 to 0f8880a Compare May 2, 2024 17:00
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.35 fix(deps): update module github.com/redis/rueidis to v1.0.36 May 2, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from 0f8880a to 726eee1 Compare May 12, 2024 03:39
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.36 fix(deps): update module github.com/redis/rueidis to v1.0.37 May 12, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from 726eee1 to 316f350 Compare May 30, 2024 19:09
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.37 fix(deps): update module github.com/redis/rueidis to v1.0.38 May 30, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from 316f350 to 03209a4 Compare June 15, 2024 09:20
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.38 fix(deps): update module github.com/redis/rueidis to v1.0.39 Jun 15, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from 03209a4 to 41a0476 Compare June 25, 2024 17:29
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.39 fix(deps): update module github.com/redis/rueidis to v1.0.40 Jun 25, 2024
@plural-renovate plural-renovate bot force-pushed the renovate/github.com-redis-rueidis-1.0.x branch from 41a0476 to 80476f7 Compare July 8, 2024 16:41
@plural-renovate plural-renovate bot changed the title fix(deps): update module github.com/redis/rueidis to v1.0.40 fix(deps): update module github.com/redis/rueidis to v1.0.41 Jul 8, 2024
@plural-renovate
Copy link
Contributor Author

⚠ 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: install-tool golang 1.22.5
No /opt/containerbase/tools/golang/1.22.5/bin defined - aborting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants