Skip to content

v0.19.0 - May 15, 2026

Choose a tag to compare

@NicoleMGomes NicoleMGomes released this 15 May 13:39
· 43 commits to main since this release
1c2e930

What's New

  • ClientConfig dataclass (sap_cloud_sdk.agentgateway.ClientConfig): a new configuration object accepted by AgentGatewayClient and create_client(). Currently exposes a single timeout: float field controlling the HTTP timeout (in seconds) for all token requests and MCP server calls.

Improvements

  • Increased default HTTP timeout from 30.0 s to 60.0 s to better accommodate slower MCP server response times.
  • Centralised timeout configuration: the previously hard-coded _HTTP_TIMEOUT constants in _customer.py and _lob.py are replaced by DEFAULT_TIMEOUT_SECONDS defined in the new config.py module and propagated through all internal HTTP call sites.

Contributors