Releases: RedisBloom/redisbloom-go
Releases · RedisBloom/redisbloom-go
Version 1.0.0
Features
- Add support for T-Digest sketch to the client @AvitalFineRedis (#37)
- Examples to T-Digest functions @AvitalFineRedis (#39)
Maintenance
- Fixes per Redis 6 changes. Fixes CI @filipecosta90 (#30)
- Added
make fmt
andmake lint
rules @filipecosta90 (#38)
Version 0.9.1
This is a maintenance release for redisbloom-go version 0.9.
Update urgency: Low
Maintenance
-
Enable Go Modules (#24)
-
Added deprecate notice to NewClient(). Updated Readme with documentation links and Pkg.go.dev examples. (#29)
Thanks to: @razitz and @dengliming for the code contributing and review!
0.9.0
0.5.0
Added features
- Add Support for Cuckoo Filter Commands @dengliming (#17)
- Add Support for Count-Min Sketch Commands @dengliming (#16)
Thanks to: @dengliming for the contributing!
0.3.0
Added Features
- Added Support for TopK Filter Commands (#12)
- Added Support for BF.MEXISTS BF.MADD (#13)
- Added NewClientFromPool and Close methods (#4)
Changes
- Added gofmt automation/check. Added release drafter github action (#14)
- Added example for NewClientFromPool (#5)
Thanks to: @dengliming for the contributing!