Skip to content

Releases: Canner/wren-engine

0.9.2

30 Aug 07:01
Compare
Choose a tag to compare

What's Changed

  • Update datafusion requirement from 40.0.0 to 41.0.0 in /wren-modeling-rs in the all group by @dependabot in #745
  • chore(dependabot): edit PR title and add labels by @grieve54706 in #750
  • chore(duckdb): add log to ensure duckdb execute init sql and session sql by @grieve54706 in #748
  • chore(test): remove assert text content for dry_plan by @grieve54706 in #749
  • ci(pr-title-validator): add action to validate pr title follow conventional commits by @grieve54706 in #753
  • ci(integration-tests): add more activity types by @grieve54706 in #754
  • fix(core): the properties should be a json object in the MDL file by @goldmedal in #756
  • feat(core): support case sensitive identifier by @goldmedal in #755
  • feat(core): handle JoinType serde using SCREAMING_SNAKE_CASE and snake_case style by @goldmedal in #760
  • fix: keep using tdsodbc until web could support by @grieve54706 in #761
  • feat(core): support the default catalog and schema for wren-core Rust by @goldmedal in #762
  • chore(java-deps): bump the all group across 1 directory with 3 updates by @dependabot in #759
  • chore: add bug_report and feature_request template by @goldmedal in #765
  • feat(core): add TPC-H test and fix the syntax error by @goldmedal in #766
  • fix(core): fix the calculation column of the view with case sensitive name by @goldmedal in #767
  • fix(trino): filter table by schema and fix the indent by @onlyjackfrost in #773

Full Changelog: 0.9.1...0.9.2

0.9.1

15 Aug 03:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.0...0.9.1

0.9.0

29 Jul 02:21
Compare
Choose a tag to compare

What's Changed

Wren Core in Rust (beta)

  • Model
  • Column
    • Expression #570
    • Calculated Field
  • Relationship
    • MDL Lineage #588
    • Relationship Column #595
    • Used by Calculated Field
      • TO_ONE #595 #613
      • TO_MANY
      • Use the calculated field in another related model #676
  • View
    • Query View #645
    • Cycling View Check #645
  • Python API (PyO3)
  • CI workflow (We can follow how DataFusion do it)
    • Cargo Build Test
    • Unit test
    • Cargo fmt check
    • Cargo clippy check
    • e2e test #604
  • type enhancement #590

Full Changelog: 0.8.2...0.9.0

0.8.2

23 Jul 04:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.8.2

0.8.0

19 Jul 04:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.8.0

0.7.0

05 Jul 08:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

28 Jun 07:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.2...0.6.0

0.5.2

27 Jun 07:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.5.2

0.5.1

20 Jun 03:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

12 Jun 08:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.7...0.5.0