Skip to content

Releases: bcrypt-ruby/bcrypt-ruby

v3.1.22

Choose a tag to compare

@github-actions github-actions released this 18 Mar 22:49
v3.1.22
831ce64

What's Changed

Full Changelog: v3.1.21...v3.1.22

v3.1.21

Choose a tag to compare

@github-actions github-actions released this 31 Dec 19:46
v3.1.21
82e6c4c

What's Changed

New Contributors

Full Changelog: v3.1.20...v3.1.21

v3.1.13

Choose a tag to compare

@tenderlove tenderlove released this 04 Dec 19:16
011b67b

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]

v3.1.12

Choose a tag to compare

@tjschuck tjschuck released this 16 May 20:33
12a50f4
  • Add support for Ruby 2.3, 2.4, and 2.5 in compiled Windows binaries
  • Fix compatibility with libxcrypt [GH #164 by @besser82]

v3.1.12.rc1

v3.1.12.rc1 Pre-release
Pre-release

Choose a tag to compare

@tjschuck tjschuck released this 16 May 20:33
  • Add support for Ruby 2.3, 2.4, and 2.5 in compiled Windows binaries
  • Fix compatibility with libxcrypt [GH #164 by @besser82]

v3.1.11

Choose a tag to compare

@tjschuck tjschuck released this 16 May 20:32
  • Add support for Ruby 2.2 in compiled Windows binaries

v3.1.10

Choose a tag to compare

@tjschuck tjschuck released this 16 May 20:32
  • Fix issue with dumping a BCrypt::Password instance to YAML in Ruby 2.2 [GH #107 by @mattwildig]

v3.1.9

Choose a tag to compare

@tjschuck tjschuck released this 16 May 20:32
  • Rebuild corrupt binaries

v3.1.8

Choose a tag to compare

@tjschuck tjschuck released this 16 May 20:32
  • Add support for Ruby 2.1 in compiled Windows binaries [GH #102]

v3.1.7

Choose a tag to compare

@tjschuck tjschuck released this 16 May 20:31
  • 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