Skip to content

Releases: bensie/sshkey

3.0.0

24 Aug 15:59
Compare
Choose a tag to compare

What's Changed

  • Breaking: Drop support for Ruby < 2.5.
  • Added: Support for ECDSA (@bensie, @rchekaluk) #43, #44, #46, #49
  • Added: OpenSSL 3.x support by @rchekaluk in #48
  • Added: Test against Ruby 2.5, 2.6, 2.7, 3.0, 3.1, 3.2, 3.3, jruby-9.3, jruby-9.4 with GitHub Actions
  • Fixed: SSH public keys not validated/parsed if contain comments by @MangyCoyote in #39

New Contributors

Full Changelog: 2.0.0...3.0.0

2.0.0

11 Feb 18:09
Compare
Choose a tag to compare
  • Breaking Change: Drop support for Ruby 1.9
  • Feature: Accept valid ed25519 keys with leading zero byte (#37)
  • Feature: Support sshfp (#30)