Skip to content

wren: v0.13.1

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Jul 02:10
374a6ee

0.13.1 (2026-07-20)

Bug Fixes

  • athena: push LIMIT into SQL and strip trailing semicolon on wrap (#2457) (79af489)
  • canner: strip trailing semicolon on unlimited query path (#2488) (c7e7462)
  • clickhouse: catch SqlglotError in type string parsing (#2523) (e99d5ee)
  • connector: use public strip_trailing_semicolon in dry_run paths (#2550) (4e0c4f3)
  • context: guard wren context show/validate against null relationship models (#2494) (30f045d)
  • databricks: strip trailing semicolon before query execute (#2477) (7aebe4e)
  • datafusion: strip trailing semicolon before dry_run (#2463) (fc5949f)
  • memory: guard schema indexing against null relationship models (#2493) (e19677f)
  • postgres: strip trailing semicolon on unlimited query path (#2490) (7e4cfca)
  • profile: mask all registry-sensitive fields in wren profile debug (#2492) (68cf17b)
  • snowflake: strip trailing semicolon before dry_run describe (#2487) (724c9bd)
  • trino: coerce verify=false URL/kwargs for SSL connections (#2481) (243eec8)
  • trino: fall back on Sqlglot TokenError for type strings (#2505) (82ad7a1)
  • trino: sanitize bracketed userinfo and URL-decode credentials (#2472) (769e222)
  • type_mapping: skip non-dict rows in parse/translate_types (#2508) (aab727f)
  • wren: align MCP handlers with ServeContext and query limits (#2500) (55c128a)
  • wren: bump transitive deps to clear security advisories (#2529) (9b2c362)
  • wren: treat non-string SQL as not exploratory (#2509) (cba94ad)

Performance Improvements

Documentation