Skip to content

Engine 0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 19:23
· 228 commits to refs/heads/main since this release
1c4d568

✨ Features & Enhancements

  • support since windows in collect aggregations (#583)
  • Add record field manipulation (#582)
  • Execute Python queries (#575)
  • Allow writing to a channel (#572)
  • collect to list (non-windowed) (primitive/strings/booleans) (#569)
  • Prepare data in rust (#568)
  • sparrow_py initial table management (#565)
  • Connect Python builder to Rust (#561)
  • index for DataType::List (#562)
  • Prototype calling Python UDFs from rust (#559)
  • add prototype python query builder (#553)
  • Use new hashing (#545)

🐞 Bug fixes

  • fix default schema in inference for map/list (#577)
  • fix non-generic conversions in string spread (#563)

🛠️ Other improvements

  • removed redis destination (#542)
  • fix wren panic on failed complication (#571)
  • Expose a QueryBuilder (#558)
  • More version upgrades (#557)
  • update tonic versions (#555)

Thank you to all our contributors for making this release possible!
@bjchambers, @epinzur, @jordanrfrazier, @kerinin, @kevinjnguyen and @therapon