Skip to content

Releases: vla/BloomFilter.NetCore

2.6.0

12 Nov 07:35
@vla vla

Choose a tag to compare

added net10

2.5.3

11 Jun 03:12
@vla vla

Choose a tag to compare

fix: Correct capacity validation to check hashes instead of capacity a9530cb

2.5.2

28 May 07:11
@vla vla

Choose a tag to compare

release: 2.5.2

2.5.1

18 Apr 04:25
@vla vla

Choose a tag to compare

fix: The capacity validation ensures that the parameters are processed after initialization

2.5.0

17 Apr 09:22
@vla vla

Choose a tag to compare

  • Remove obsolete import and export functions
  • FilterMemory serialization behavior is supported

2.4.1

03 Mar 11:43
@vla vla

Choose a tag to compare

  • Fixed importing more than 1 bucket #16

2.3.1

17 Aug 09:38
@vla vla

Choose a tag to compare

Fix the length of the bucket must be greater than the capacity

2.3.0

17 Aug 09:30
@vla vla

Choose a tag to compare

Filtering Memory now supports capacities greater than 2147483647 #12

2.2.1

24 May 12:48
@vla vla

Choose a tag to compare

  • Supports export and import for in memory #6

2.2.0

02 Jan 04:47
@vla vla

Choose a tag to compare

Added TargetFrameworks net8.0