Change8

v3.1.21

📦 bcryptView on GitHub →
2 features🐛 2 fixes

Summary

This release adds support for newer Ruby versions (3.3 and 3.4.0-preview1) and marks the library as ractor-safe. It also includes improvements to comparison logic for security and usability.

✨ New Features

  • Support ruby 3.3 and 3.4.0-preview1.
  • Marked as ractor-safe.

🐛 Bug Fixes

  • Added handling for the '==' gotcha which could be unintuitive.
  • Implemented constant time comparison.