0.12.0
What's Changed
- feat(session-context): cache session context by @grieve54706 in #870
- feat(mssql): use msodbcsql instead of freetds by @grieve54706 in #872
- fix(core): fix the remote column inferring and disable simplify expression rule by @goldmedal in #874
- chore(metadata): avoid using schema as a field name by @grieve54706 in #878
- chore(doc): remove hacktoberfest campaign by @chilijung in #881
- ci(ibis): update core to avoid caching by @grieve54706 in #880
- ci(ibis): append Trino test to standard tests by @grieve54706 in #879
- ci(image): split ibis building to two jobs by @grieve54706 in #884
- ci: fix by removing non-existent job by @grieve54706 in #885
- fix(core): disable
CountWildcardRule
for BigQuery source by @goldmedal in #883 - fix(mssql): escape special characters for odbc by @grieve54706 in #889
- chore(function-list): fill functions for each data source by @grieve54706 in #871
- feat(core): upgrade DataFusion to the required commit by @goldmedal in #891
- deps(ibis): bump the all group in /ibis-server with 3 updates by @dependabot in #887
- test(mssql): pull out test case about special characters by @grieve54706 in #892
- deps(java): bump the all group across 1 directory with 10 updates by @dependabot in #888
- chore(function-list): lowercase the function name and add missed timestamp functions for bigquery by @goldmedal in #894
- ci(image): adjust build flow by @grieve54706 in #893
- feat(core): introduce Timestamp Simplify rule to handle timezone by @goldmedal in #901
- test: pull out datafusion function count by @grieve54706 in #897
- fix(ibis): remove redundant comma of the function list by @goldmedal in #902
- ci(image): fix missing sha tag by @grieve54706 in #903
- deps(java): bump the all group with 3 updates by @dependabot in #898
- deps(ibis): bump the all group in /ibis-server with 2 updates by @dependabot in #899
- feat(ibis): Implement Snowflake Metadata APIs by @ongdisheng in #895
- fix(core): disable pushdown filter to keep the casting for timestamp column by @goldmedal in #907
- deps(core): update thiserror requirement from 1.0.61 to 2.0.3 in /wren-core in the all group by @dependabot in #900
- feat(core): register timestamptz type to DataFusion timestamp with time zone type by @goldmedal in #908
- chore(ibis): move the wren_core into function by @grieve54706 in #911
- test(mssql): add non ascii column case by @grieve54706 in #912
New Contributors
- @ongdisheng made their first contribution in #895
Full Changelog: 0.11.2...0.12.0