1.32.4 release notes
8th April 2025
🛠️ Bug fixes
- Fixed a potential deadlock in
RetryingClient
caused by an incompleteRequestLog
. #5714 - Fixed a bug where
RequestLog
is not completed when the HTTP response is fully consumed on the client. #5714 - Handled race conditions between
onSubscribe
andonError
when aborting aStreamMessage
. #6168 - Resolved memory pressure issues caused by incomplete HTTP/2 streams. #6166
- Properly logs remote peer information when an unexpected request failure occurs on the client side. #6189
- Improved slow endpoint updates in
HealthCheckedEndpointGroup
. #6190