Skip to content

Commit

Permalink
Release v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Jul 21, 2020
1 parent 24de756 commit 7c158a2
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 553 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ Then once you start an application, you will get a warning about the `:pubsub` k

Phoenix built-in guides have been restructured and revamped, providing a better navigation structure and more content.

### 1.5.4-dev
### 1.5.4 (2020-07-21)

### Enhancements
* [Phoenix.Endpoint] Include `:conn` in `[:phoenix, :error_rendered]` event
* [Phoenix.Endpoint] Warn if the `url.host` provided for the endpoint is invalid
* [Phoenix.Router] Log when router plugs halt
* Fix warnings on Elixir v1.11

### Bug fixes
* [Phoenix.Router] Rename the `[:phoenix, :router_dispatch, :exception]` metadata from `:error` to `:reason` to match the documentation and the telemetry specification (`:error` is still emitted for compatibility but it will be fully removed on v1.6)
Expand Down
Loading

0 comments on commit 7c158a2

Please sign in to comment.