Skip to content

Commit 7b9cb38

Browse files
committed
Release v1.7.22
1 parent 912ea18 commit 7b9cb38

10 files changed

Lines changed: 11509 additions & 93 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@ styled with Tailwind CSS by default. You can opt-out of Tailwind CSS with the `-
4646
flag (the Tailwind CSS classes are kept in the generated components as reference for
4747
future styling).
4848

49-
## 1.7.21
49+
## 1.7.22 (2026-05-05)
50+
51+
### Security fixes
52+
* [CVE-2026-32689](https://github.com/phoenixframework/phoenix/security/advisories/GHSA-628h-q48j-jr6q): Fix Phoenix.Socket Longpoll transport memory exhaustion in nd-JSON body splitting
53+
54+
## 1.7.21 (2025-03-27)
5055

5156
### Bug fixes
5257
* Fix socket sometimes not reconnecting after pagehide/pageshow ([#6103](https://github.com/phoenixframework/phoenix/issues/6103))

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Phoenix.MixProject do
88
end
99
end
1010

11-
@version "1.7.20"
11+
@version "1.7.22"
1212
@scm_url "https://github.com/phoenixframework/phoenix"
1313

1414
# If the elixir requirement is updated, we need to make the installer

0 commit comments

Comments
 (0)