---
title: "Phoenix v1.5.0 released!"
url: https://daily.dev/posts/phoenix-v1-5-0-released--qe5h9cnb4
source_url: https://forum.elixirforum.com/t/phoenix-v1-5-0-released/30693
type: article
source: "Elixir Forum"
published: 2026-07-09T07:04:13.757Z
updated: 2026-07-09T07:05:04.207Z
tags: ["elixir", "liveview"]
reading_time: 5
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Phoenix v1.5.0 released!

**[Elixir Forum](https://daily.dev/sources/elixirforum)** · 5 min read · 0 upvotes · 0 comments

## Summary

Phoenix v1.5.0 has been released for the Elixir web framework, bringing several major features. Phoenix LiveDashboard is now included by default, offering real-time performance monitoring, a streaming request logger, process inspection, and cluster-wide node support. New LiveView generators (`phx.gen.live` and `--live` flag for `phx.new`) make it easier to bootstrap LiveView-powered CRUD interfaces. Phoenix.PubSub has been upgraded to 2.0 with a more flexible fastlane mechanism and is now explicitly placed in the supervision tree to prevent startup race conditions. Additional improvements include built-in MSSQL support via the `tds` adapter, revamped documentation guides, telemetry integration, and several deprecations including the Cowboy 1 adapter and endpoint-based PubSub configuration.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://forum.elixirforum.com/t/phoenix-v1-5-0-released/30693>

---

Tags: [#elixir](https://daily.dev/tags/elixir), [#liveview](https://daily.dev/tags/liveview)

[View this post on daily.dev](https://daily.dev/posts/phoenix-v1-5-0-released--qe5h9cnb4)
