aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/migrating_from_2.11.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2024-03-14 15:06:07 +0100
committerLoïc Hoguin <[email protected]>2024-03-14 15:06:07 +0100
commit3ea8395eb8f53a57acb5d3c00b99c70296e7cdbd (patch)
treeec4e46cc8f911f282926f9af664decf0168b47bb /doc/src/guide/migrating_from_2.11.asciidoc
parentf7956a0f44fb3d7c926c4fe76d703b20d3ab734b (diff)
downloadcowboy-3ea8395eb8f53a57acb5d3c00b99c70296e7cdbd.tar.gz
cowboy-3ea8395eb8f53a57acb5d3c00b99c70296e7cdbd.tar.bz2
cowboy-3ea8395eb8f53a57acb5d3c00b99c70296e7cdbd.zip
Cowboy 2.12.02.12.0
Diffstat (limited to 'doc/src/guide/migrating_from_2.11.asciidoc')
-rw-r--r--doc/src/guide/migrating_from_2.11.asciidoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/src/guide/migrating_from_2.11.asciidoc b/doc/src/guide/migrating_from_2.11.asciidoc
new file mode 100644
index 0000000..ab74642
--- /dev/null
+++ b/doc/src/guide/migrating_from_2.11.asciidoc
@@ -0,0 +1,15 @@
+[appendix]
+== Migrating from Cowboy 2.11 to 2.12
+
+Cowboy 2.12 contains a small security improvement for
+the HTTP/2 protocol.
+
+Cowboy 2.12 requires Erlang/OTP 24.0 or greater.
+
+=== Features added
+
+* A new HTTP/2 option `max_fragmented_header_block_size` has
+ been added to limit the size of header blocks that are
+ sent over multiple HEADERS and CONTINUATION frames.
+
+* Update Cowlib to 2.13.0.