v1.2.919-nightly
Pre-release
Pre-release
What's Changed
Exciting New Features ✨
- feat(time-travel): add NO_CHECK for timestamp navigation via UUID v7 by @dantengsky in #19764
- feat(query): support arrow stage file formats by @youngsofun in #19953
- feat(query): support async table hooks by @KKould in #19962
- feat(query): replace Geometry deserialization with streaming bbox extraction by @TCeason in #19944
Thoughtful Bug Fix 🔧
- fix(query): quote binder rewrite identifiers by @sundy-li in #19969
- fix(query): harden connection info masking in logs and error messages by @bohutang in #19889
- fix(query): add stage path traversal policy by @youngsofun in #19973
- fix(query): reject duplicate named windows by @KKould in #19978
- fix(query): avoid eliminating aggregate union branch by @KKould in #19987
- fix(storage): S3 region detection timeout should not fail the query by @dantengsky in #19985
- fix(query): preserve offset above outer join limit pushdown by @KKould in #19988
- fix(query): preserve task options on alter set by @KKould in #19976
Code Refactor 🎉
- refactor(meta): remove kvapi::Value impls for blanket marker trait by @drmingdrmer in #19974
- refactor(query): split aggregate row pointer capabilities by @forsaken628 in #19986
- refactor(storage): remove native storage format by @zhang2014 in #19982
- refactor: improve RECLUSTER FINAL convergence and memory safety by @zhyass in #19989
Others 📒
Full Changelog: v1.2.918-nightly...v1.2.919-nightly