- Add Go module support
- Switch CI/CD to GitHub Actions
- Update documentation
- Add test for fingerprint
- Update documentation
- Improve robustness regarding broken input files
- Remove dead code
- Add 'bloom join' command line tool
- Make it possible to store arbitary data in a Bloom filter (useful for associating meta-data with a filter)
- Remove HTTP test
- Use scientific notation for FP probability
- Add a 64-bit value reserved for the version bit and additional flags
- Use 64-bit integers everywhere
- Switched to new, more robust hashing scheme
- Initial open source release