Skip to content

hydroflow_lang v0.9.0

Compare
Choose a tag to compare
@hydro-project-bot hydro-project-bot released this 30 Aug 20:54
· 162 commits to main since this release

Chore

  • lower min dependency versions where possible, update Cargo.lock
    Moved from #1418


  • drop unused dependencies

Documentation

  • cleanup doc comments for clippy latest

New Features

  • allow demux_enum to have any number of outputs, fix #1329
  • add cross_singleton operator
    This operator is necessary to eliminate performance bottlenecks in Paxos
    where cross-products result in unnecessary cloning and lack of
    short-circuit behavior results in values being cloned out of the
    internal state of reduce_keyed.

Bug Fixes

  • remove FlowProps
  • fold<'tick> should always emit a value
  • Provide types for filter on antijoin

Refactor

  • cleanup handling of span locations #1268, workaround fix #729

New Features (BREAKING)

  • change state() to output a stream of only de-duplicated items

Commit Statistics

Commit Details

view details