v2.146.0
·
2764 commits
to main
since this release
This release adds support for retrying messages with small (<64KB) bodies. Now when retry policies specify retries for POST messages, etc, the proxy will properly buffer and resubmit these messages bodies when responses are classified as a failure. This release also modifies the proxy's identity subsystem to instantiate a client on-demand so client connections are not retained continually. The identity client is typically used only once per day, so there's no need to maintain these resources continually.