1.26.4 release notes
8th December 2023
🛠️ Bug fixes
- Fixed a bug where a
RequestLog
isn't complete when anHttpResponse
is cancelled. #5312 - gRPC HTTP/JSON transcoding service now sends 400 Bad Request when the request body is invalid JSON. #5306 #5307
- You no longer encounter misleading logs stating
An error occurred while pushing a context
when an exception is raised in the callbacks of a context-aware future. #5328