Releases: Canner/wren-engine
Releases · Canner/wren-engine
0.4.7
What's Changed
- Enable pg-wire-protocol in example by @goldmedal in #587
- Redesign Modeling Module in Rust and DataFusion by @goldmedal in #570
- Add test case for ibis by @grieve54706 in #583
- Add dryRun parameter for query API by @grieve54706 in #593
Full Changelog: 0.4.6...0.4.7
0.4.6
What's Changed
- Rollback version to 0.4.5 to sync to maven version by @grieve54706 in #579
- Make config be singleton by @grieve54706 in #576
- Add logger by @grieve54706 in #575
- Fix v2 dry plan by @grieve54706 in #580
- Adjust manifest string to base64 by @grieve54706 in #581
- Add heap_size setting env for engine image by @goldmedal in #582
- Remove unused test-with-secrets workflow by @goldmedal in #585
- Upgrade DuckDB to v0.10.3 by @goldmedal in #586
Full Changelog: 0.4.5...0.4.6
0.4.5
What's Changed
- Adjust architecture with poetry by @grieve54706 in #557
- fix license badge by @cyyeh in #560
- Modify readme by @chilijung in #568
- Update README.md by @chilijung in #569
- Analyze the source dataset of the expression in the join criteria in the decision point API by @goldmedal in #564
- [REBASE] Implement ibis server by @grieve54706 in #574
- Fix stable-release-flow by @goldmedal in #577
New Contributors
Full Changelog: 0.4.4...0.4.5
0.4.4
What's Changed
- fix(Ibis-server): add database to connection info by @onlyjackfrost in #549
- Implement DecisionPointAnalyzer and refine the analysis API by @goldmedal in #548
- Add GroupByKey without index literal in DecisionPointAnalyzer Result by @goldmedal in #550
- Fix the macro parameter can't accept a function call string by @goldmedal in #552
- Update LICENSE by @chilijung in #555
- Run v1-engine test when labeled
v1-engine-changed
only by @goldmedal in #554 - Enhance the used columns analyze and required datasets for dynamic query mode by @goldmedal in #556
New Contributors
- @onlyjackfrost made their first contribution in #549
Full Changelog: 0.4.3...0.4.4
0.4.3
What's Changed
- Add Ibis server by @grieve54706 in #545
- Disable the Wren Protocol and cache layer in default by @goldmedal in #546
- Add function test and fix timestamp in DuckDB by @goldmedal in #547
Full Changelog: 0.4.1...0.4.3
0.4.1
What's Changed
- Fix the DuckDB type mapping and enhance the error handling for MDL deploying by @goldmedal in #544
Full Changelog: 0.4.0...0.4.1
0.4.0
What's Changed
- Upgrade DuckDB to 0.10.2 by @goldmedal in #535
- Support type for Snowflake by @grieve54706 in #534
- Implement MDL Validation API and Provide COLUMN_IS_VALID rule by @goldmedal in #536
- Fix the duplicate required relationship info for an expression by @goldmedal in #539
- Enhance null value handling by @goldmedal in #540
- Fix the expression of metric dimension generating by @goldmedal in #541
- Fix the query scope of the model calculated field by @goldmedal in #542
- Remove legacy validation dependency by @goldmedal in #543
Full Changelog: 0.3.3...0.4.0
0.3.3
What's Changed
- Upgrade to Java 21 and airbase 153 by @goldmedal in #519
- chore: add readme by @chilijung in #521
- Add readme by @chilijung in #522
- Provide API for SQL Dry-Run and Dry-Plan by @goldmedal in #527
- Modify catalog to wrenai by @grieve54706 in #529
- Create view metadata in pg_catalog by @goldmedal in #528
- Fix query view with filter for bigquery connector by @goldmedal in #530
- Implement Snowflake data source by @grieve54706 in #524
- Handle HugeInt type for DuckDB connector by @goldmedal in #531
- Support dynamic query mode in preview api by @goldmedal in #532
- Set up JDK 21 before preparing release by @goldmedal in #533
New Contributors
- @chilijung made their first contribution in #521
Full Changelog: 0.3.2...0.3.3
0.1.0
What's changed
- Postgres Wire Protocol
- support JDBC basically
- support Metabase (beta)
- Query with
psql
- Supported Data source
- BigQuery
- Postgres
- Data Modeling (Accio MDL)
- Model, Metric, Relation, ENUM and View
- Pre-Aggregation for Metric
- Data Access
ONE_TO_ONE
Relationship AccessONE_TO_MANY
andMANY_TO_ONE
Relationship Access- Basic Lambda Function and Array Function