v1.2.922-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat(stage): support metadata$file_path, file_basename, file_content_key, file_last_modified by @youngsofun in #20036
- feat(storage): add allowlist endpoint_url_policy mode by @youngsofun in #20047
Thoughtful Bug Fix 🔧
- fix(query): update nested materialized CTE ref counts by @SkyFan2002 in #20026
- fix(storage): refine proxy statistics routing by @KKould in #20024
- fix(query): mark async sink finish after completion by @YZL0v3ZZ in #20021
- fix: avoid repeated stale spill meta cleanup in RECLUSTER FINAL by @zhyass in #20037
- fix: avoid abort on allocation failure in concat and spill paths by @zhyass in #20039
- fix(query): mark async accumulating finish after completion by @YZL0v3ZZ in #20043
- fix(query): skip unsupported runtime filter probe targets by @SkyFan2002 in #20040
- fix(storage): move stage_path_traversal_policy from settings to config by @youngsofun in #20046
Code Refactor 🎉
- refactor: udf: store UDF metadata as table types by @drmingdrmer in #20034
- refactor(query): remove legacy aggregate pipeline by @dqhl76 in #20022
- refactor: meta: remove file format encode sentinels by @drmingdrmer in #20035
- refactor: remove unused StorageParams::None variant by @youngsofun in #20041
Build/Testing/CI Infra Changes 🔌
- ci: fix cloud load benchmark runner by @forsaken628 in #20028
Full Changelog: v1.2.921-nightly...v1.2.922-nightly