summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.14/guide/migrating_from_2.11.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2025-09-18 13:57:15 +0200
committerLoïc Hoguin <[email protected]>2025-09-18 13:57:15 +0200
commite42e75dcec01ad8e13202c0a24fc48b19d62873a (patch)
tree8c7366ab6ada4482ba20131de66b3da527a9a4e5 /docs/en/cowboy/2.14/guide/migrating_from_2.11.asciidoc
parenteb808a3f8bbd97d2a2ea0114b43b708a17b44066 (diff)
downloadninenines.eu-e42e75dcec01ad8e13202c0a24fc48b19d62873a.tar.gz
ninenines.eu-e42e75dcec01ad8e13202c0a24fc48b19d62873a.tar.bz2
ninenines.eu-e42e75dcec01ad8e13202c0a24fc48b19d62873a.zip
Cowboy 2.14.0
Diffstat (limited to 'docs/en/cowboy/2.14/guide/migrating_from_2.11.asciidoc')
-rw-r--r--docs/en/cowboy/2.14/guide/migrating_from_2.11.asciidoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/en/cowboy/2.14/guide/migrating_from_2.11.asciidoc b/docs/en/cowboy/2.14/guide/migrating_from_2.11.asciidoc
new file mode 100644
index 00000000..ab746426
--- /dev/null
+++ b/docs/en/cowboy/2.14/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.