File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v1.21.0
3+ ## v1.21.0-dev
44
55### Enhancements
66
77 * [ Plug.Router] Add the ` query/3 ` macro for routing HTTP QUERY (RFC 10008) requests
88 * [ Plug.Parsers] Parse request bodies for the HTTP QUERY method (RFC 10008)
99 * [ Plug.CSRFProtection] Treat the safe, idempotent HTTP QUERY method (RFC 10008) as unprotected
1010
11+ ## v1.20.2 (2026-06-30)
12+
13+ ### Bug fixes
14+
15+ * [ Plug.Conn] Set state to ` :set_upgrade ` and status to 101 when running ` before_send ` callbacks for upgrades
16+
1117## v1.20.1 (2026-06-23)
1218
1319### Bug fixes
Original file line number Diff line number Diff line change 11defmodule Plug.MixProject do
22 use Mix.Project
33
4- @ version "1.20.1 "
4+ @ version "1.21.0-dev "
55 @ description "Compose web applications with functions"
66 @ xref_exclude [ Plug.Cowboy , :ssl ]
77 @ source_url "https://github.com/elixir-plug/plug"
You can’t perform that action at this time.
0 commit comments