Skip to content

Commit

Permalink
release: v1.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Guy Daich <guy.daich@sap.com>
  • Loading branch information
guydc committed Dec 12, 2024
1 parent 7bb7624 commit 4b34f0f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions release-notes/v1.1.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
date: December 12, 2024

# Changes that are expected to cause an incompatibility with previous versions, such as deletions or modifications to existing APIs.
breaking changes: |
# New features or capabilities added in this release.
new features: |
# Fixes for bugs identified in previous versions.
bug fixes: |
Fixed validate proto messages before converting them to anypb.Any
Fixed BackendTlsPolicy specify multiple targetRefs of the same service, only one will work
Fixed Envoy rejecting TCP Listeners that have no attached TCPRoutes
Fixed frequent 503 errors when connecting to a Service experiencing high Pod churn
Fixed reference grant from EnvoyExtensionPolicy to referenced ext-proc backend not respected
Fixed BackendTrafficPolicy not applying to Gateway Route when Route has a Request Timeout defined
# Enhancements that improve performance.
performance improvements: |
# Other notable changes not covered by the above sections.
Other changes: |
Bumped Rate Limit to 49af5cca

0 comments on commit 4b34f0f

Please sign in to comment.