Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

29 lines (23 loc) · 1.5 KB

0.6.0 (December 19, 2024)

  • Update libxxhash to 0.8.1
  • Drop old Rubies. Support only MRI 3.1+
  • Modernize Ruby C API ussage, fix related warnings. (by @casperisfine and @byroot)

0.5.0 (July 28, 2022)

  • Mark extension as Ractor-safe (by @kreynolds)
  • Add ability to hash files by path directly with XXhash.xxh32_file and XXhash.xxh64_file (by @kreynolds)

0.4.0 (December 11, 2016)

  • Add xxHash to Digest module and make it more compatieble with another hash functions from Digest. (by @justinwsmith)
  • Add a StreamingHash class that's externally instantiatable. (by @justinwsmith)
  • Fix segfault when nil is passed as param (#13) (by @justinwsmith)
  • Update libxxhash to 0.6.2.

0.3.0 (January 18, 2015)

0.2.0 (September 4, 2013)

  • xxHash updated to r32
  • add XXhash.xxh32_stream method (by @maltoe)

0.1.1 (June 4, 2013)

  • remove .bundle from gem

0.1.0 (May 16, 2013)

  • xxHash updated to r29