8000 Release v2024.9.18 ยท wvlet/wvlet ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v2024.9.18

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 22:30
· 319 commits to main since this release
3872d22

What's Changed

๐Ÿ”ฅ Breaking Changes

  • lang (breaking): Change the syntax from 'save as' to 'save to' by @xerial in #615

๐Ÿš€ Features

  • runner (feature): Report progress of update Trino queries by @xerial in #630

๐Ÿ› Bug Fixes

  • lang (fix): Resolve return types of generic functions by @xerial in #618
  • lang (fix #52): Properly resolve model types with aggregations by @xerial in #622
  • lang (fix): Resolve nested inline functions by @xerial in #624
  • lang (fix): Properly resolve projected column types by @xerial in #625
  • lang (fix): Preserve window function in the expression by @xerial in #628
  • lang (fix): Preserve backquoted identifiers after resolving types by @xerial in #629

๐Ÿ›  Internal Updates

  • lang (internal): Add ContextLogMethod by @xerial in #616
  • lang (internal): Omit the input relation type from LogicalPlan string by @xerial in #619
  • internal: Auto-label breaking change PRs by @xerial in #623

Full Changelog: v2024.9.17...v2024.9.18

0