Skip to content

Commit 1346b00

Browse files
committed
adding entry to current.yaml
1 parent adfff2d commit 1346b00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

changelogs/current.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ removed_config_or_runtime:
129129
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
130130

131131
new_features:
132+
- area: golang
133+
change: |
134+
Added ``DownstreamSslConnection()`` method to the Golang HTTP filter's ``StreamInfo`` interface,
135+
providing access to SSL/TLS connection information for the downstream connection. This includes
136+
peer certificate details (subject, issuer, serial number, SANs, validity), TLS version, cipher
137+
suite, and PEM-encoded certificates. This achieves feature parity with the Lua filter's
138+
``downstreamSslConnection()`` functionality.
132139
- area: dynamic_modules
133140
change: |
134141
Added dynamic module input matcher extension which would allow implementing custom matching logic

0 commit comments

Comments
 (0)