Releases: Canner/wren-engine
Releases · Canner/wren-engine
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