Skip to content

v0.10.3: Parameter coercion & client attribution fix

Choose a tag to compare

@surendranb surendranb released this 17 Aug 01:49
· 14 commits to main since this release

Changes in v0.10.3

  • Parameter coercion: Coerce row_limit, start_row, and summary_only safely at tool boundaries to prevent TypeError: '<' not supported between instances of 'int' and 'str' (Fixes #7).
  • Client attribution: Add persistent _RUNTIME_CLIENT cache to maintain clientInfo attribution across stateless tool calls (Fixes #4).
  • Dual gateway failover: Add automatic failover between primary and secondary telemetry gateways.