Skip to content

1.0.50

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 02:58
· 5 commits to refs/heads/main since this release
5965fb9

Changes

  • feat: add FtSearch and related functions to rueidiscompat (#676)
  • feat: add rueidislimiter module for Distributed Rate Limiting (#661)
  • fix: convert os.ErrDeadlineExceeded to context.DeadlineExceeded only when ConnWriteTimeout is shorter (#672)
  • fix: register client tracking again after receiving invalidations in rueidislock (#669)
  • fix: close connections that are still blocked while recycling them to pools, instead of waiting for unsubscribe command responses (#667)
  • fix: do not cap timeouts when context has a deadline on a blocking call (#666)
  • chore: use dpool for blocking commands to be able to respect context deadlines (#668)

Contributors

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

@nesty92, @rueian, @unknowntpo and @zeiler