Skip to content

Conversation

@dependabot-preview
Copy link

Bumps plug from 1.4.3 to 1.5.1.

Changelog

Sourced from plug's changelog.

v1.5.1 (2018-05-17)

  • Enhancements

    • Implement missing access behaviour for Plug.Conn.Unfetched to provide better error messages
    • Add function plug forwarding to Plug.Router
    • Support custom body readers in Plug.Parsers
    • Introduce merge_assigns/2 and merge_private/2
    • Add Plug.Conn.WrapperError.reraise/1 and Plug.Conn.WrapperError.reraise/4 to deal with upcoming changes in Elixir v1.7
  • Bug fixes

    • Properly convert all list headers to map when using Cowboy 2
    • Do not require certfile/keyfile with ssl if sni options are present

v1.5.0 (2018-03-09)

  • Enhancements

    • Add init_mode to Plug.Builder for runtime initialization
    • Allow passing MFA tuple to JSON decoder
    • Allow :log_error_on_incomplete_requests to be disabled for Cowboy adapters
    • Support Cowboy 2.2 with HTTP/2 support
    • Optimize Plug.RequestID on machines with multiple cores
    • Add Plug.Conn.push/3 and Plug.Conn.push!/3 to support HTTP/2 server push
    • Add Plug.Conn.request_url/1
    • Optimise Plug.HTML.html_escape_to_iodata/1
    • Add Plug.Router.match_path/1
    • Log on Plug.SSL redirects
    • Allow Plug.CSRFProtection tokens to be generated and matched with host specific information
    • Add Plug.Conn.prepend_resp_headers/3
    • Add Plug.Status.reason_atom/1
  • Bug fixes

    • Ensure CSRF token is not deleted if plug is called twice
    • Do not fail on empty multipart body without boundary
    • Do not decode empty query string pairs
    • Consider both the connection protocol and x-forwarded-proto when redirecting on Plug.SSL
  • Deprecations

    • Deprecate Plug.Conn's Collectable protocol implementation

v1.4

See CHANGELOG in the v1.4 branch.

Commits
  • 10948b8 Release v1.5.1
  • 3149351 Release v1.5.1
  • aea4fef Format files
  • 7e71645 Handle deprecated use of System.stacktrace, closes #706
  • 6233280 Include connection and stream_id in cowboy2 error reports
  • c1e46e3 Simplify terminate logic in Cowboy2 handler
  • 731add6 Fix Plug.Test.conn/3 documentation (#712)
  • dbb809a Refactor nested case in Parsers.call to with (#708)
  • 51f8130 Update status.ex
  • 884e9b0 Introduce merge_assigns/2 and merge_private/2 (#703)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use (this|these) label[s] will set the current labels as the default for future PRs for this repo and language
  • @dependabot use (this|these) reviewer[s] will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use (this|these) assignee[s] will set the current assignees as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [plug](https://github.com/elixir-plug/plug) from 1.4.3 to 1.5.1.
- [Release notes](https://github.com/elixir-plug/plug/releases)
- [Changelog](https://github.com/elixir-plug/plug/blob/master/CHANGELOG.md)
- [Commits](elixir-plug/plug@v1.4.3...v1.5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview
Copy link
Author

Superseded by #26.

@dependabot-preview dependabot-preview bot deleted the dependabot/hex/plug-1.5.1 branch March 1, 2019 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant