Skip to content

wren: v0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 03:45
9c32c13

0.13.0 (2026-07-13)

Features

  • wren: serve project capabilities over MCP (#2438) (a38bfd7)

Bug Fixes

  • clickhouse: sanitize brackets in connection-URL userinfo before parse (#2454) (ef0a824)
  • clickhouse: use unquote (not unquote_plus) for URL credentials; decode database (#2436) (d9ba1a1)
  • deps: patch idna, cryptography, and pytest security advisories (#2458) (8c72492)
  • mssql: sanitize brackets in connection-URL userinfo before parse (#2447) (5d94aaa)
  • oracle: sanitize brackets in connection-URL userinfo before parse (#2448) (89b1ec7)
  • oracle: URL-decode credentials from connection_url (#2434) (7db2651)
  • sdk: URL-decode ClickHouse connection-URL credentials and database (#2444) (f178cfe)
  • snowflake: push LIMIT into SQL and strip trailing semicolon on wrap (#2456) (4348f7a)
  • trino: URL-decode credentials and identifiers from connection URL (#2435) (51ed348)
  • type-mapping: fall back on sqlglot TokenError, not just ParseError (#2433) (b7cecc7)