diff --git a/changelog/unreleased/kong/feat-disable-h2-alpn.yml b/changelog/unreleased/kong/feat-disable-h2-alpn.yml new file mode 100644 index 000000000000..bab069d09922 --- /dev/null +++ b/changelog/unreleased/kong/feat-disable-h2-alpn.yml @@ -0,0 +1,4 @@ +message: | + **Core**: Added `tls.disable_http2_alpn()` function needed patch for disabling HTTP/2 ALPN when tls handshake. +type: feature +scope: Core