-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phoenix v1.6.0 Released! 🚀 #143
Comments
|
Full list of defp deps do
[
{:phoenix, "~> 1.6.0"},
{:phoenix_ecto, "~> 4.4"},
{:ecto_sql, "~> 3.6"},
{:postgrex, ">= 0.0.0"},
{:phoenix_html, "~> 3.0"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 0.16.4"},
{:floki, ">= 0.30.0", only: :test},
{:phoenix_live_dashboard, "~> 0.5"},
{:esbuild, "~> 0.2", runtime: Mix.env() == :dev},
{:swoosh, "~> 1.3"},
{:telemetry_metrics, "~> 0.6"},
{:telemetry_poller, "~> 1.0"},
{:gettext, "~> 0.18"},
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"}
]
end |
Building static assets and hot-reloading is sooooo much faster!!
|
Upgrade instructions: https://gist.github.com/chrismccord/2ab350f154235ad4a4d0f4de6decba7b |
The step in the Phoenix Upgrade guide where we |
Updated the Hits app https://hits.dwyl.com to use Phoenix |
We now have a "real" Phoenix |
|
Really excited about this release: https://github.com/phoenixframework/phoenix/tags
![phoenix-1 6rc](https://user-images.githubusercontent.com/194400/132956828-a51c6da6-c456-4398-9cf5-2b69c8a7ad39.png)
While this may appear to be a "minor" update (from SemVer perspective), it's actually pretty significant.
See: CHANGELOG: https://github.com/phoenixframework/phoenix/blob/master/CHANGELOG.md#changelog-for-v16
Todo
1.6
on a smaller project: Update to Phoenix 1.6 for #17 elixir-auth-github-demo#18GOTO
: Investigate using Swoosh for Email email#52mix phx.gen.auth
generator phx.gen.auth ? auth#133 (this is great news!)The text was updated successfully, but these errors were encountered: