Skip to content

v0.3.25

Choose a tag to compare

@github-actions github-actions released this 19 May 12:00
· 74 commits to refs/heads/main since this release
02cee9b

Changes

  • test(gizmosql): start GizmoSQL via gizmosql PyPI package, drop Docker (#1936)

🚀 Performance improvements

  • perf(tui): move SQL highlighting off the UI thread (#1934)

✨ Enhancements

  • feat(catalog): joint uv wheel resolution for compose and run (#1938)
  • feat(packager): PEP 723 inline metadata for single-script builds (#1956)

🐞 Bug fixes

  • fix(logging): drop None attribute values from RunLogger.log_span_event (#1940) (#1944)
  • fix(packager): surface stderr/stdout in uv_tool_run failures (#1957)
  • fix(packager): default to uv --link-mode hardlink on macOS (#1942) (#1946)

📦 Build system

  • ci: skip docs-only PRs via paths-filter, always run on push to main (#1947)

🛠️ Other improvements

  • refactor(xorq_datafusion): flatten DataFusionBackend inheritance (#1869)
  • refactor(config): add parse_bool_env for consistent env var parsing (#1949)

Thank you to all our contributors for making this release possible!
@dlovell, @hussainsultan, @mesejo, @paddymul and @prmoore77