Release date 2026/08/24
Bugfix
Fixed an issue where the plugin mapped the gRPC
UNIMPLEMENTEDstatus to HTTP 500 instead of 501. The new optionuse_standard_grpc_status_codes(defaultoff) enables the fix.
Release date 2026/08/24
Fixed an issue where the plugin mapped the gRPC UNIMPLEMENTED status to HTTP 500 instead of 501. The new option use_standard_grpc_status_codes (default off) enables the fix.
Release date 2025/03/27
Fixed a bug where the TE (transfer-encoding) header would not be sent to the upstream gRPC servers when grpc-web or grpc-gateweay are in use.
Release date 2025/01/28
Fixed a bug where the TE (transfer-encoding) header would not be sent to the upstream gRPC servers when grpc-web or grpc-gateweay are in use.
Release date 2024/09/11
When there is a JSON decoding error, respond with status 400 and error information in the body instead of status 500.