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

Changelog History
Page 2

  • v2.0.0 Changes

    August 05, 2019

    โœจ Enhancement

    • ๐Ÿ‘Œ Improve Dialyzer 572
    • ๐Ÿ‘ Allow ability to verify token in custom header location 597

    ๐Ÿ› Bug Fix

    • ๐Ÿ›  Fix cookie_options configuration overrides #570

    ๐Ÿ’ฅ Breaking Change

    • ๐Ÿ‘Œ Improved Guardian.Permissions. Now Guardian.Permissions accepts multiple encoders. The interface is defined in Guardian.Permissions.PermissionEncoding. 585

    To fix the breaking changes, do something as follow.

    1. Find use Guardian.Permissions.Bitwise
    2. Replace with use Guardian.Permissions, encoding: Guardian.Permissions.BitwiseEncoding

    Notice that we added a key called encoding, this key will allow you pass the encoding strategy that fit yours needs.

    Check the list of supported encoding.

    • Guardian.Permissions.BitwiseEncoding
    • Guardian.Permissions.AtomEncoding
    • Guardian.Permissions.TextEncoding

      • Moved Guardian.Phoenix.Socket to guardian_phoenix. You should be install guardian_phoenix and it should work as today.
  • v1.2.1 Changes

    January 17, 2019

    ๐Ÿ›  Fixes the 1.2.0 release.

  • v1.2.0 Changes

    January 15, 2019
    • โž• Added credo config
    • ๐Ÿ›  Fixed credo issues
    • ๐Ÿ‘Œ Improved documentation
    • ๐Ÿ‘Œ Improved Travis setup
    • ๐Ÿ“ฆ Switched to use Jason package
    • โž• Added the capability of clearing remember_me when signing out.
    • ๐Ÿ›  Fixed compatibility with Elixir 1.8
  • v1.1.1

    August 22, 2018
  • v1.1.0 Changes

    July 18, 2018
    • JWT secret fetcher behaviour added
    • Let Guardian plug call :revoke on sign_out #458
    • ๐Ÿ›  Fix an issue where Guardian.Plug tries to clear the wrong keys from the conn #476
  • v1.0.1

    December 31, 2017
  • v1.0.0 Changes

    November 18, 2017
    • ๐Ÿ‘ Allow for multiple Guardian setups in a single applications
    • โž• Adds pipelines
    • โšก๏ธ Significantly updates Guardian api to be more consistent
    • ๐Ÿ‘‰ Make Phoenix an optional dependency
    • ๐Ÿ‘‰ Make Plug an optional dependency
    • Permissions as an optional add-in
    • ๐Ÿ—„ Deprecates Hooks in favour of callbacks on particular implementations
    • โœ‚ Removes Phoenix macros in favour of plain functions

    โšก๏ธ See the [0.14 to 1.0 Upgrade Guide](upgrade_guides/0.14.to.1.0.md) for detailed updating instructions

  • v0.14.6 Changes

    September 04, 2018

    โšก๏ธ Updates uuid to elixir_uuid

  • v0.14.5 Changes

    โšก๏ธ Update the poison and phoenix deps to allow a broader version setting

  • v0.14.4 Changes

    • ๐Ÿ›  Fix a param issue in sockets