- Fix deserialization backwards-compatibility with v0.12.0 (via #52) Thanks to Sean Rohead @seanrohead
- Add JDK 9+ support (via #47) Thanks to Sean Rohead @seanrohead
- BREAKING: breaks java serialization/deserialization compatibility with v0.12.0. Use v0.13.1.
- Add Scala 2.13 support (via #45)
- BREAKING: Add approximateElementCount method that estimates number of added elements. Thanks to @SidWeng. It's a breaking change because it serializes one more field (via #37 and #38)
- Change the default long hash function to MurMurHash3 (via #33)
- Performance improvement: set a bit only if it's not set already (via #28)
- #22 Scala 2.12.1 support (via #31). Thanks to Fedor Lavrentyev @fediq.
- #29 Fix hashing of small strings (via #32).
- #23 Serialization support (via #25). Thanks to Eyal Farago @eyalfa.
- #19 Cuckoo Filter (via #20)
- #5 Add serialization support.
- #2 Scala 2.10 support.
- #4 Union and intersection of two Bloom filters (via #6). Thanks to Mario Pastorelli @melrief.
- Fix memory access in UnsafeBitArray. Must update. Thanks to @cmarxer (via e79ff243ac)
- Fix memory allocation in UnsafeBitArray. Must update. Thanks to @cmarxer (via #9)
- Initial release