Sourced from bcrypt's releases.
v3.1.22
What's Changed
- Move compilation after bundle install by
@tenderlovein bcrypt-ruby/bcrypt-ruby#291- Add TruffleRuby in CI by
@tjschuckin bcrypt-ruby/bcrypt-ruby#293- fix env url by
@tenderlovein bcrypt-ruby/bcrypt-ruby#294Full Changelog: https://github.com/bcrypt-ruby/bcrypt-ruby/compare/v3.1.21...v3.1.22
v3.1.21
What's Changed
- Provide a 'Changelog' link on rubygems.org/gems/bcrypt by
@mark-young-atgin bcrypt-ruby/bcrypt-ruby#274- Support ruby 3.3 and 3.4.0-preview1 by
@m-nakamura145in bcrypt-ruby/bcrypt-ruby#276- Mark as ractor-safe by
@mohamedhafezin bcrypt-ruby/bcrypt-ruby#280- Add == gotcha that can be unintuitive at first by
@federicoaldunatein bcrypt-ruby/bcrypt-ruby#279- Constant compare by
@tenderlovein bcrypt-ruby/bcrypt-ruby#282- try to modernize CI by
@tenderlovein bcrypt-ruby/bcrypt-ruby#287- Try to deal with flaky tests by
@tenderlovein bcrypt-ruby/bcrypt-ruby#288- Configure trusted publishing by
@tenderlovein bcrypt-ruby/bcrypt-ruby#289- bump version by
@tenderlovein bcrypt-ruby/bcrypt-ruby#290New Contributors
@mark-young-atgmade their first contribution in bcrypt-ruby/bcrypt-ruby#274@m-nakamura145made their first contribution in bcrypt-ruby/bcrypt-ruby#276@mohamedhafezmade their first contribution in bcrypt-ruby/bcrypt-ruby#280@federicoaldunatemade their first contribution in bcrypt-ruby/bcrypt-ruby#279Full Changelog: https://github.com/bcrypt-ruby/bcrypt-ruby/compare/v3.1.20...v3.1.21
Sourced from bcrypt's changelog.
3.1.22 Mar 18 2026
- [CVE-2026-33306] Fix integer overflow in Java extension
3.1.21 Dec 31 2025
- Use constant time comparisons
- Mark as Ractor safe
831ce64
Merge commit from fork32e687e
bump version update changelog5faa274
Fix integer overflow in JRuby BCrypt rounds calculationaafc033
Merge pull request #294
from bcrypt-ruby/fix-publishing01f947a
fix env url92ca1d6
Merge pull request #293
from bcrypt-ruby/truffleruby-ci-alt-implementation4d1d95b
Add TruffleRuby in CI36a04a2
Merge pull request #291
from tenderlove/fix-publishing01cc688
Move compilation after bundle install82e6c4c
Merge pull request #290
from tenderlove/bump