Skip to content

Releases: DCSO/bloom

v0.2.4

29 Jun 15:30
Compare
Choose a tag to compare

Commits

  • cd56ca8: Beautify some lines (Markus Hihn) #13
  • 4ea39f7: Travis-ci: added support for ppc64le (Devendranath Thadi) #15
  • 5b88a8a: add Go module files (Sascha Steinbiss) #16
  • b4d52cc: update install instructions (Sascha Steinbiss) #16
  • f51e882: use code formatting (Sascha Steinbiss) #16
  • 8a8aaf0: switch CI/CD to GitHub Actions (Sascha Steinbiss) #17
  • 1e6d023: remove branch restrictions (Sascha Steinbiss) #17
  • c2df40e: update badge (Sascha Steinbiss) #17
  • 308a5c0: update CHANGELOG (Sascha Steinbiss)
  • 5a226da: version bump (Sascha Steinbiss)

v0.2.3

10 Jan 14:54
691ea61
Compare
Choose a tag to compare

This is a bug fix release addressing a runtime crash with malformed Bloom filter files (#12). These will be rejected early now, with a chance to recover gracefully.

The general file format compatibility should be unaffected.

v0.2.2

24 Oct 15:19
3bc1270
Compare
Choose a tag to compare

Most important changes:

  • Convert all parameter integers to 64 bit (see #8)
  • Switch to a new, more robust hashing scheme (see #8)

This might make this release backward incompatible for already compiled filters.
You may have to recompile them with this version to make them work again.

Thanks @adewes, @satta and @jeschli for your contributions.

v0.2.0

14 Aug 14:11
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

This release adds several new features and fixes several bugs. Details:

  • Better ways to filter / separate input to the Bloom filter
  • New command to show filter parameters
  • Command to merge multiple Bloom filters
  • Command to store and retrieve arbitrary meta-data in the Bloom filter file
  • Bug fixes (e.g. an overflow error when using very large filter sizes)

v0.1.0

27 Jun 14:10
Compare
Choose a tag to compare
Add Changelog