All Versions
16
Latest Version
Avg Release Cycle
114 days
Latest Release
2087 days ago

Changelog History
Page 1

  • v0.8.0 Changes

    August 01, 2018
    • The result of the Jose.Jwt.decodeClaims function is now polymorphic so it can be used with any FromJSON type.
    • ๐Ÿ‘ Only ghc 8 upwards are now supported.
    • ๐Ÿ‘ the RSA-OAEP-256 algorithm is now supported.
  • v0.7.8 Changes

    December 08, 2017
    • ๐Ÿ“ฆ Switch from EitherT to ExceptT to allow compiling with latest version of 'either' package.
  • v0.7.7 Changes

    August 31, 2017
    • ๐Ÿ“ฆ User ByteArray and ScrubbedBytes from memory package in preference to ByteString in internal crypto code.
  • v0.7.6 Changes

    April 16, 2017
    • ๐Ÿ›  Fixed exception when JWT contained invalid Base64 (issue #15).
    • โž• Add generateSymmetricKey utility function to Jwk module.
  • v0.7.5 Changes

    February 18, 2017
    • ๐Ÿ“œ A JWT parser is now used to separate parsing and decoding into separate stages (internal change).
  • v0.7.4 Changes

    December 26, 2016
    • Stricter checking of AES key lengths when looking for a valid JWK to encode/decode an AES-KW JWT.
  • v0.7.3 Changes

    September 24, 2016
    • โž• Add JSON test data to extra-source-files.
  • v0.7.2 Changes

    September 23, 2016
    • โœ‚ Remove test dependency on aeson-qq
  • v0.7.1 Changes

    September 21, 2016
    • โšก๏ธ Update cryptonite version to 0.19 to avoid security issues
    • ๐Ÿ›  Fix broken benchmark code
    • ๐Ÿ‘ Better error message for invalid key length when using AES keywrap

    0.7

    • โž• Add support for AES key wrap in JWEs.
    • ๐Ÿ‘Œ Support A192GCM and A192CBC-HS384 algorithms.
    • Switch to cryptonite library.
  • v0.7

    October 14, 2015