Skip to content

v0.31.1

Choose a tag to compare

@rustyconover rustyconover released this 30 Aug 19:34
· 45 commits to main since this release

Added

  • Meta.comment for functions: a short, static, operator-facing note
    (e.g. "deprecated, use v2"), distinct from Meta.description's intrinsic
    documentation. Flows through resolve_metadata -> FunctionInfo.comment
    -> the wire (the field already existed there, inherited from
    CatalogObject same as tables/views — nothing previously populated it
    for functions). Static only: there's no catalog_function_comment_set
    RPC, so COMMENT ON FUNCTION still isn't supported.

🤖 Generated with Claude Code