Skip to content

v2.146.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 18:58
· 2764 commits to main since this release
release/v2.146.0
cd6da0f
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.