Releases: Canner/wren-engine
Releases · Canner/wren-engine
0.13.2
What's Changed
- feat(ibis): introduce Local file connector by @goldmedal in #1029
- fix(bigquery): fix nested column grouping logic by @onlyjackfrost in #1030
Full Changelog: 0.13.1...0.13.2
0.13.1
What's Changed
- fix(ibis): implement workaround for empty json result by @goldmedal in #1013
- feat(core): introduce data control attributes for wren MDL base by @goldmedal in #1014
- deps(core-py): bump ruff from 0.8.3 to 0.8.4 in /wren-core-py in the all group by @dependabot in #1007
- deps(java): bump the all group with 3 updates by @dependabot in #1006
- feat(core): sync DataFusion for the latest SQL syntax by @goldmedal in #1017
- chore(ibis): Support additional PyMySQL configuration via kwargs by @ongdisheng in #1018
- chore(ibis): format float with scientific notation by @goldmedal in #1023
- deps(ibis): bump the all group across 1 directory with 3 updates by @dependabot in #1028
Full Changelog: 0.13.0...0.13.1
0.13.0
What's Changed
- ci(release): remove unused job for push-tag by @grieve54706 in #996
- test: make test use fixture by @grieve54706 in #997
- chore: add class State and use state instead of singleton by @grieve54706 in #998
- feat(core): implement the dialect-specific function unparsing by @goldmedal in #999
- chore(rewriter): pull out duplicate code by @grieve54706 in #1001
- feat(substitute): add model substitute API by @grieve54706 in #1002
- feat(extract): handle extraction failed by @grieve54706 in #1005
- refactor(core): introduce
wren-core-base
module to collect the common structs and utilities by @goldmedal in #1003 - deps(ibis): bump jinja2 from 3.1.4 to 3.1.5 in /ibis-server in the pip group by @dependabot in #1010
- deps(ibis): bump the all group in /ibis-server with 3 updates by @dependabot in #1008
- fix(core): add missing context for image building by @goldmedal in #1011
- fix: fix the context typo for build-image flow by @goldmedal in #1012
Full Changelog: 0.12.7...0.13.0
0.12.7
What's Changed
- fix(core): remove unused check to fix union syntax by @goldmedal in #993
- ci(release): auto generate gh release note by @grieve54706 in #994
- ci(release): fix missing tag by @grieve54706 in #995
Full Changelog: 0.12.6...0.12.7
0.12.6
What's Changed
- feat(core): support querying window function by @grieve54706 in #984
- fix(core): disable
SingleDistinctToGroupBy
for distinct aggregation unparsing by @goldmedal in #985 - chore: use ORJSONResponse for high-performance by @grieve54706 in #987
- chore: wrap http client to init in lifespan by @grieve54706 in #986
- chore: use lifespan and depends by @grieve54706 in #989
- deps(ibis): bump clickhouse-connect from 0.8.9 to 0.8.10 in /ibis-server in the all group by @dependabot in #990
- deps(core-py): bump ruff from 0.8.2 to 0.8.3 in /wren-core-py in the all group by @dependabot in #992
- deps(java): bump the all group with 2 updates by @dependabot in #991
Full Changelog: 0.12.5...0.12.6
0.12.5
What's Changed
- chore(java): make manifest complex to warm more class up by @grieve54706 in #978
- chore(core): upgrade pyo3 to 0.23.3 by @goldmedal in #981
- feat(core): add
dataSource
field to MDL by @goldmedal in #980 - feat(ibis): use
httpx.AsyncClient
instead of httpx.request by @grieve54706 in #979 - chore: merge just commands by @grieve54706 in #982
- deps(java): bump the all group with 3 updates by @dependabot in #976
- deps(ibis): bump the all group across 1 directory with 8 updates by @dependabot in #983
Full Changelog: 0.12.4...0.12.5
0.12.4
What's Changed
- deps(ibis): bump python-multipart from 0.0.16 to 0.0.18 in /ibis-server in the pip group by @dependabot in #967
- feat(core): disable
EliminateNestedUnion
by @goldmedal in #960 - feat(core): use MySQL interval style for output format by @goldmedal in #961
- feat(ibis): use the default input dialect by @goldmedal in #962
- deps(java): bump the all group across 1 directory with 6 updates by @dependabot in #966
- deps(ibis): bump the all group in /ibis-server with 5 updates by @dependabot in #965
- deps(core-py): bump the all group in /wren-core-py with 2 updates by @dependabot in #964
- feat(core): avoid to generate unnamed subquery when planning calculated fields by @goldmedal in #969
- chore: add docker compose yaml by @grieve54706 in #971
- fix(core): fix the StatementAnalyzer for UNNEST and LATERAL query by @goldmedal in #972
- feat(wren-core-py): implement ManifestExtractor by @grieve54706 in #959
- deps(core-py): bump the all group in /wren-core-py with 2 updates by @dependabot in #975
- feat(java): warm up java engine by @grieve54706 in #974
Full Changelog: 0.12.3...0.12.4
0.12.3
What's Changed
- ci(image): remove unused inspect step by @grieve54706 in #942
- fix(core): make aggregate functions and window functions support zero argument by @grieve54706 in #943
- deps(ibis): bump the all group in /ibis-server with 4 updates by @dependabot in #945
- deps(java): bump the all group with 5 updates by @dependabot in #944
- ci(labeler): remove unused label by @grieve54706 in #955
- fix(ibis): Display Snowflake constraints without memtable by @ongdisheng in #957
- feat(core): upgrade DataFusion to support the array of struct syntax by @goldmedal in #956
- test: create a framework for testing functions by @grieve54706 in #927
Full Changelog: 0.12.2...0.12.3
0.12.2
What's Changed
- ci(milesonte): remove impracticable workflow by @grieve54706 in #937
- ci(maven-test): fix condition by @grieve54706 in #935
- chore: adjust wording and log by @grieve54706 in #938
- chore: remove unused ci by @grieve54706 in #939
- ci(labeler): add ci and v1-engine-changed by @grieve54706 in #936
- chore(core): remove unused
properties
field by @goldmedal in #941
Full Changelog: 0.12.1...0.12.2
0.12.1
What's Changed
- feat(core): support to Array and Struct type by @goldmedal in #914
- feat: Use data types defined in the Rust Wren Engine to do type mapping by @onlyjackfrost in #913
- deps(java): bump com.zaxxer:HikariCP from 6.1.0 to 6.2.1 in the all group by @dependabot in #918
- fix(core): disable CommonSubexprEliminate to avoid generate invalid plan for unparsing by @goldmedal in #917
- deps(ibis): bump the all group in /ibis-server with 2 updates by @dependabot in #919
- deps(ibis): bump aiohttp from 3.10.10 to 3.10.11 in /ibis-server in the pip group by @dependabot in #921
- deps(core): update sqllogictest requirement from 0.22.0 to 0.23.0 in /wren-core in the all group by @dependabot in #920
- feat(core): support to define param_names and param_types in the list file by @goldmedal in #925
- ci(image): fix missing nightly tag and fix tag when building imagetools by @grieve54706 in #932
- ci(milestone): add workflow to assign milestone to new PR by @grieve54706 in #934
- feat(engine): handle target.* by @grieve54706 in #933
Full Changelog: 0.12.0...0.12.1