From 240bd4306af05ea51c589d2b461bfa135293be02 Mon Sep 17 00:00:00 2001 From: Itay Ariel Date: Tue, 29 Aug 2023 15:51:22 +0300 Subject: [PATCH] chor: add changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ecd267e2..7d1458848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ This changelog keeps track of work items that have been completed and are ready - **Operator**: Remove ScaledObject `name` & `app` custom labels ([#717](https://github.com/kedacore/http-add-on/issues/717)) - **Scaler**: Provide graceful shutdown for grpc server on SIGINT and SIGTERM ([#731](https://github.com/kedacore/http-add-on/issues/731)) - **Scaler**: remplement custom interceptor metrics ([#718](https://github.com/kedacore/http-add-on/issues/718)) +- **Interceptor**: Add support for streaming responses ([#726](https://github.com/kedacore/http-add-on/issues/743)) ### Deprecations