All Versions
43
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.6.1.5 Changes

    • โšก๏ธ Update to GHC-8.8, and hoauth2-1.14
    • โฌ‡๏ธ Drop CI-backed support for GHC-8.4
  • v0.6.1.4 Changes

    • Tighten upper bound on hoauth2
  • v0.6.1.3 Changes

    • Replace System.Random state token generation with cryptonite
    • ๐Ÿ‘ Allow aeson-1.5 and hoauth2-1.14
    • โž• Add WordPress.com provider @nbloomf
  • v0.6.1.2 Changes

    • Don't report our own errors like OAuth2 ErrorResponses
  • v0.6.1.1 Changes

    • โž• Added AzureAD provider
    • COMPATIBILITY: Use hoauth2-1.8.1
    • โœ… COMPATIBILITY: Test with GHC 8.6.3, and not 8.2
  • v0.6.1.0 Changes

    • ๐Ÿ‘ Allow http-client-0.6
  • v0.6.0.0 Changes

    • โœ‚ Remove deprecated Github module
  • v0.5.3.0 Changes

    • ๐Ÿ‘ Allow aeson-1.4 and hoauth2-1.8
  • v0.5.2.0 Changes

    • InvalidProfileResponse was replaced with different, situation-specific constructors; the exception type is considered internal API, but end-users may see them in logs, or if they (unexpectedly) escape our error-handling
    • ๐ŸŒฒ Errors during log-in no longer result in 4XX or 5XX responses; they now redirect to LoginR with the exception details logged and something user-appropriate displayed via setMessage
  • v0.5.1.0 Changes

    • โž• Added GitLab provider
    • โž• Added properly-named GitHub module, deprecated Github
    • Store refreshToken in credsExtra