-
Notifications
You must be signed in to change notification settings - Fork 921
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the release note for 1.26.4 (#5317)
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
date: 2023-12-08 | ||
--- | ||
|
||
## 🛠️ Bug fixes | ||
|
||
- Fixed a bug where a <type://RequestLog> isn't complete when an <type://HttpResponse> is cancelled. #5312 | ||
- [gRPC HTTP/JSON transcoding](https://cloud.google.com/endpoints/docs/grpc/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 | ||
|
||
## 🙇 Thank you | ||
|
||
<ThankYou usernames={[ | ||
'ikhoon', | ||
'jrhee17', | ||
'KarboniteKream', | ||
'ks-yim', | ||
'mauhiz', | ||
'minwoox', | ||
'mraasvel', | ||
'trustin' | ||
]} /> |