Skip to content

wren: v0.10.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 07:56
bc32256

0.10.0 (2026-06-18)

Features

  • wren-core: support composite (multi-column) primary keys (#2345) (d33917f)
  • wren: GenBI app build & deploy — semantic layer → shareable web app (#2348) (67257bf)

Bug Fixes

  • ensure UTF-8 encoding for YAML file operations on Windows (#2357) (322bd79)
  • memory: avoid identifier columns in aggregation seed queries (#2358) (d5e7879)
  • mysql: handle brackets in connection URLs (#2367) (8850abe)
  • wren: load cubes from folder-per-entity layout (#2350) (6f2542e)

Performance Improvements

  • cli: use find_spec instead of eager import to detect memory extra (#2352) (81d15fa)

Documentation

  • wren: document macOS memory first-run scan (#2354) (40b1a97)
  • wren: fix cube quickstart and align YAML/CLI examples with implementation (#2359) (be69509)