Skip to content

v0.31.2

Choose a tag to compare

@rustyconover rustyconover released this 30 Aug 20:06
· 39 commits to main since this release

Fixed

  • Client.table_function, table_in_out_function, table_buffering_function,
    table_function_plan, and table_scan_resumable all hardcoded secrets=None
    on the wire despite the shared internal helpers already accepting and
    threading a secrets parameter — exactly how scalar_function/
    aggregate_function already got it. Not a design gap, just five call
    sites nobody had gone through. Fixed; all five now accept a public
    secrets: dict[str, Any] | None kwarg.

🤖 Generated with Claude Code