Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@fschuindt fschuindt released this 12 May 02:46
· 1 commit to master since this release
15dcdac

Added

  • CI testing using GitHub Actions.
  • Explains on README.md about the behavior of verify on expired tokens. Details here.
  • Warns about the poorly synchronized clocks issue with the token's iat. Details here.
  • Gives better examples when testing. Details here.
  • Created a .ruby-version file.
  • Added ActiveSupport as dependency for Time.current.
  • SimpleCov JSON formatter and json as dependency.

Changed

  • It won't default to Redis.new anymore. You must now provide Redis details during configuration. Details here.
  • Upgraded Redis to 5.0.6.
  • Upgraded Redis Namespace to 1.10.
  • Upgraded HTTParty to 0.21.0.
  • Upgraded JWT to 2.7.
  • Upgraded [Dev] Ruby to 3.2.2.
  • Upgraded [Dev] Bundler to 2.4.13.
  • Upgraded [Dev] Rake to 13.0.6.
  • Upgraded [Dev] RSpec to 3.12.
  • Upgraded [Dev] Redcarpet to 3.6.
  • Upgraded [Dev] Simplecov to 0.22.0.
  • Upgraded [Dev] Pry to 0.14.2.

Fixed

  • Code Climate test coverage report.

Removed

  • Travis CI badge.