zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

CHANGELOG.md (836B)


      1 # Changelog
      2 
      3 ## v1.2.3 (2022-08-19)
      4 
      5   * Remove warnings on Elixir v1.14
      6 
      7 ## v1.2.2 (2021-03-25)
      8 
      9   * Remove warnings on Elixir v1.12
     10 
     11 ## v1.2.1 (2021-02-17)
     12 
     13   * Add support for Erlang/OTP 24
     14 
     15 ## v1.2.0 (2020-10-07)
     16 
     17   * Update Elixir requirement to Elixir 1.7+.
     18   * Fixed a bug that allowed to sign and encrypt stuff with `nil` secret key base and salt.
     19 
     20 ## v1.1.2 (2020-02-16)
     21 
     22   * Do not key derive empty salts (default to no salt instead).
     23 
     24 ## v1.1.1 (2020-02-14)
     25 
     26   * Do not expose encryption with salt API.
     27   * Allow default `:max_age` to be set when signing/encrypting.
     28 
     29 ## v1.1.0 (2020-02-11)
     30 
     31   * Add high-level `Plug.Crypto.sign/verify` and `Plug.Crypto.encrypt/decrypt`.
     32 
     33 ## v1.0.0 (2018-10-03)
     34 
     35   * Split up the `plug_crypto` project from Plug as per [elixir-lang/plug#766](https://github.com/elixir-plug/plug/issues/766).