JWT v2.0.0.beta1 Release Notes

Release Date: 2017-02-27 // about 7 years ago
  • ๐Ÿ”„ Changelog

    ๐Ÿ’Ž v2.0.0.beta1 (2017-02-27)

    ๐Ÿ’Ž Full Changelog

    Implemented enhancements:

    ๐Ÿ›  Fixed bugs:

    • ruby-jwt::raw_to_asn1: Fails for signatures less than byte_size #155
    • ๐Ÿ’Ž The leeway parameter is applies to all time based verifications #129
    • โž• Add options for claim-specific leeway #187 (EmilioCristalli)
    • ๐Ÿ’Ž Make algorithm option required to verify signature #184 (EmilioCristalli)
    • ๐Ÿ›ฐ Validate audience when payload is a scalar and options is an array #183 (steti)

    Closed issues:

    • ๐Ÿ’Ž Different encoded value between servers with same password #197
    • ๐Ÿ’Ž Signature is different at each run #190
    • ๐Ÿ’Ž Include custom headers with password #189
    • ๐Ÿ’Ž can't create token - 'NotImplementedError: Unsupported signing method' #186
    • ๐Ÿ’Ž Why jwt depends on json < 2.0 ? #179
    • ๐Ÿ’Ž Cannot verify JWT at all?? #177
    • ๐Ÿ‘Œ verify_iss: true is raising JWT::DecodeError instead of JWT::InvalidIssuerError #170

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ”– Version bump 2.0.0.beta1 #199 (excpt)
    • โšก๏ธ Update CHANGELOG.md and minor fixes #198 (excpt)
    • โž• Add Codacy coverage reporter #194 (excpt)
    • โž• Add minimum required ruby version to gemspec #193 (excpt)
    • ๐Ÿ’Ž Code smell fixes #192 (excpt)
    • ๐Ÿ”– Version bump to 2.0.0.dev #191 (excpt)
    • ๐Ÿ”จ Basic encode module refactoring #121 #182 (xamenrax)
    • ๐Ÿ›  Fix travis ci build configuration #181 (excpt)
    • ๐Ÿ›  Fix travis ci build configuration #180 (excpt)
    • ๐Ÿ›  Fix typo in README #178 (tomeduarte)
    • ๐Ÿ›  Fix code style #173 (excpt)
    • ๐Ÿ›  Fixed a typo in a spec name #169 (Mingan)