Skip to content

chore(main): release wren 0.12.0#2

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--wren
Open

chore(main): release wren 0.12.0#2
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--wren

Conversation

@github-actions

@github-actions github-actions Bot commented May 19, 2026

Copy link
Copy Markdown

πŸ€– I have created a release beep boop

0.12.0 (2026-06-29)

⚠ BREAKING CHANGES

  • wren: rename PyPI package from wren-engine to wrenai (#2315)

Features

  • add MDL layout versioning and dialect field on Model and View (#1556) (db2f0e4)
  • add wren-core-wasm module with browser WASM support (#1568) (5165a20)
  • context: bind a connection profile to a project (#2251) (41fbe41)
  • core: import wren-engine into core/ (cc9b67f)
  • core: import wren-engine into core/ (#2209) (8b8a1a3)
  • wasm: full Cube support β€” validate, translate, PyO3, CLI, WASM, docs (#2282) (026111e)
  • wren-core: add refSql model support (#1555) (815889c)
  • wren-core: support composite (multi-column) primary keys (#2345) (d33917f)
  • wren: .env-driven profile secrets, auto connection validation, and wren-install-guide skill (#1588) (bdd0758)
  • wren: add wren docs connection-info CLI command (#1507) (6159d98)
  • wren: add dbt import workflow (#2279) (0bd16b8)
  • wren: add LanceDB-backed memory layer for schema and query retrieval (#1494) (d8c1511)
  • wren: add memory list, forget, dump & load commands (#1531) (8660f58)
  • wren: add profile management for named connection profiles (#1509) (85ea8bb)
  • wren: add standalone wren Python SDK package (#1471) (5bc9893)
  • wren: add v5 project layout (schema_version 5) (#2386) (d50b9bc)
  • wren: build MDL manifests from OSI semantic models (#2322) (983cf8b)
  • wren: case-aware column & model binding in the CTE rewriter (#2400) (58f3f51)
  • wren: CLI 0.2.0 β€” context management, profiles, strict mode & memory (#1522) (b31a1c1)
  • wren: CTE-based SQL planning with per-model expansion (#1479) (d70f789)
  • wren: extend standalone CLI with MySQL support and auto-discovery (#1476) (c7e7133)
  • wren: GenBI app build & deploy β€” semantic layer β†’ shareable web app (#2348) (67257bf)
  • wren: generate AGENTS.md during wren context init (#1526) (9990bc8)
  • wren: preserve SELECT * in CTE rewriter (#1536) (0afaef7)
  • wren: query MDL views in the SDK rewriter and strict mode (#2334) (731c9c0)
  • wren: serve agent skills and reference docs from the CLI (#2329) (cbd10cd)
  • wren: v5 project layout β€” knowledge/ first-class, memory decoupled from LanceDB (#2399) (3e34906)

Bug Fixes

  • athena: treat DECIMAL(p) as scale 0, not a default non-zero scale (#2403) (22d3125)
  • disable transformers progress bar on Windows (#2368) (f91529b)
  • 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)
  • oracle: replace ibis[oracle] with native oracledb cursor connector (#1495) (a230488)
  • wren: address CodeRabbit review feedback (a28058d)
  • wren: fix CLI 0.2.0 docs β€” description placement, install extras, CLI flags (#1523) (72c4917)
  • wren: honor SQL identifier case across policy, extract, and CTE rewriter (#2310) (9b5fe22)
  • wren: load cubes from folder-per-entity layout (#2350) (6f2542e)
  • wren: run full unit suite in CI and fix upgrade tests for schema_version 5 (#2388) (c36e56e)
  • wren: support Databricks catalog (#2340) (5e58ef6)
  • wren: suppress model-loading noise and improve memory CLI error message (#1529) (1135c0c)

Performance Improvements

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

Dependencies

  • clear 5 high-severity Dependabot alerts on main (#2330) (cee71e6)
  • wren: bump transitive deps for security patches (d064db6)

Documentation

  • wren: document macOS memory first-run scan (#2354) (40b1a97)
  • wren: fix cube quickstart and align YAML/CLI examples with implementation (#2359) (be69509)
  • wren: rebrand README to Wren AI and expand rename migration note (#2316) (f3a00eb)

Miscellaneous Chores

  • wren: rename PyPI package from wren-engine to wrenai (#2315) (20cffa9)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot changed the title chore(main): release wren 0.7.0 chore(main): release wren 0.8.0 May 22, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--wren branch 3 times, most recently from 10b8223 to 83d4e57 Compare May 26, 2026 07:02
@github-actions github-actions Bot changed the title chore(main): release wren 0.8.0 chore(main): release wren 0.9.0 May 27, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--wren branch 3 times, most recently from 0be04f9 to b35f3c5 Compare May 30, 2026 10:07
@github-actions github-actions Bot changed the title chore(main): release wren 0.9.0 chore(main): release wren 0.10.0 Jun 5, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--wren branch 2 times, most recently from 2bca968 to c05e859 Compare June 11, 2026 11:51
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--wren branch 2 times, most recently from d3ac206 to 2d8a4dd Compare June 17, 2026 10:18
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--wren branch from 2d8a4dd to 7ff4fa2 Compare June 19, 2026 10:48
@github-actions github-actions Bot changed the title chore(main): release wren 0.10.0 chore(main): release wren 0.11.0 Jun 22, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--wren branch 2 times, most recently from 54735af to d5769d8 Compare June 26, 2026 11:17
@github-actions github-actions Bot changed the title chore(main): release wren 0.11.0 chore(main): release wren 0.12.0 Jun 27, 2026
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--wren branch from d5769d8 to a5b14b6 Compare June 27, 2026 09:02
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--wren branch from a5b14b6 to 16457f1 Compare June 29, 2026 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants