Skip to content

Releases: Baqend/Orestes-Bloomfilter

1.1.4

27 Jan 17:14
Compare
Choose a tag to compare
  • Fixed a problem with overwritten Redis paramters in existing Bloom filters

1.1.2

08 Jan 09:58
Compare
Choose a tag to compare
  • Fixed overflow and underflow behaviour in the memory Counting Bloom filters
  • Added test for reusing RedisPools

1.1.1

07 Jan 15:19
Compare
Choose a tag to compare
  • Fixed Overflow Behaviour in the memory Counting Bloom filters
  • Added possibility to add Redis Pool in the Builder

1.1.0

11 Nov 18:46
Compare
Choose a tag to compare

-Added authentication
-Fixed Race Condition in getBitSet
-Fixed Problem with byte[] signatures and Generics

1.0.7

02 Sep 09:16
Compare
Choose a tag to compare

-Several bug fixes
-improved tests
-Added the expiring Bloom filter

1.0.6

09 Jun 16:37
Compare
Choose a tag to compare

-Fixed bug in JSON Converter and added Test

1.0.5

03 Jun 15:51
Compare
Choose a tag to compare

-performance optimizations for 8, 16, 32, 64 bit in-memory counting Bloom filters through native arrays (speed improvement ~ 10x)

1.0.4

09 Apr 14:41
Compare
Choose a tag to compare

-Fixed Stackoverflow issue

1.0.3

27 Feb 15:14
Compare
Choose a tag to compare

-Minor Fixes
-Improved /dist structure

Release 1.0

12 Aug 12:40
Compare
Choose a tag to compare

Complete Rewrite of the Bloom filter library.