Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elixir-plug/plug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: elixir-plug/plug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 21 files changed
  • 6 contributors

Commits on Jul 14, 2018

  1. Add peer back, closes #722

    José Valim committed Jul 14, 2018
    Configuration menu
    Copy the full SHA
    e5b02d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2018

  1. Make docs work with Cowboy v2 (#739)

    Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
    favetelinguis authored and José Valim committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    cf92b65 View commit details
    Browse the repository at this point in the history
  2. Leverage iodata in pbkdf2 (#740)

    Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
    Schultzer authored and José Valim committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    8ed7123 View commit details
    Browse the repository at this point in the history
  3. Support MFAs for cookie session secrets (#744)

    Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
    ericmj authored and José Valim committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    f3382d6 View commit details
    Browse the repository at this point in the history
  4. Add put_peer_data to Plug.Test (#745)

    Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
    mobileoverlord authored and José Valim committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    0658659 View commit details
    Browse the repository at this point in the history
  5. Refactor test adapter

    Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
    José Valim committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    53a54ec View commit details
    Browse the repository at this point in the history
  6. Fix page not secure warning by always serving https

    Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
    ericmj authored and José Valim committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    2e73b19 View commit details
    Browse the repository at this point in the history
  7. Release v1.6.2

    José Valim committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    2c69cb0 View commit details
    Browse the repository at this point in the history
  8. Update ExDoc

    José Valim committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    898c97d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Do not include secret_key_base on inspect

    Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
    José Valim committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    50b6357 View commit details
    Browse the repository at this point in the history
  2. Prune stacktrace in args sensitive functions

    Signed-off-by: José Valim <jose.valim@plataformatec.com.br>
    José Valim committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    56000c3 View commit details
    Browse the repository at this point in the history
  3. Release v1.6.3

    José Valim committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    8dba025 View commit details
    Browse the repository at this point in the history
  4. Bump Elixir requirement

    José Valim committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    9059bb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Use ranch.child_spec for Plug.Adapters.Cowboy2

    Previously the `child_spec/1` function was manually generating the child
    spec for ranch. The function has been updated to leverage
    `ranch.child_spec/5` and convert the result to a map.
    Gazler committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    3426693 View commit details
    Browse the repository at this point in the history
  2. Update cowboy to 2.5.0 in mix.lock

    The mix.exs file still supports "~> 2.4", but the format of the response
    from `ranch:child_spec` which is used in the tests has changed between
    2.4 and 2.5.
    Gazler committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    c9e6fa3 View commit details
    Browse the repository at this point in the history
  3. Release v1.6.4

    Gazler committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    6c21f9f View commit details
    Browse the repository at this point in the history
Loading