Recent Releases of https://github.com/bcrypt-ruby/bcrypt-ruby
https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.21
What's Changed
- Provide a 'Changelog' link on rubygems.org/gems/bcrypt by @mark-young-atg in https://github.com/bcrypt-ruby/bcrypt-ruby/pull/274
- Support ruby 3.3 and 3.4.0-preview1 by @m-nakamura145 in https://github.com/bcrypt-ruby/bcrypt-ruby/pull/276
- Mark as ractor-safe by @mohamedhafez in https://github.com/bcrypt-ruby/bcrypt-ruby/pull/280
- Add == gotcha that can be unintuitive at first by @federicoaldunate in https://github.com/bcrypt-ruby/bcrypt-ruby/pull/279
- Constant compare by @tenderlove in https://github.com/bcrypt-ruby/bcrypt-ruby/pull/282
- try to modernize CI by @tenderlove in https://github.com/bcrypt-ruby/bcrypt-ruby/pull/287
- Try to deal with flaky tests by @tenderlove in https://github.com/bcrypt-ruby/bcrypt-ruby/pull/288
- Configure trusted publishing by @tenderlove in https://github.com/bcrypt-ruby/bcrypt-ruby/pull/289
- bump version by @tenderlove in https://github.com/bcrypt-ruby/bcrypt-ruby/pull/290
New Contributors
- @mark-young-atg made their first contribution in https://github.com/bcrypt-ruby/bcrypt-ruby/pull/274
- @m-nakamura145 made their first contribution in https://github.com/bcrypt-ruby/bcrypt-ruby/pull/276
- @mohamedhafez made their first contribution in https://github.com/bcrypt-ruby/bcrypt-ruby/pull/280
- @federicoaldunate made their first contribution in https://github.com/bcrypt-ruby/bcrypt-ruby/pull/279
Full Changelog: https://github.com/bcrypt-ruby/bcrypt-ruby/compare/v3.1.20...v3.1.21
- C
Published by github-actions[bot] 2 months ago
https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.13
3.1.13 May 31 2019
- No longer include compiled binaries for Windows. See GH #173.
- Update C and Java implementations to latest versions [GH #182 by @fonica]
- Bump default cost to 12 [GH #181 by @bdewater]
- Remove explicit support for Rubies 1.8 and 1.9
- Start calibration from the minimum cost supported by the algorithm [GH #206 by @sergey-alekseev]
- Remove explicit support for Rubies 1.8 and 1.9 [GH #185 by @tjschuck]
- Define SKIP_GNU token when building extension (Fixes FreeBSD >= 12) [GH #189 by @adam12]
- C
Published by tenderlove about 6 years ago
https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.12
- Add support for Ruby 2.3, 2.4, and 2.5 in compiled Windows binaries
- Fix compatibility with libxcrypt [GH #164 by @besser82]
- C
Published by tjschuck almost 8 years ago
https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.12.rc1
- Add support for Ruby 2.3, 2.4, and 2.5 in compiled Windows binaries
- Fix compatibility with libxcrypt [GH #164 by @besser82]
- C
Published by tjschuck almost 8 years ago
https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.11
- Add support for Ruby 2.2 in compiled Windows binaries
- C
Published by tjschuck almost 8 years ago
https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.10
- Fix issue with dumping a BCrypt::Password instance to YAML in Ruby 2.2 [GH #107 by @mattwildig]
- C
Published by tjschuck almost 8 years ago
https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.9
- Rebuild corrupt binaries
- C
Published by tjschuck almost 8 years ago
https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.8
- Add support for Ruby 2.1 in compiled Windows binaries [GH #102]
- C
Published by tjschuck almost 8 years ago
https://github.com/bcrypt-ruby/bcrypt-ruby - v3.1.7
- Rebuild corrupt Java binary version of gem [GH #90]
- The 2.1 support for Windows binaries alleged in 3.1.3 was a lie -- documentation removed
- C
Published by tjschuck almost 8 years ago
https://github.com/bcrypt-ruby/bcrypt-ruby - Version 3.1.6
Release Notes
- Nothing! The dummy version of the old "bcrypt-ruby" named gem needed a couple version bumps to fix some bugs. It felt wrong to have that at a higher version than the real gem, so the real gem is getting bumped to 3.1.6.
- C
Published by tjschuck about 12 years ago
https://github.com/bcrypt-ruby/bcrypt-ruby - Version 3.1.3
Release Notes
- Add support for Ruby 2.1 in compiled Windows binaries
- Rename gem from "bcrypt-ruby" to just "bcrypt": #86
- C
Published by tjschuck about 12 years ago
https://github.com/bcrypt-ruby/bcrypt-ruby - Version 3.1.1
Release notes:
- Add
BCrypt::Password.valid_hash?(str)to check if a string is a valid bcrypt password hash - Cost should be set to
DEFAULT_COSTifnil - Add
BCrypt::Engine.costattribute for getting/setting a default cost externally - Support removed for Ruby 1.8 in compiled win32 binaries
- C
Published by tjschuck over 12 years ago