Releases: Baqend/Orestes-Bloomfilter
Releases · Baqend/Orestes-Bloomfilter
1.1.4
1.1.2
- Fixed overflow and underflow behaviour in the memory Counting Bloom filters
- Added test for reusing RedisPools
1.1.1
- Fixed Overflow Behaviour in the memory Counting Bloom filters
- Added possibility to add Redis Pool in the Builder
1.1.0
-Added authentication
-Fixed Race Condition in getBitSet
-Fixed Problem with byte[] signatures and Generics
1.0.7
-Several bug fixes
-improved tests
-Added the expiring Bloom filter
1.0.6
-Fixed bug in JSON Converter and added Test
1.0.5
-performance optimizations for 8, 16, 32, 64 bit in-memory counting Bloom filters through native arrays (speed improvement ~ 10x)
1.0.4
-Fixed Stackoverflow issue
1.0.3
-Minor Fixes
-Improved /dist structure
Release 1.0
Complete Rewrite of the Bloom filter library.