Changes
- feat: add
FtSearch
and related functions torueidiscompat
(#676) - feat: add
rueidislimiter
module for Distributed Rate Limiting (#661) - fix: convert
os.ErrDeadlineExceeded
tocontext.DeadlineExceeded
only whenConnWriteTimeout
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